app_initializer 1.0.0 app_initializer: ^1.0.0 copied to clipboard
A Flutter widget that streamlines app initialization, managing splash screens, async tasks, and error handling
1.0.0 #
- Initial release of Flutter App Initializer package
- Introduced
AppInitializer
widget with:- Customizable splash screen
- Async initialization process
- Main application display
- Error handling capabilities
- Added basic usage example
- Included unit tests for
AppInitializer
- Created README with usage instructions