File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class _OnAppLifecycleResumeObserver extends WidgetsBindingObserver {
2424 }
2525}
2626
27- /// Provides all the functions you - as a user - should access
27+ /// Provides all the functions you - as a user - should access.
2828class FlutterWebAuth2 {
2929 static final RegExp _schemeRegExp = RegExp (r'^[a-z][a-z\d+.-]*$' );
3030
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import 'package:flutter_web_auth_2/src/server.dart';
55import 'package:flutter_web_auth_2/src/webview.dart' ;
66import 'package:flutter_web_auth_2_platform_interface/flutter_web_auth_2_platform_interface.dart' ;
77
8- /// Implements the plugin interface for Linux and Windows (Linows)
8+ /// Implements the plugin interface for Linux and Windows (Linows).
99class FlutterWebAuth2LinowsPlugin extends FlutterWebAuth2Platform {
1010 final FlutterWebAuth2Platform _webviewImpl = FlutterWebAuth2WebViewPlugin ();
1111 final FlutterWebAuth2Platform _serverImpl = FlutterWebAuth2ServerPlugin ();
You can’t perform that action at this time.
0 commit comments