frappe_oauth2_flutter_sdk 0.1.0
frappe_oauth2_flutter_sdk: ^0.1.0 copied to clipboard
A comprehensive Flutter SDK for Frappe OAuth2 authentication with automatic platform configuration and token management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add frappe_oauth2_flutter_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
frappe_oauth2_flutter_sdk: ^0.1.0
Alternatively, 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:frappe_oauth2_flutter_sdk/frappe_oauth2_flutter_sdk.dart';