Created
August 20, 2020 12:08
-
-
Save guilhermecarvalhocarneiro/4d940f4a68fd1645c31d81aec011dbef to your computer and use it in GitHub Desktop.
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: cubit_example | |
| 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.7.0 <3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| intl: | |
| dio: ^3.0.10 | |
| equatable: ^1.2.3 | |
| bloc: ^6.0.2 | |
| flutter_bloc: ^6.0.1 | |
| fluttertoast: ^6.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment