pubspec.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: example
  2. description: A new Flutter project.
  3. publish_to: 'none'
  4. version: 1.0.0+1
  5. environment:
  6. sdk: ">=2.12.0 <3.0.0"
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. cupertino_icons: ^1.0.2
  11. flowy_infra_ui:
  12. path: ../
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. # The "flutter_lints" package below contains a set of recommended lints to
  17. # encourage good coding practices. The lint set provided by the package is
  18. # activated in the `analysis_options.yaml` file located at the root of your
  19. # package. See that file for information about deactivating specific lint
  20. # rules and activating additional ones.
  21. flutter_lints: ^1.0.0
  22. # For information on the generic Dart part of this file, see the
  23. # following page: https://dart.dev/tools/pub/pubspec
  24. # The following section is specific to Flutter.
  25. flutter:
  26. # The following line ensures that the Material Icons font is
  27. # included with your application, so that you can use the icons in
  28. # the material Icons class.
  29. uses-material-design: true
  30. # To add assets to your application, add an assets section, like this:
  31. # assets:
  32. # - images/a_dot_burr.jpeg
  33. # - images/a_dot_ham.jpeg
  34. # An image asset can refer to one or more resolution-specific "variants", see
  35. # https://flutter.dev/assets-and-images/#resolution-aware.
  36. # For details regarding adding assets from package dependencies, see
  37. # https://flutter.dev/assets-and-images/#from-packages
  38. # To add custom fonts to your application, add a fonts section here,
  39. # in this "flutter" section. Each entry in this list should have a
  40. # "family" key with the font family name, and a "fonts" key with a
  41. # list giving the asset and other descriptors for the font. For
  42. # example:
  43. # fonts:
  44. # - family: Schyler
  45. # fonts:
  46. # - asset: fonts/Schyler-Regular.ttf
  47. # - asset: fonts/Schyler-Italic.ttf
  48. # style: italic
  49. # - family: Trajan Pro
  50. # fonts:
  51. # - asset: fonts/TrajanPro.ttf
  52. # - asset: fonts/TrajanPro_Bold.ttf
  53. # weight: 700
  54. #
  55. # For details regarding fonts from package dependencies,
  56. # see https://flutter.dev/custom-fonts/#from-packages