pubspec.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: polkawallet_sdk
  2. description: Flutter SDK for building plugin package for polkawallet.
  3. version: 0.5.4+7
  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.5
  12. webview_flutter: ^4.0.7
  13. flutter_inappwebview: ^5.7.2+3
  14. shared_preferences: ^2.0.7
  15. get_storage: ^2.1.1
  16. json_annotation: ^4.8.0
  17. flutter_aes_ecb_pkcs5: ^0.1.2
  18. convert: ^3.1.1
  19. mobx: ^2.1.4
  20. bip39: ^1.0.6
  21. web3dart: ^2.3.5
  22. ethers: ^0.0.1+3
  23. url_launcher: ^6.1.10
  24. dev_dependencies:
  25. mobx_codegen: ^2.1.1
  26. flutter_test:
  27. sdk: flutter
  28. build_runner: ^2.3.3
  29. json_serializable: ^6.6.1
  30. # For information on the generic Dart part of this file, see the
  31. # following page: https://dart.dev/tools/pub/pubspec
  32. # The following section is specific to Flutter.
  33. flutter:
  34. # To add assets to your package, add an assets section, like this:
  35. assets:
  36. - assets/
  37. - js_as_extension/dist/main.js
  38. - js_as_extension/dist/ethereum.js
  39. # For details regarding assets in packages, see
  40. # https://flutter.dev/assets-and-images/#from-packages
  41. #
  42. # An image asset can refer to one or more resolution-specific "variants", see
  43. # https://flutter.dev/assets-and-images/#resolution-aware.
  44. # To add custom fonts to your package, add a fonts section here,
  45. # in this "flutter" section. Each entry in this list should have a
  46. # "family" key with the font family name, and a "fonts" key with a
  47. # list giving the asset and other descriptors for the font. For
  48. # example:
  49. # fonts:
  50. # - family: Schyler
  51. # fonts:
  52. # - asset: fonts/Schyler-Regular.ttf
  53. # - asset: fonts/Schyler-Italic.ttf
  54. # style: italic
  55. # - family: Trajan Pro
  56. # fonts:
  57. # - asset: fonts/TrajanPro.ttf
  58. # - asset: fonts/TrajanPro_Bold.ttf
  59. # weight: 700
  60. #
  61. # For details regarding fonts in packages, see
  62. # https://flutter.dev/custom-fonts/#from-packages