motor_flutter 0.5.0
motor_flutter: ^0.5.0 copied to clipboard
The Official Implementation of the Sonr Motor Node in Flutter. This package provides methods for Authentication, Data Management, and Wallet interactions for the Sonr Network.

The Official Implementation of the Sonr Motor Node in Flutter. This package provides methods for Authentication, Data Management, and Wallet interactions for the Sonr Network.
- Flutter bindings for the Sonr Motor Node
- See API Reference for more information.
Installation #
Here's how to install the motor_flutter package in your Flutter project:
Prerequisites
Using the Flutter CLI
flutter pub add motor_flutter
or
dependencies:
motor_flutter: ^0.5.0
iOS
Add the following to your Podfile:
platform :ios, '13.0'
Then remove this line from your Podfile:
use_frameworks!
Usage #
We have full usage examples available in the motor_flutter docs site.
API Reference #
For full usage documentation on the Motor Flutter class, please see the API Reference.
Contributing #
See the contributing guide to learn how to contribute to the repository and the development workflow.
License #
MIT