m_login_sdk 1.4.0
m_login_sdk: ^1.4.0 copied to clipboard
Flutter-native SDK to simply access the M-Login identity- and user-data system.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add m_login_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
m_login_sdk: ^1.4.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:m_login_sdk/m_login_sdk.dart';