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:
Leonardo Custodio 2024-11-01 01:59:51 +04:00 committed by GitHub
parent 60a8f9c721
commit 4ff7b3118a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.