aad_b2c_webview 0.0.1 copy "aad_b2c_webview: ^0.0.1" to clipboard
aad_b2c_webview: ^0.0.1 copied to clipboard

A simple Flutter package which embeds weview for accessing Azure AD B2C user flow endpoinr.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aad_b2c_webview

With Flutter:

 $ flutter pub add aad_b2c_webview

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aad_b2c_webview: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aad_b2c_webview/aad_b2c_webview.dart';
19
likes
0
pub points
80%
popularity

Publisher

verified publishermicrosoft.com

A simple Flutter package which embeds weview for accessing Azure AD B2C user flow endpoinr.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_secure_storage, webview_flutter

More

Packages that depend on aad_b2c_webview