Last active
January 2, 2022 12:24
-
-
Save VB10/77cf95baf0526db7cb2ca4c493e5911f to your computer and use it in GitHub Desktop.
Start project yaml for flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: vb10 | |
| 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: ">=2.15.0 <3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| cupertino_icons: ^1.0.2 | |
| # Firebase | |
| firebase_core: ^1.10.6 | |
| firebase_remote_config: ^1.0.3 | |
| firebase_auth: ^3.3.4 | |
| firebase_crashlytics: ^2.4.4 | |
| cloud_firestore: ^3.1.5 | |
| firebase_analytics: ^9.0.4 | |
| firebase_storage: ^10.2.4 | |
| # Seriazable | |
| json_annotation: ^4.4.0 | |
| # Localization | |
| easy_localization: ^3.0.0 | |
| hive_flutter: ^1.1.0 | |
| # State | |
| provider: ^6.0.2 | |
| flutter_bloc: ^8.0.1 | |
| auto_route: ^3.2.0 | |
| # UI | |
| lottie: ^1.2.1 | |
| # Network | |
| dio: ^4.0.4 | |
| # Responsive | |
| responsive_framework: ^0.1.5 | |
| responsive_builder: ^0.4.1 | |
| # Support | |
| equatable: ^2.0.3 | |
| # Utility | |
| pub_semver: ^2.1.0 | |
| kartal: ^2.2.1 | |
| dev_dependencies: | |
| flutter_test: | |
| sdk: flutter | |
| flutter_lints: ^1.0.0 | |
| auto_route_generator: ^3.2.0 | |
| build_runner: ^2.1.7 | |
| json_serializable: ^6.1.3 | |
| device_preview: ^1.0.0 | |
| flutter: | |
| uses-material-design: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment