mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 08:24:56 +00:00
57 lines
1.3 KiB
YAML
57 lines
1.3 KiB
YAML
name: syncrow_app
|
|
description: This is the mobile application project, developed with Flutter for Syncrow IOT Project.
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=3.0.6 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
#UI Packages
|
|
cupertino_icons: ^1.0.6
|
|
shared_preferences: ^2.2.2
|
|
flutter_animated_dialog: ^2.0.1
|
|
gap: ^3.0.1
|
|
|
|
# Utility Packages
|
|
flutter_secure_storage: ^9.0.0
|
|
cached_network_image: ^3.3.1
|
|
flutter_dotenv: ^5.1.0
|
|
intl: ^0.18.1
|
|
get_it: ^7.6.7
|
|
url_launcher: ^6.2.4
|
|
dio: ^5.4.0
|
|
flutter_localization: ^0.2.0
|
|
flutter_bloc: ^8.1.4
|
|
firebase_core: ^2.25.4
|
|
firebase_analytics: ^10.8.5
|
|
firebase_crashlytics: ^3.4.14
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/images/
|
|
- assets/icons/
|
|
- assets/fonts/
|
|
fonts:
|
|
- family: Aftika
|
|
fonts:
|
|
- asset: assets/fonts/AftikaRegular.ttf
|
|
#
|
|
# - family: Trajan Pro
|
|
# fonts:
|
|
# - asset: fonts/TrajanPro.ttf
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|