95 lines
2.0 KiB
YAML
95 lines
2.0 KiB
YAML
name: cargocalculaterapp
|
|
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.0
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
# di
|
|
get_it: ^8.2.0
|
|
dartz: ^0.10.1
|
|
formz: ^0.8.0
|
|
# keyboard dismiss
|
|
flutter_keyboard_visibility: ^6.0.0
|
|
# state manager bloc
|
|
flutter_bloc: ^9.1.0
|
|
# equations
|
|
equatable: ^2.0.7
|
|
# cache hive
|
|
hive: ^2.2.3
|
|
path_provider: ^2.1.5
|
|
# native splash
|
|
flutter_native_splash: ^2.4.6
|
|
# rest api
|
|
dio: ^5.9.0
|
|
dio_retry_plus: ^2.0.8
|
|
# connection check
|
|
internet_connection_checker_plus: ^2.7.2
|
|
# firebase
|
|
firebase_core: ^4.0.0
|
|
firebase_analytics: ^12.0.0
|
|
firebase_messaging: ^16.0.0
|
|
firebase_crashlytics: ^5.0.0
|
|
flutter_local_notifications: ^19.4.0
|
|
# chuck
|
|
#chuck_interceptor: ^2.2.5
|
|
# mask input
|
|
mask_text_input_formatter: ^2.9.0
|
|
sms_autofill: ^2.4.1
|
|
pin_code_fields: ^8.0.1
|
|
intl: ^0.20.2
|
|
#svg
|
|
flutter_svg: ^2.2.0
|
|
#shimmer
|
|
shimmer: ^3.0.0
|
|
cached_network_image: ^3.4.1
|
|
url_launcher: ^6.3.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/svg/
|
|
- assets/png/
|
|
- assets/fonts/
|
|
fonts:
|
|
- family: Inter
|
|
fonts:
|
|
- asset: assets/fonts/Inter-Regular.ttf
|
|
weight: 400
|
|
- asset: assets/fonts/Inter-Medium.ttf
|
|
weight: 500
|
|
- asset: assets/fonts/Inter-SemiBold.ttf
|
|
weight: 600
|
|
- asset: assets/fonts/Inter-Bold.ttf
|
|
weight: 700
|
|
|
|
flutter_native_splash:
|
|
color: "#ffffff"
|
|
color_dark: "#ffffff"
|
|
image: "assets/png/ic_logo.png"
|
|
android_12:
|
|
color: "#ffffff"
|
|
color_dark: "#ffffff"
|
|
image: "assets/png/ic_logo.png"
|
|
|
|
flutter_intl:
|
|
enabled: true
|
|
class_name: AppLocalization
|
|
arb-dir: lib/localization/l10n
|
|
preferred-supported-locales:
|
|
- uz
|
|
use-deferred-loading: true |