pubspec.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. sqflite: ^2.0.2
  12. dev_dependencies:
  13. flutter_lints: ^1.0.0
  14. # For information on the generic Dart part of this file, see the
  15. # following page: https://dart.dev/tools/pub/pubspec
  16. # The following section is specific to Flutter.
  17. flutter:
  18. # To add assets to your package, add an assets section, like this:
  19. # assets:
  20. # - images/a_dot_burr.jpeg
  21. # - images/a_dot_ham.jpeg
  22. #
  23. # For details regarding assets in packages, see
  24. # https://flutter.dev/assets-and-images/#from-packages
  25. #
  26. # An image asset can refer to one or more resolution-specific "variants", see
  27. # https://flutter.dev/assets-and-images/#resolution-aware.
  28. # To add custom fonts to your package, add a fonts section here,
  29. # in this "flutter" section. Each entry in this list should have a
  30. # "family" key with the font family name, and a "fonts" key with a
  31. # list giving the asset and other descriptors for the font. For
  32. # example:
  33. # fonts:
  34. # - family: Schyler
  35. # fonts:
  36. # - asset: fonts/Schyler-Regular.ttf
  37. # - asset: fonts/Schyler-Italic.ttf
  38. # style: italic
  39. # - family: Trajan Pro
  40. # fonts:
  41. # - asset: fonts/TrajanPro.ttf
  42. # - asset: fonts/TrajanPro_Bold.ttf
  43. # weight: 700
  44. #
  45. # For details regarding fonts in packages, see
  46. # https://flutter.dev/custom-fonts/#from-packages