pubspec.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: aj_flutter_appsp_example
  2. description: Demonstrates how to use the aj_flutter_appsp plugin.
  3. publish_to: 'none'
  4. environment:
  5. sdk: ">=2.7.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. permission_handler: ^3.1.0
  10. dio: ^3.0.10
  11. path_provider: ^0.5.0+1
  12. url_launcher: 3.0.0
  13. marquee: ^1.5.2
  14. # The following adds the Cupertino Icons font to your application.
  15. # Use with the CupertinoIcons class for iOS style icons.
  16. cupertino_icons: ^0.1.2
  17. dev_dependencies:
  18. flutter_test:
  19. sdk: flutter
  20. aj_flutter_appsp:
  21. path: ../
  22. # For information on the generic Dart part of this file, see the
  23. # following page: https://www.dartlang.org/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. assets:
  31. - images/icon_close.png
  32. - images/icon_dissmiss.png
  33. - images/version.png
  34. # To add assets to your application, add an assets section, like this:
  35. # assets:
  36. # - images/a_dot_burr.jpeg
  37. # - images/a_dot_ham.jpeg
  38. # An image asset can refer to one or more resolution-specific "variants", see
  39. # https://flutter.dev/assets-and-images/#resolution-aware.
  40. # For details regarding adding assets from package dependencies, see
  41. # https://flutter.dev/assets-and-images/#from-packages
  42. # To add custom fonts to your application, add a fonts section here,
  43. # in this "flutter" section. Each entry in this list should have a
  44. # "family" key with the font family name, and a "fonts" key with a
  45. # list giving the asset and other descriptors for the font. For
  46. # example:
  47. # fonts:
  48. # - family: Schyler
  49. # fonts:
  50. # - asset: fonts/Schyler-Regular.ttf
  51. # - asset: fonts/Schyler-Italic.ttf
  52. # style: italic
  53. # - family: Trajan Pro
  54. # fonts:
  55. # - asset: fonts/TrajanPro.ttf
  56. # - asset: fonts/TrajanPro_Bold.ttf
  57. # weight: 700
  58. #
  59. # For details regarding fonts from package dependencies,
  60. # see https://flutter.dev/custom-fonts/#from-packages