Skip to content

Commit

Permalink
removed duplicate typo WidgetsFlutterBinding
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 17, 2025
1 parent b55d5b8 commit 80df5a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/widget_tests/pre_auth_screens/splash_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Widget createSplashScreenDark({ThemeMode themeMode = ThemeMode.dark}) =>
);

Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
// Disable stack trace demangling for non-standard environments (e.g., CI)
FlutterError.demangleStackTrace = (StackTrace stack) {
if (stack is Trace) return stack.vmTrace;
Expand Down

0 comments on commit 80df5a3

Please sign in to comment.