Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Latest commit

 

History

History
63 lines (27 loc) · 2.32 KB

README.md

File metadata and controls

63 lines (27 loc) · 2.32 KB

As of v0.7.4, the examples are now in the main repository, and this repository is archived

See here.

The older content:

Examples for app_state Flutter package, a bloc-based state management solution on top of Router API for larger apps.

1. Bare Minimal App

This app does nothing.

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

Bare Minimal App

2. The Book List App Without URLs

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/lib/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/lib/3_web

Book List With URLs

4. Tabs with Independent Navigation Stacks

Runnable project: https://github.com/alexeyinkin/flutter-app-state-examples/tree/main/lib/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/lib/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/lib/6_forward_recovery

Recovering Unsaved Input on Back and Forward Navigation

7. Pushing one pop-up screen to any tab

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

Recovering Unsaved Input on Back and Forward Navigation