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

PlatformAndroid

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

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  aad_b2c_webview: ^0.0.56

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:aad_b2c_webview/aad_b2c_webview.dart';
18
likes
110
pub points
78%
popularity

Publisher

verified publishermicrosoft.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, google_fonts, http, mockito, pkce, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on aad_b2c_webview