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

A simple Flutter package which embeds webview 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
copied to clipboard

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.1.0
copied to clipboard

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';
copied to clipboard
22
likes
120
points
1.01k
downloads

Publisher

verified publishermicrosoft.com

Weekly Downloads

2024.09.16 - 2025.03.31

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get_it, http, pkce, webview_flutter, webview_flutter_android, webview_flutter_platform_interface, webview_flutter_wkwebview

More

Packages that depend on aad_b2c_webview