Guest User

eeee

a guest
May 15th, 2020
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. name: hello_world
  2. description: A medical companion app.
  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. # In Android, build-name is used as versionName while build-number used as versionCode.
  10. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  11. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  12. # Read more about iOS versioning at
  13. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  14. version: 1.0.0+1
  15.  
  16. environment:
  17. sdk: ">=2.6.0 <3.0.0"
  18.  
  19. dependencies:
  20. flutter_country_picker: ^0.1.6
  21. flutter_datetime_picker: ^1.3.5
  22. flutter_snake_navigationbar: ^0.3.0
  23. intl: ^0.16.1
  24. flutter:
  25. sdk: flutter
  26. simple_animations: ^1.3.3
  27. flutter_screenutil: ^0.4.2
  28. flare_flutter:
  29. google_maps_flutter: 0.5.26+4
  30. flappy_search_bar: ^1.7.2
  31. geolocator: ^5.1.3
  32. location: any
  33. geocoder: ^0.2.1
  34. google_maps_webservice: ^0.0.16
  35. table_calendar: ^2.2.3
  36. flutter_svg: ^0.17.4
  37. curved_navigation_bar: ^0.3.2
  38. font_awesome_flutter: ^8.8.1
  39. get_it: ^4.0.1
  40. flutter_dialogflow: ^0.1.3
  41. flutter_local_notifications: any
  42. autocomplete_textfield: any
  43. json_annotation: any
  44. charts_flutter: any
  45. maps_launcher: any
  46. flutter_staggered_grid_view: any
  47. flutter_sparkline: any
  48. flutter_circular_chart: any
  49. image_picker: ^0.6.5
  50. flutter_calendar_carousel: ^1.4.12
  51.  
  52. # Firebase FCM
  53. firebase_core: any
  54. firebase_auth: any
  55. cloud_firestore: any
  56. firebase_messaging: ^6.0.13
  57.  
  58.  
  59. # The following adds the Cupertino Icons font to your application.
  60. # Use with the CupertinoIcons class for iOS style icons.
  61. cupertino_icons: ^0.1.2
  62.  
  63. dev_dependencies:
  64. flutter_test:
  65. sdk: flutter
  66. http: any
  67. provider: ^4.0.4
  68. shared_preferences: any
  69.  
  70. # For information on the generic Dart part of this file, see the
  71. # following page: https://dart.dev/tools/pub/pubspec
  72.  
  73. # The following section is specific to Flutter.
  74. flutter:
  75.  
  76. # The following line ensures that the Material Icons font is
  77. # included with your application, so that you can use the icons in
  78. # the material Icons class.
  79. uses-material-design: true
  80.  
  81. # To add assets to your application, add an assets section, like this:
  82. assets:
  83. - assets/images/
  84. - assets/
  85. - assets/login_art.png
  86. - assets/logo_highres_v2.png
  87. - assets/LightGreenBG.flr
  88. - assets/static_data/
  89. - assets/icons/
  90. - assets/fonts/
  91. - assets/static_data/credentials.json
  92.  
  93. # An image asset can refer to one or more resolution-specific "variants", see
  94. # https://flutter.dev/assets-and-images/#resolution-aware.
  95.  
  96. # For details regarding adding assets from package dependencies, see
  97. # https://flutter.dev/assets-and-images/#from-packages
  98.  
  99. # To add custom fonts to your application, add a fonts section here,
  100. # in this "flutter" section. Each entry in this list should have a
  101. # "family" key with the font family name, and a "fonts" key with a
  102. # list giving the asset and other descriptors for the font. For
  103. # example:
  104. fonts:
  105. - family: CustomIcons
  106. fonts:
  107. - asset: assets/CustomIcons.ttf
  108.  
  109. - family: Poppins-Bold
  110. fonts:
  111. - asset: assets/Poppins-Bold.ttf
  112.  
  113. - family: Poppins-Medium
  114. fonts:
  115. - asset: assets/Poppins-Medium.ttf
  116. - family: Poppins
  117. fonts:
  118. - asset: fonts/Poppins-Regular.ttf
  119. - asset: fonts/Poppins-Bold.ttf
  120. weight: 700
  121. - asset: fonts/Poppins-Light.ttf
  122. weight: 300
  123. - asset: fonts/Poppins-Medium.ttf
  124. weight: 500
  125. - asset: fonts/Poppins-LightItalic.ttf
  126. weight: 300
  127. style: italic
  128. - family: Raleway
  129. fonts:
  130. - asset: fonts/Raleway-Regular.ttf
  131. #
  132. # For details regarding fonts from package dependencies,
  133. # see https://flutter.dev/custom-fonts/#from-packages
Add Comment
Please, Sign In to add comment