Tom Gilder

Results 18 issues of Tom Gilder

Hello, I was wondering if there could there be a way of `FutureProvider` keeping watched dependent providers alive until the next value is generated? I found the behaviour of this...

enhancement
breaking

If you open the temporary directory where screenshots were being generated in Finder, a .DS_Store file is generated which screenshots tries to process, causing it to fail: ``` Processing screenshots...

Add an option to never have pages created, no matter how the user navigates around. The widgets stay in memory and get restored to their previous state so things like...

enhancement

Would be good to have an example of a flow/wizard such as a sign-up process.

scenario

Sometimes the same page should be visible at multiple routes. For instance a `ProductPage` could appear at both: * `/search/results/product/1` * `/category/5/product/1` Currently you'd just have to provide two entries...

enhancement
API design
scenario

- [ ] Possibly convert tabs to use `PageContainer` - [ ] Possibly stop getting URL by looping through pages - [ ] Possibly refactor to remove `_getSinglePage`

There are some use cases where being able to use async within route builders would be useful. But this adds complication and isn't as easy as it might sound. Will...

API design

Would be nice to have an example of NavigationRail with Routemaster. As suggested by @RedTech64 issue #60.

example