80 lines
2.0 KiB
YAML
80 lines
2.0 KiB
YAML
name: app
|
|
description: "A new Flutter project."
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.8.1
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: any
|
|
cupertino_icons: ^1.0.8
|
|
go_router: ^16.2.4
|
|
permission_handler: ^12.0.0+1
|
|
shared_preferences: ^2.5.3
|
|
dio: ^5.8.0+1
|
|
package_info_plus: ^8.3.0
|
|
logger: ^2.6.2
|
|
flutter_screenutil: ^5.9.3
|
|
flutter_easyloading: ^3.0.5
|
|
skeletonizer: ^2.1.0+1
|
|
unicons: ^3.0.0
|
|
crypto: ^3.0.0
|
|
file_picker: ^10.3.7
|
|
app_installer: ^1.3.1
|
|
yaml: ^3.1.3
|
|
flutter_riverpod: ^3.2.1
|
|
rive: ^0.14.1
|
|
path_provider: ^2.1.5
|
|
flutter_image_compress: ^2.4.0
|
|
path: ^1.9.1
|
|
url_launcher: ^6.3.2
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
generate: 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/to/resolution-aware-images
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
# https://flutter.dev/to/asset-from-package
|
|
|
|
# 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/to/font-from-package
|
|
flutter_intl:
|
|
enabled: true
|