windows_blue_screens

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

windows blue screens

Have you ever dreamt to have the infamous Blue Screen Of Death in your Flutter app?
Thanks to windows_blue_screens, you can now give the Windows experience to your multiplatform app (Android, iOS, MacOS, Linux, Web...).
Features #



Windows 2000
Windows 8









Usage #
Wrap your MaterialApp with
WindowsBlueScreen(
randomMode: true, // if you trigger the blue screen randomly or manualy
mustCrashBeforeSeconds: 600, // the blue screen must appears before 600 seconds
child: MaterialApp(),
)
copied to clipboard
To trigger manually the blue screen, use the following code:
WindowsBlueScreen.of(context).triggerBlueScreen();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.