app_state 0.6.5 copy "app_state: ^0.6.5" to clipboard
app_state: ^0.6.5 copied to clipboard

A BLoC-based state management solution on top of Router API for larger apps.

example/EXAMPLE.md

The gallery of runnable examples is here: https://github.com/alexeyinkin/flutter-app-state-examples

1. Bare Minimal App #

This app does nothing.

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/app_state_1_min

Bare Minimal App

2. The Book List App Without URLs #

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/app_state_2_two_screens

Book List No URLs

3. The Book List App With URLs #

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/app_state_3_web

Book List With URLs

4. Tabs with Independent Navigation Stacks #

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/app_state_4_tabs

Tabs with Independent Navigation Stacks

5. Receiving the Dialog Result after the App Restart #

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/app_state_5_route_result

Receiving the Dialog Result after the App Restart

6. Recovering Unsaved Input on Back and Forward Navigation #

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/app_state_6_forward_recovery

Recovering Unsaved Input on Back and Forward Navigation

60
likes
0
pub points
83%
popularity

Publisher

verified publisherainkin.com

A BLoC-based state management solution on top of Router API for larger apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, meta, rxdart

More

Packages that depend on app_state