pubspec.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: polkawallet_sdk
  2. description: Flutter SDK for building plugin package for polkawallet.
  3. version: 0.4.8
  4. homepage: https://polkawallet.io
  5. environment:
  6. sdk: '>=2.12.0 <3.0.0'
  7. flutter: ">=1.17.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. http: ^0.13.4
  12. webview_flutter: ^3.0.4
  13. flutter_inappwebview: 5.3.2
  14. shared_preferences: ^2.0.7
  15. get_storage: ^2.0.3
  16. json_annotation: ^4.0.1
  17. flutter_aes_ecb_pkcs5: ^0.1.2
  18. convert: ^3.0.1
  19. mobx: ^2.0.7
  20. jaguar: ^3.0.12
  21. jaguar_flutter_asset: ^3.0.0
  22. dev_dependencies:
  23. mobx_codegen: ^2.0.2
  24. flutter_test:
  25. sdk: flutter
  26. build_runner: ^2.1.11
  27. json_serializable: ^4.1.4
  28. # For information on the generic Dart part of this file, see the
  29. # following page: https://dart.dev/tools/pub/pubspec
  30. # The following section is specific to Flutter.
  31. flutter:
  32. # To add assets to your package, add an assets section, like this:
  33. assets:
  34. - lib/ssl/
  35. - assets/index.html
  36. - js_api/dist/main.js
  37. - js_as_extension/dist/main.js
  38. # - images/a_dot_ham.jpeg
  39. #
  40. # For details regarding assets in packages, see
  41. # https://flutter.dev/assets-and-images/#from-packages
  42. #
  43. # An image asset can refer to one or more resolution-specific "variants", see
  44. # https://flutter.dev/assets-and-images/#resolution-aware.
  45. # To add custom fonts to your package, add a fonts section here,
  46. # in this "flutter" section. Each entry in this list should have a
  47. # "family" key with the font family name, and a "fonts" key with a
  48. # list giving the asset and other descriptors for the font. For
  49. # example:
  50. # fonts:
  51. # - family: Schyler
  52. # fonts:
  53. # - asset: fonts/Schyler-Regular.ttf
  54. # - asset: fonts/Schyler-Italic.ttf
  55. # style: italic
  56. # - family: Trajan Pro
  57. # fonts:
  58. # - asset: fonts/TrajanPro.ttf
  59. # - asset: fonts/TrajanPro_Bold.ttf
  60. # weight: 700
  61. #
  62. # For details regarding fonts in packages, see
  63. # https://flutter.dev/custom-fonts/#from-packages