Skip to content

Commit

Permalink
Flipped defualt to be web
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealNOIG committed Oct 27, 2023
1 parent bd024f0 commit 633e206
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -8,7 +8,7 @@ import 'package:flutter_web_auth_2_platform_interface/flutter_web_auth_2_platfor

export 'src/linux.dart';
export 'src/options.dart';
export 'src/windows.dart' if (dart.library.html) 'src/web.dart';
export 'src/web.dart' if (dart.library.io) 'src/windows.dart';

class _OnAppLifecycleResumeObserver extends WidgetsBindingObserver {
final Function onResumed;
Expand Down

0 comments on commit 633e206

Please sign in to comment.