Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. name: gam_app
  2. description: Governmental Access Model.
  3.  
  4. dependencies:
  5. flutter:
  6. sdk: flutter
  7.  
  8. # The following adds the Cupertino Icons font to your application.
  9. # Use with the CupertinoIcons class for iOS style icons.
  10. cupertino_icons: ^0.1.2
  11.  
  12. dev_dependencies:
  13. flutter_test:
  14. sdk: flutter
  15.  
  16.  
  17. # For information on the generic Dart part of this file, see the
  18. # following page: https://www.dartlang.org/tools/pub/pubspec
  19.  
  20. # The following section is specific to Flutter.
  21. flutter:
  22.  
  23. # The following line ensures that the Material Icons font is
  24. # included with your application, so that you can use the icons in
  25. # the material Icons class.
  26. uses-material-design: true
  27.  
  28. # To add assets to your application, add an assets section, like this:
  29. assets:
  30. - assets/images/full-bloom.png
  31. - assets/images/mountains.jpeg
  32. - assets/images/mountains.jpg
  33. # - images/a_dot_ham.jpeg
  34.  
  35. # An image asset can refer to one or more resolution-specific "variants", see
  36. # https://flutter.io/assets-and-images/#resolution-aware.
  37.  
  38. # For details regarding adding assets from package dependencies, see
  39. # https://flutter.io/assets-and-images/#from-packages
  40.  
  41. # To add custom fonts to your application, add a fonts section here,
  42. # in this "flutter" section. Each entry in this list should have a
  43. # "family" key with the font family name, and a "fonts" key with a
  44. # list giving the asset and other descriptors for the font. For
  45. # example:
  46. fonts:
  47. - family: icomoon
  48. fonts:
  49. - asset: assets/fonts/IcoMoon.ttf
  50. # fonts:
  51. # - family: Schyler
  52. # fonts:
  53. # - asset: fonts/Schyler-Regular.ttf
  54. # - asset: fonts/Schyler-Italic.ttf
  55. # style: italic
  56. # - family: Trajan Pro
  57. # fonts:
  58. # - asset: fonts/TrajanPro.ttf
  59. # - asset: fonts/TrajanPro_Bold.ttf
  60. # weight: 700
  61. #
  62. # For details regarding fonts from package dependencies,
  63. # see https://flutter.io/custom-fonts/#from-packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement