Created
December 25, 2019 08:02
-
-
Save raviyadav5951/f77d5af83c7aefb1002425d4da6123c0 to your computer and use it in GitHub Desktop.
Yaml file for multiple apks
This file contains 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: app_name | |
description: A new Flutter application. | |
version: 1.0.0+1 | |
environment: | |
sdk: ">=2.0.0-dev.68.0 <3.0.0" | |
dependencies: | |
flutter: | |
sdk: flutter | |
cupertino_icons: ^0.1.2 | |
font_awesome_flutter: ^8.5.0 | |
share: ^0.6.3+5 | |
material_about: ^0.2.1 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
flutter: | |
uses-material-design: true | |
assets: | |
- images/ic_launcher_web.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment