app_restarter 0.2.0 copy "app_restarter: ^0.2.0" to clipboard
app_restarter: ^0.2.0 copied to clipboard

A powerful Flutter package to restart your application with callbacks, animations, and advanced control.

0.2.0 #

  • Major Feature Release - Enhanced with powerful new capabilities
  • Added lifecycle callbacks (onBeforeRestart, onAfterRestart)
  • BREAKING: Changed onAfterRestart from VoidCallback to Future<void> Function() for async support
  • GetX Compatibility: Full support for GetX state management with dependency reinitialization
  • Added custom animation support with transitionBuilder
  • Added delayed restart capability
  • Added conditional restart logic
  • Added comprehensive error handling
  • Improved documentation with examples and migration guide
  • Added GetX integration guide and example (example/lib/getx_example.dart)
  • Updated example app with demonstrations of all features

0.0.1 #

  • Initial release of the app_restarter package.
  • Includes AppRestarter widget for programmatic app restart.
16
likes
160
points
165
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter package to restart your application with callbacks, animations, and advanced control.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_restarter