kopia lustrzana https://gitlab.com/mysocialportal/relatica
69 wiersze
1.9 KiB
YAML
69 wiersze
1.9 KiB
YAML
name: flutter_portal
|
|
description: Friendica Social Network Application
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=2.18.2 <3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.2
|
|
provider: ^6.0.4
|
|
email_validator: ^2.1.17
|
|
get_it: ^7.2.0
|
|
go_router: ^5.1.3
|
|
uuid: ^3.0.6
|
|
logging: ^1.1.0
|
|
get_it_mixin: ^3.1.4
|
|
cached_network_image: ^3.2.2
|
|
result_monad: ^2.0.2
|
|
flutter_widget_from_html_core: ^0.9.0
|
|
markdown: ^6.0.1
|
|
metadata_fetch: ^0.4.1
|
|
shared_preferences: ^2.0.15
|
|
network_to_file_image: ^4.0.1
|
|
desktop_window: ^0.4.0
|
|
time_machine: ^0.9.17
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
# 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
|