pubspec.yaml 1.5 KB

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