- mono repo:
- dart packages.
- flutter packages.
These are the available plugins in this repository.
Plugin | Pub | Points | Popularity | Likes |
---|---|---|---|---|
kit | ||||
better_ui | ||||
web3 | ||||
crypto_wallet | ||||
wallet_connect |
- better_ui: UI库, 封装通用组件, 易于使用.
- kit: common utils, 基础库, 常用工具方法.
- web3: web3 wrapper with web3dart, 扩展封装.
- crypto_wallet: crypto wallet core lib.
- wallet_connect: crypto wallet connect lib.
- Makefile
- Taskfile.yml
- install:
make install
make init
- create a new pkg:
task create-pkg
- publish a pkg:
task publish-web3
- https://pub.dev/packages/better_ui
- how to use:
better_ui: ^0.0.1
# used by local path:
better_ui:
path: /your-local-path-to-here/better-dart/pkg/packages/better_ui # local path
- dart common utils.
- how to use:
- https://pub.dev/packages/kit
kit: ^0.0.1
-
wallet-connect: wallet connect for flutter App
-
how to use:
# used by git repo:
wallet_connect:
git:
url: https://github.com/better-dart/pkg.git # repo http clone url
ref: "babee6d" # git tag or git commit-id
path: packages/wallet_connect # pkg path
- web3 封装
- how to use:
# used by git repo:
web3:
git:
url: https://github.com/better-dart/pkg.git # repo http clone url
ref: "babee6d" # git tag or git commit-id
path: packages/web3 # pkg path