mirror of
https://github.com/Solido/awesome-flutter.git
synced 2025-04-28 17:57:51 +02:00
Add polkadart to interact with any polkadot-based blockchain
Polkadart is the first dart/flutter package that enables developers to interact with any Polkadot-based blockchain. It is a fully-featured client that includes signing transactions, decoding data, querying the storage, code generation, RPC connections and all.
This commit is contained in:
parent
60a8f9c721
commit
4ff7b3118a
1 changed files with 7 additions and 0 deletions
|
@ -555,10 +555,17 @@ Simon Binder](https://github.com/simolus3)
|
|||
- [flutter_convenient_test](https://github.com/fzyzcjy/flutter_convenient_test) <!--stargazers:fzyzcjy/flutter_convenient_test--> - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by [fzyzcjy](https://github.com/fzyzcjy)
|
||||
- [Patrol](https://github.com/leancodepl/patrol) <!--stargazers:leancodepl/patrol--> - Easy-to-learn, powerful UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co)
|
||||
|
||||
|
||||
### Web
|
||||
|
||||
- [Responsive Framework](https://github.com/Codelessly/ResponsiveFramework) <!--stargazers:Codelessly/ResponsiveFramework--> - Automatically adapt UI to different screen sizes. Responsiveness made simple by [Codelessly](https://codelessly.com)
|
||||
|
||||
|
||||
### Blockchain
|
||||
|
||||
- [Polkadart](https://github.com/leonardocustodio/polkadart) <!--stargazers:leonardocustodio/polkadart--> - Sign transactions, decode data, connect and interact with any Polkadot-based blockchain by [Leonardo Custodio](https://github.com/leonardocustodio).
|
||||
|
||||
|
||||
## Experimental
|
||||
|
||||
This section contains libraries that take an experimental or unorthodox approach.
|
||||
|
|
Loading…
Add table
Reference in a new issue