motor_flutter library Null safety

Motor Flutter

Flutter bindings for the All-in-one Motor node by Sonr. Seamless integration with the Sonr P2P network and blockchain - all while providing a Wallet interface which doesnt require a Seed phrase.

Classes

Log
It's a class that logs messages
MotorFlutter
MotorFlutter
RegisterController
RegisterModalPage
SonrRegisterButton

Extensions

CreateAccountWithKeysResponseExt
CreateAccountWithKeysResponseExt
MotorFlutterHelpers
MotorFlutterUI
MotorFlutterUI
SchemaDefinitionExt
SchemaDefinitionExt
SchemaDocumentExt
SchemaDocumentExt
SchemaDocumentValueExt
SchemaDocumentValueExt

Constants

kMotorKeychainDeviceSharedKey → const String
'SNR_MTR_DSC_KEY'
kMotorKeychainPwdSecuredKey → const String
'SNR_MTR_PSK_KEY'
kMotorPlatformChannelAddr → const String
"io.sonr.motor/MethodChannel"
kMotorTempStorageName → const String
"motor_flutter"

Properties

isDebugMode bool
read-only
loadingQuotes List<String>
final

Enums

RegisterState

Typedefs

BoolCallback = void Function(bool)
ErrorCallback = void Function(String)
ExceptionCallback = void Function(Exception)
ResponseCallback<T> = void Function(T?)
SchemaDocumentBuilder = Widget Function(BuildContext context, SchemaDocumentValue field)
VoidCallback = void Function()