Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Aug 10, 2024
1 parent 04d1b9d commit dfabb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_web_auth_2/lib/flutter_web_auth_2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class _OnAppLifecycleResumeObserver extends WidgetsBindingObserver {
}
}

/// Provides all the functions you - as a user - should access
/// Provides all the functions you - as a user - should access.
class FlutterWebAuth2 {
static final RegExp _schemeRegExp = RegExp(r'^[a-z][a-z\d+.-]*$');

Expand Down
2 changes: 1 addition & 1 deletion flutter_web_auth_2/lib/src/linows.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter_web_auth_2/src/server.dart';
import 'package:flutter_web_auth_2/src/webview.dart';
import 'package:flutter_web_auth_2_platform_interface/flutter_web_auth_2_platform_interface.dart';

/// Implements the plugin interface for Linux and Windows (Linows)
/// Implements the plugin interface for Linux and Windows (Linows).
class FlutterWebAuth2LinowsPlugin extends FlutterWebAuth2Platform {
final FlutterWebAuth2Platform _webviewImpl = FlutterWebAuth2WebViewPlugin();
final FlutterWebAuth2Platform _serverImpl = FlutterWebAuth2ServerPlugin();
Expand Down

0 comments on commit dfabb8d

Please sign in to comment.