app_restarter 0.1.0
app_restarter: ^0.1.0 copied to clipboard
A powerful Flutter package to restart your application with callbacks, animations, and advanced control.
0.1.0 #
- Major Feature Release - Enhanced with powerful new capabilities
- Added lifecycle callbacks (
onBeforeRestart,onAfterRestart) - 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
- Updated example app with demonstrations of all features
0.0.1 #
- Initial release of the
app_restarterpackage. - Includes
AppRestarterwidget for programmatic app restart.