pubspec.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. name: polkawallet_sdk
  2. description: Flutter SDK for building plugin package for polkawallet.
  3. version: 0.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.4
  12. webview_flutter: ^3.0.4
  13. flutter_inappwebview: ^5.4.3+7
  14. shared_preferences: ^2.0.7
  15. get_storage: ^2.0.3
  16. json_annotation: ^4.5.0
  17. flutter_aes_ecb_pkcs5: ^0.1.2
  18. convert: ^3.0.1
  19. mobx: ^2.0.7
  20. bip39: ^1.0.6
  21. web3dart: ^2.3.5
  22. ethers: ^0.0.1+3
  23. dev_dependencies:
  24. mobx_codegen: ^2.0.2
  25. flutter_test:
  26. sdk: flutter
  27. build_runner: ^2.1.11
  28. json_serializable: ^6.2.0
  29. # For information on the generic Dart part of this file, see the
  30. # following page: https://dart.dev/tools/pub/pubspec
  31. # The following section is specific to Flutter.
  32. flutter:
  33. # To add assets to your package, add an assets section, like this:
  34. assets:
  35. - assets/
  36. - js_api/dist/main.js
  37. - js_as_extension/dist/main.js
  38. - js_api_eth/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