pubspec.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. name: polkawallet_sdk
  2. description: Flutter SDK for building plugin package for polkawallet.
  3. version: 0.2.8
  4. homepage: https://polkawallet.io
  5. environment:
  6. sdk: ">=2.10.0 <3.0.0"
  7. flutter: ">=1.17.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. http: ^0.13.0
  12. webview_flutter: ^2.0.9
  13. flutter_inappwebview: ^5.3.2
  14. shared_preferences: ^2.0.5
  15. get_storage: ^2.0.2
  16. json_annotation: ^4.0.1
  17. flutter_aes_ecb_pkcs5: ^0.1.1
  18. convert: ^3.0.0
  19. mobx: ^2.0.1
  20. jaguar: ^3.0.10
  21. jaguar_flutter_asset: ^3.0.0
  22. dev_dependencies:
  23. mobx_codegen: ^2.0.1+3
  24. flutter_test:
  25. sdk: flutter
  26. build_runner: ^2.0.3
  27. json_serializable: ^4.1.2
  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/certificate.pem
  35. - lib/ssl/keys.pem
  36. - assets/index.html
  37. - js_api/dist/main.js
  38. - js_as_extension/dist/main.js
  39. # - images/a_dot_ham.jpeg
  40. #
  41. # For details regarding assets in packages, see
  42. # https://flutter.dev/assets-and-images/#from-packages
  43. #
  44. # An image asset can refer to one or more resolution-specific "variants", see
  45. # https://flutter.dev/assets-and-images/#resolution-aware.
  46. # To add custom fonts to your package, add a fonts section here,
  47. # in this "flutter" section. Each entry in this list should have a
  48. # "family" key with the font family name, and a "fonts" key with a
  49. # list giving the asset and other descriptors for the font. For
  50. # example:
  51. # fonts:
  52. # - family: Schyler
  53. # fonts:
  54. # - asset: fonts/Schyler-Regular.ttf
  55. # - asset: fonts/Schyler-Italic.ttf
  56. # style: italic
  57. # - family: Trajan Pro
  58. # fonts:
  59. # - asset: fonts/TrajanPro.ttf
  60. # - asset: fonts/TrajanPro_Bold.ttf
  61. # weight: 700
  62. #
  63. # For details regarding fonts in packages, see
  64. # https://flutter.dev/custom-fonts/#from-packages