hss_okta_flutter 1.0.1
hss_okta_flutter: ^1.0.1 copied to clipboard
The presented plugin functions as an abstraction layer, seamlessly integrating Okta's Native SDKs into the Flutter ecosystem, thereby enabling the utilization of Okta's robust security framework withi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hss_okta_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hss_okta_flutter: ^1.0.1Alternatively, 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:hss_okta_flutter/hss_okta_flutter.dart';