A overlay dialog for auth in ID
More...
var result = await AuthTheatre.show( context: context, appId: "", appSecret: "", permissions: [ AuthPermission.readNames, ], ); if (result != null) { Id.auth(result); print("sign in"); } else { print("cant sign in"); }
flx.pub
Homepage
GPL-3.0 (license)
flutter, flutter_localizations, flx_id_binder, flx_ui, get, intl, matrix4_transform, page_transition, vibration
Packages that depend on flx_id_overlay
Back