Skip to content

Commit

Permalink
Remove out of date documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gilder committed Apr 4, 2021
1 parent c474d5a commit 95b77cb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@ Please don't report bugs yet; it's way too early. There are almost no tests, so
* Opinionated: don't provide 10 options to achieve a goal, but be flexible for all scenarios.
* Focused: just navigation, nothing else. For example, no dependency injection.

# Architecture

The architecture mirrors Flutter's fairly closely.

You create immutable `RoutePlan` objects as mapping between paths and widgets:

`MaterialPagePlan('/search', (_) => SearchPage())`

These `RoutePlan` objects have a `createState()` object which creates a mutable `PageState` object to manage the in-memory state.

So for instance `TabPlan` creates a `TabPageState`, which has a `index` property for which the current tab is.

This project builds on [page_router](https://github.com/johnpryan/page_router).

# Name
Expand Down

0 comments on commit 95b77cb

Please sign in to comment.