Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. name: hackaton_app
  2. description: A new Flutter application.
  3.  
  4. # The following defines the version and build number for your application.
  5. # A version number is three numbers separated by dots, like 1.2.43
  6. # followed by an optional build number separated by a +.
  7. # Both the version and the builder number may be overridden in flutter
  8. # build by specifying --build-name and --build-number, respectively.
  9. # Read more about versioning at semver.org.
  10. version: 1.0.0+1
  11.  
  12. environment:
  13. sdk: ">=2.0.0-dev.68.0 <3.0.0"
  14.  
  15. dependencies:
  16. flutter:
  17. sdk: flutter
  18.  
  19. intl: 0.15.7
  20.  
  21. # The following adds the Cupertino Icons font to your application.
  22. # Use with the CupertinoIcons class for iOS style icons.
  23. cupertino_icons: ^0.1.2
  24. http: ^0.12.0+2
  25. dev_dependencies:
  26. flutter_test:
  27. sdk: flutter
  28.  
  29.  
  30. # For information on the generic Dart part of this file, see the
  31. # following page: https://www.dartlang.org/tools/pub/pubspec
  32.  
  33. # The following section is specific to Flutter.
  34. flutter:
  35.  
  36. # The following line ensures that the Material Icons font is
  37. # included with your application, so that you can use the icons in
  38. # the material Icons class.
  39. uses-material-design: true
  40.  
  41. assets:
  42. - images/backache.png
  43. - images/headache.png
  44. - images/insomnia.png
  45. - images/nausea.png
  46. - images/stomach_ache.png
  47. - images/userProfile.png
  48. - images/girl.jpg
  49.  
  50. # To add assets to your application, add an assets section, like this:
  51. # assets:
  52. # - images/a_dot_burr.jpeg
  53. # - images/a_dot_ham.jpeg
  54.  
  55. # An image asset can refer to one or more resolution-specific "variants", see
  56. # https://flutter.io/assets-and-images/#resolution-aware.
  57.  
  58. # For details regarding adding assets from package dependencies, see
  59. # https://flutter.io/assets-and-images/#from-packages
  60.  
  61. # To add custom fonts to your application, add a fonts section here,
  62. # in this "flutter" section. Each entry in this list should have a
  63. # "family" key with the font family name, and a "fonts" key with a
  64. # list giving the asset and other descriptors for the font. For
  65. # example:
  66. # fonts:
  67. # - family: Schyler
  68. # fonts:
  69. # - asset: fonts/Schyler-Regular.ttf
  70. # - asset: fonts/Schyler-Italic.ttf
  71. # style: italic
  72. # - family: Trajan Pro
  73. # fonts:
  74. # - asset: fonts/TrajanPro.ttf
  75. # - asset: fonts/TrajanPro_Bold.ttf
  76. # weight: 700
  77. #
  78. # For details regarding fonts from package dependencies,
  79. # see https://flutter.io/custom-fonts/#from-packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement