flutter_route_guard 0.0.5
flutter_route_guard: ^0.0.5 copied to clipboard
A platform-agnostic Flutter package for guarding routes based on asynchronous state.
0.0.5 #
- Refactored examples and improved internal routing logic.
0.0.4 #
- Improved examples with didactic welcome screens.
- Material Design 3 layout for all screens.
- Left-aligned bullet points for better readability.
- Comprehensive test coverage including error state.
0.0.3 #
- Added example application.
- Completed API documentation.
0.0.2 #
- Added missing documentation for pub.dev score.
0.0.1 #
- Initial release.
- Added
RouteGuardwidget for route protection. - Added
GuardAsyncValuefor async state handling.