native_authentication 0.1.1%2B1
SDKflutter
Platformandroidioswindowslinuxmacosweb
Native bindings for platform-specific authentication APIs like ASWebAuthenticationSession and Chrome Custom Tabs.
native_authentication
A Dart-only library for performing authentication flows using native APIs.
The platform implementations for NativeAuthentication are:
| Platform | Implementation |
|---|---|
| iOS/macOS | ASWebAuthenticationSession |
| Android | Custom Tabs |
| Linux/Windows | Localhost HTTP server |
| Web | HTTP Redirects |