pubspec.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: flowy_logger
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. author:
  5. homepage:
  6. environment:
  7. sdk: ">=2.12.0-0 <3.0.0"
  8. flutter: ">=1.17.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. logger: ^1.0.0
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. # For information on the generic Dart part of this file, see the
  17. # following page: https://dart.dev/tools/pub/pubspec
  18. # The following section is specific to Flutter.
  19. flutter:
  20. # To add assets to your package, add an assets section, like this:
  21. # assets:
  22. # - images/a_dot_burr.jpeg
  23. # - images/a_dot_ham.jpeg
  24. #
  25. # For details regarding assets in packages, see
  26. # https://flutter.dev/assets-and-images/#from-packages
  27. #
  28. # An image asset can refer to one or more resolution-specific "variants", see
  29. # https://flutter.dev/assets-and-images/#resolution-aware.
  30. # To add custom fonts to your package, add a fonts section here,
  31. # in this "flutter" section. Each entry in this list should have a
  32. # "family" key with the font family name, and a "fonts" key with a
  33. # list giving the asset and other descriptors for the font. For
  34. # example:
  35. # fonts:
  36. # - family: Schyler
  37. # fonts:
  38. # - asset: fonts/Schyler-Regular.ttf
  39. # - asset: fonts/Schyler-Italic.ttf
  40. # style: italic
  41. # - family: Trajan Pro
  42. # fonts:
  43. # - asset: fonts/TrajanPro.ttf
  44. # - asset: fonts/TrajanPro_Bold.ttf
  45. # weight: 700
  46. #
  47. # For details regarding fonts in packages, see
  48. # https://flutter.dev/custom-fonts/#from-packages