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.
Quick Start
- Get started by Registering User Accounts and following the next steps at the bottom of the doc.
- Read the Full Sonr Stack Documentation and Motor Flutter API Reference
- Visit our Website and Join the Community Discord
- Submit Feature Requests at sonr.fyi
Here's how to install the motor_flutter
package in your Flutter project:
Using the Flutter CLI
flutter pub add motor_flutter
or
dependencies:
motor_flutter: ^0.8.0
Update your ios/Podfile
:
platform :ios, '13.0' # At the top of the file
.
.
use_frameworks! # Then **remove or comment out**
We have full usage examples available in the motor_flutter docs site. Each method on the
MotorFlutter
class has a full example and usage guide for its functionality.
This library is still under active core team development. We welcome contributions from the community, but for the time being we would ask that you create an issue before submitting a pull request.
Our code is licensed under the GPLv3 license.