Skip to content

better-dart/pkg

Repository files navigation

MonoRepo for Dart/Flutter Packages:

  • mono repo:
    • dart packages.
    • flutter packages.

melos Discord Discord

Packages:

These are the available plugins in this repository.

Plugin Pub Points Popularity Likes
kit pub package pub points popularity likes
better_ui pub package pub points popularity likes
web3 pub package pub points popularity likes
crypto_wallet pub package pub points popularity likes
wallet_connect pub package pub points popularity likes

Docs/Wiki:

Development:

make install

make init
  • create a new pkg:
task create-pkg
  • publish a pkg:
task publish-web3

better-ui:

  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

kit:

  kit: ^0.0.1

wallet-connect:

  # 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:

  • 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