loader_gamified 0.0.1+1 copy "loader_gamified: ^0.0.1+1" to clipboard
loader_gamified: ^0.0.1+1 copied to clipboard

Loader with a mini game inside it. Initially it will show a specified loader, but after some predefined period of time it will switch to the game.

Gamified loader widget #

Loader with a mini game inside it

Often users might have connection issues or the server response time might be increased. This plugin provides a loader widget with a small game incorporated inside it to keep the user engaged. Initially it will show a specified loader, but after some predefined period of time it will switch to the game.

Features #

  • Delay can be specified
  • Uses app theme's colors
  • Any progress indicator can be used

Games available #

Currently, only Shulte table is available as a game.

Demo #

demo

Usage #

Just initialize a widget with specified loader and time to show this loader before the game starts

GamifiedLoader(
  loader: CircularProgressIndicator(),
  loaderTimeMs: 5000,
)
copied to clipboard
0
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

Loader with a mini game inside it. Initially it will show a specified loader, but after some predefined period of time it will switch to the game.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on loader_gamified