pubspec.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: flutter_starter
  2. description: A new Flutter project.
  3. dependencies:
  4. flutter:
  5. sdk: flutter
  6. dev_dependencies:
  7. flutter_test:
  8. sdk: flutter
  9. # For information on the generic Dart part of this file, see the
  10. # following page: https://www.dartlang.org/tools/pub/pubspec
  11. # The following section is specific to Flutter.
  12. flutter:
  13. # The following line ensures that the Material Icons font is
  14. # included with your application, so that you can use the icons in
  15. # the Icons class.
  16. uses-material-design: true
  17. # To add assets to your application, add an assets section, like this:
  18. # assets:
  19. # - images/a_dot_burr.jpeg
  20. # - images/a_dot_ham.jpeg
  21. # An image asset can refer to one or more resolution-specific "variants", see
  22. # https://flutter.io/assets-and-images/.
  23. # For details regarding adding assets from package dependencies, see
  24. # https://flutter.io/assets-and-images/
  25. # To add custom fonts to your application, add a fonts section here,
  26. # in this "flutter" section. Each entry in this list should have a
  27. # "family" key with the font family name, and a "fonts" key with a
  28. # list giving the asset and other descriptors for the font. For
  29. # example:
  30. # fonts:
  31. # - family: Schyler
  32. # fonts:
  33. # - asset: fonts/Schyler-Regular.ttf
  34. # - asset: fonts/Schyler-Italic.ttf
  35. # style: italic
  36. # - family: Trajan Pro
  37. # fonts:
  38. # - asset: fonts/TrajanPro.ttf
  39. # - asset: fonts/TrajanPro_Bold.ttf
  40. # weight: 700