twitter_webview_auth library

Classes

TwitterAuth
Handles web view based oauth1 authentication with Twitter using TwitterLoginWebview.
TwitterAuthResult
TwitterLoginWebview
Builds a WebView for the twitter authentication.

Typedefs

OnExternalNavigation = void Function(String url)
Handles navigation to pages outside the login page.
WebviewNavigation = Future<Uri?> Function(TwitterLoginWebview webview)
Used to navigate to the TwitterLoginWebview and return its result.