keeta 0.0.1-dev.1
keeta: ^0.0.1-dev.1 copied to clipboard
Dart SDK to interact with the Keeta Network
Keeta Dart SDK #
keeta is a Dart SDK for interacting with the Keeta Network.
⚠️ Pre-Alpha #
This package is in pre-alpha.
Use for testing and early development only.
This is a Dart translation of swift-client.
It is currently under development.
For the original Swift client, see: swift-client
Installation #
dart pub add keeta
OR #
Add uni_size to your pubspec.yaml:
dependencies:
keeta: 0.0.1-dev.1
Then run:
flutter pub get