Created
November 26, 2019 06:24
-
-
Save dllewellyn/4e4b2167c64e557f577bdb20249b1d62 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: crypto_currency_wallet | |
| description: A new Flutter application. | |
| version: 1.0.0+1 | |
| environment: | |
| sdk: ">=2.1.0 <3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| flutter_svg: ^0.14.4 | |
| cupertino_icons: ^0.1.2 | |
| dev_dependencies: | |
| flutter_test: | |
| sdk: flutter | |
| flutter: | |
| uses-material-design: true | |
| fonts: | |
| - family: carolingia | |
| fonts: | |
| - asset: fonts/carolingia.ttf | |
| - family: stonehenge | |
| fonts: | |
| - asset: fonts/stonehen.ttf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment