Created
July 9, 2019 20:09
-
-
Save VB10/47adfab61b90a57704959e54a080d3db to your computer and use it in GitHub Desktop.
Healtho pubspec
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: healthoui | |
| description: A new Flutter project. | |
| version: 1.0.0+1 | |
| environment: | |
| sdk: ">=2.1.0 <3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| flutter_screenutil: 0.5.3 | |
| cupertino_icons: ^0.1.2 | |
| dev_dependencies: | |
| flutter_test: | |
| sdk: flutter | |
| flutter: | |
| uses-material-design: true | |
| assets: | |
| - assets/images/healtho.png | |
| - assets/images/onboard1.png | |
| - assets/images/onboard2.png | |
| - assets/images/onboard3.png | |
| - assets/images/facebook_logo.png | |
| - assets/images/google_logo.png | |
| - assets/images/login_health.png | |
| fonts: | |
| - family: Poppins | |
| fonts: | |
| - asset: assets/fonts/Poppins-Black.ttf | |
| - asset: assets/fonts/Poppins-Bold.ttf | |
| - asset: assets/fonts/Poppins-Light.ttf | |
| - asset: assets/fonts/Poppins-Medium.ttf | |
| - asset: assets/fonts/Poppins-Regular.ttf | |
| - asset: assets/fonts/Poppins-SemiBold.ttf | |
| - asset: assets/fonts/Poppins-Thin.ttf | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment