pubspec.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: polkawallet_sdk
  2. description: Flutter SDK for building plugin package for polkawallet.
  3. version: 0.5.1
  4. homepage: https://polkawallet.io
  5. environment:
  6. sdk: '>=2.17.0 <3.0.0'
  7. flutter: ">=1.17.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. http: ^1.2.2
  12. webview_flutter: ^4.7.0
  13. flutter_inappwebview: ^5.7.1+2
  14. shared_preferences: ^2.0.7
  15. get_storage: ^2.0.3
  16. json_annotation: ^4.8.1
  17. flutter_aes_ecb_pkcs5:
  18. git:
  19. url: https://github.com/poka-IT/flutter_aes_ecb_pkcs5.git
  20. convert: ^3.0.1
  21. mobx: ^2.0.7
  22. bip39: ^1.0.6
  23. web3dart: ^2.3.5
  24. ethers:
  25. git:
  26. url: https://github.com/L3odr0id/ethers.git
  27. ref: 7defa16821fbb529cb4643ddb80481088d42f43e
  28. url_launcher: ^6.0.4
  29. intl: ^0.19.0
  30. dev_dependencies:
  31. mobx_codegen: ^2.0.2
  32. flutter_test:
  33. sdk: flutter
  34. build_runner: ^2.4.6
  35. json_serializable: ^6.7.1
  36. # For information on the generic Dart part of this file, see the
  37. # following page: https://dart.dev/tools/pub/pubspec
  38. # The following section is specific to Flutter.
  39. flutter:
  40. # To add assets to your package, add an assets section, like this:
  41. assets:
  42. - assets/
  43. - js_as_extension/dist/main.js
  44. - js_as_extension/dist/ethereum.js
  45. # For details regarding assets in packages, see
  46. # https://flutter.dev/assets-and-images/#from-packages
  47. #
  48. # An image asset can refer to one or more resolution-specific "variants", see
  49. # https://flutter.dev/assets-and-images/#resolution-aware.
  50. # To add custom fonts to your package, add a fonts section here,
  51. # in this "flutter" section. Each entry in this list should have a
  52. # "family" key with the font family name, and a "fonts" key with a
  53. # list giving the asset and other descriptors for the font. For
  54. # example:
  55. # fonts:
  56. # - family: Schyler
  57. # fonts:
  58. # - asset: fonts/Schyler-Regular.ttf
  59. # - asset: fonts/Schyler-Italic.ttf
  60. # style: italic
  61. # - family: Trajan Pro
  62. # fonts:
  63. # - asset: fonts/TrajanPro.ttf
  64. # - asset: fonts/TrajanPro_Bold.ttf
  65. # weight: 700
  66. #
  67. # For details regarding fonts in packages, see
  68. # https://flutter.dev/custom-fonts/#from-packages