1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-30 16:23:23 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Filip Hracek
a335558d44 Migrate from scoped_model to provider (#81)
This is the minimal possible change. It is meant to be readable as a standalone Pull Request.

This does not touch comments. Additionally, it doesn’t use the niceties of provider, like automatic disposal of the model. Lastly, it doesn’t even rename the project from `scoped_model_counter`. All that will come in a follow-up PR.
2019-05-20 12:45:22 -07:00
Tim Sneath
38a54314c7 Clean up .gitignore and checked in files (#65) 2019-04-14 17:10:44 -07:00
Filip Hracek
2128608386 Add the ScopedModel Counter sample (#41)
Adds sample app that mimics the beloved starter app, but with ScopedModel for state management.

Contains a smoke test and is set up to run it in travis_script.sh.
2019-01-02 11:25:52 -08:00