1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
xster
325c5a5d2b Add a Material/Cupertino adaptive application example (#69) 2019-06-10 14:14:34 -07:00
Filip Hracek
fa356540c6 Ensure flutter format and fix offending files (#80)
The current Travis script will only print offending files, but won’t fail the build. Added `--set-exit-if-changed` to fix that.

Also, simplified the call from using `grep` and `xargs` to simple `flutter format .`, which recurses directories.

Lastly, fixed offending files that needed `dartfmt`. (But not in the directories that aren’t covered by `travis_script.sh`.
2019-05-21 13:30:37 -07:00
Filip Hracek
31edec5378 Move scoped_model_counter to provider_counter (#82)
I used `flutter create` anew, so the project structure now has additional 2 `AndroidManifest.xml` files. Everything else stayed the same, so from git’s perspective, it’s just moved files.
2019-05-20 15:59:51 -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
Andrew Brogdon
e67cbb03ea Updates travis config to include place_tracker and platform_view_swift (#42) 2018-12-21 15:06:55 -08:00
Andrew Brogdon
c823766300 Adds analyzer and formatter to smoke tests. (#29) 2018-11-08 10:56:29 -08:00
Andrew Brogdon
928c40c097 Adds the start of a new sample showcasing Cupertino widgets. (#12) 2018-08-31 15:08:33 -07:00
Andrew Brogdon
ad25e9cfb9 Adding Shrine to travis script. (#6) 2018-07-30 10:34:54 -07:00
Andrew Brogdon
d17f968932 Adding Travis config for jsonexample. (#4) 2018-06-29 15:49:11 -07:00