kopia lustrzana https://gitlab.com/mysocialportal/relatica
128 wiersze
3.4 KiB
YAML
128 wiersze
3.4 KiB
YAML
name: relatica
|
|
description: A mobile and desktop client for interacting with the Friendica social network
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 0.15.0+12
|
|
|
|
environment:
|
|
sdk: '>=3.2.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cached_network_image: ^3.3.1
|
|
color_blindness: ^0.2.0
|
|
cupertino_icons: ^1.0.8
|
|
carousel_slider: ^4.2.1
|
|
desktop_window: ^0.4.0
|
|
device_info_plus: ^10.1.0
|
|
# device_preview: ^1.1.0
|
|
file_picker: ^8.0.6
|
|
flutter_dotenv: ^5.1.0
|
|
flutter_file_dialog: ^3.0.2
|
|
flutter_riverpod: ^2.5.1
|
|
flutter_secure_storage: ^9.2.2
|
|
flutter_svg: ^2.0.10+1
|
|
flutter_web_auth_2: ^3.1.2
|
|
flutter_widget_from_html_core: ^0.15.2
|
|
go_router: ^14.1.2
|
|
html: ^0.15.4
|
|
http: any
|
|
http_parser: any
|
|
image: ^4.2.0
|
|
image_gallery_saver_plus: ^3.0.5
|
|
image_picker: ^1.1.2
|
|
logging: ^1.2.0
|
|
markdown: ^7.2.2
|
|
## TODO Media Kit Update
|
|
media_kit: ^1.1.11 # Primary package.
|
|
media_kit_libs_video: ^1.0.5 # Native video dependencies.
|
|
media_kit_video: ^1.2.5 # For video rendering.
|
|
multi_trigger_autocomplete: ^1.0.0
|
|
network_to_file_image: ^6.0.1
|
|
objectbox: ^4.0.1
|
|
objectbox_flutter_libs: ^4.0.1
|
|
path: ^1.9.0
|
|
path_provider: ^2.1.3
|
|
result_monad: ^2.3.2
|
|
riverpod_annotation: ^2.3.5
|
|
scrollable_positioned_list: ^0.3.8
|
|
shared_preferences: ^2.3.3
|
|
sqlite3: ^2.4.3
|
|
stack_trace: ^1.11.1
|
|
string_validator: ^1.1.0
|
|
time_machine: ^0.9.17
|
|
url_launcher: ^6.3.1
|
|
uuid: ^4.4.2
|
|
video_player: ^2.9.1
|
|
wheel_chooser: ^1.1.2
|
|
intl: ^0.19.0
|
|
indent: ^2.0.0
|
|
package_info_plus: ^8.1.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
build_runner: ^2.4.13
|
|
objectbox_generator: ^4.0.1
|
|
riverpod_generator: ^2.4.0
|
|
custom_lint: ^0.7.0
|
|
riverpod_lint: ^2.3.10
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- icon/relatica_logo.svg
|
|
fonts:
|
|
- family: ForkAwesome
|
|
fonts:
|
|
- asset: fonts/forkawesome-webfont.ttf
|
|
- family: DSoc
|
|
fonts:
|
|
- asset: fonts/DSoci.ttf
|
|
|
|
parts:
|
|
uet-lms:
|
|
source: .
|
|
plugin: flutter
|
|
flutter-target: lib/main.dart
|
|
build-packages:
|
|
- libsecret-1-dev
|
|
- libjsoncpp-dev
|
|
stage-packages:
|
|
- libsecret-1-0
|
|
- libjsoncpp1
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
# list giving the asset and other descriptors for the font. For
|
|
# example:
|
|
# fonts:
|
|
# - family: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|
|
# - family: Trajan Pro
|
|
# fonts:
|
|
# - asset: fonts/TrajanPro.ttf
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
# weight: 700
|
|
#
|
|
# For details regarding fonts from package dependencies,
|
|
# see https://flutter.dev/custom-fonts/#from-packages
|
|
|