Created
August 6, 2018 18:45
-
-
Save paulallies/fc0e2d895cbe4bdd743109b1b177bf18 to your computer and use it in GitHub Desktop.
My pubspec of app
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: apiJsonListview | |
description: An app to illustrate Listview with Http call for json. | |
dependencies: | |
flutter: | |
sdk: flutter | |
cupertino_icons: ^0.1.2 | |
http: ^0.11.3+16 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
flutter: | |
uses-material-design: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment