pubspec.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. name: idread
  2. description: flutter_id_read
  3. version: 0.0.1
  4. environment:
  5. sdk: ">=2.19.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. dev_dependencies:
  10. flutter_test:
  11. sdk: flutter
  12. # For information on the generic Dart part of this file, see the
  13. # following page: https://dart.dev/tools/pub/pubspec
  14. # The following section is specific to Flutter.
  15. flutter:
  16. # This section identifies this Flutter project as a plugin project.
  17. # The androidPackage and pluginClass identifiers should not ordinarily
  18. # be modified. They are used by the tooling to maintain consistency when
  19. # adding or updating assets for this project.
  20. plugin:
  21. androidPackage: com.hs.flutter.idread
  22. pluginClass: IdreadPlugin
  23. # To add assets to your plugin package, add an assets section, like this:
  24. # assets:
  25. # - images/a_dot_burr.jpeg
  26. # - images/a_dot_ham.jpeg
  27. #
  28. # For details regarding assets in packages, see
  29. # https://flutter.dev/assets-and-images/#from-packages
  30. #
  31. # An image asset can refer to one or more resolution-specific "variants", see
  32. # https://flutter.dev/assets-and-images/#resolution-aware.
  33. # To add custom fonts to your plugin package, add a fonts section here,
  34. # in this "flutter" section. Each entry in this list should have a
  35. # "family" key with the font family name, and a "fonts" key with a
  36. # list giving the asset and other descriptors for the font. For
  37. # example:
  38. # fonts:
  39. # - family: Schyler
  40. # fonts:
  41. # - asset: fonts/Schyler-Regular.ttf
  42. # - asset: fonts/Schyler-Italic.ttf
  43. # style: italic
  44. # - family: Trajan Pro
  45. # fonts:
  46. # - asset: fonts/TrajanPro.ttf
  47. # - asset: fonts/TrajanPro_Bold.ttf
  48. # weight: 700
  49. #
  50. # For details regarding fonts in packages, see
  51. # https://flutter.dev/custom-fonts/#from-packages