Andrew Brogdon
16fa475ff8
Updates for 1.9 ( #139 )
5 years ago
lisa-liao
c056b754a2
Adding Rally App to Flutter Samples ( #135 )
5 years ago
Andrew Brogdon
cf270c32f3
Moving Shrine into a material_studies subdirectory ( #128 )
5 years ago
John Ryan
2d42fcfd31
Add animation samples ( #118 )
...
* initialize animations sample project
* add two demos, set up routing
* clean up expand_card demo
* update README
* clean up expand_card demo
* dartfmt
* update comment
* address code review comments
* swap AnimatedContainer and AnimatedCrossFade
* use AnimatedSwitcher instead of AnimatedCrossFade
* Revert "use AnimatedSwitcher instead of AnimatedCrossFade"
This reverts commit e112e02549
.
* rename expanded -> selected
* use Dart 2.4.0 constraint
* update README
* address code review comments
update images
add curves to expand_card
update pubspec.lock
* add @override annotation
* add animations project to travis script
* add empty test for travis
* add copyright notice to animations/ project
5 years ago
Filip Hracek
086a77b1b8
Add provider_shopper ( #87 )
...
This is the code for the sample at https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple .
5 years ago
Andrew Brogdon
d990979c90
Adds flutter_maps_firestore to travis config ( #96 )
5 years ago
Branden Taylor
9241a062bc
Added 3 tabbed pages with welcome messages ( #92 )
5 years ago
xster
325c5a5d2b
Add a Material/Cupertino adaptive application example ( #69 )
5 years ago
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`.
6 years ago
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.
6 years ago
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.
6 years ago
Andrew Brogdon
e67cbb03ea
Updates travis config to include place_tracker and platform_view_swift ( #42 )
6 years ago
Andrew Brogdon
c823766300
Adds analyzer and formatter to smoke tests. ( #29 )
6 years ago
Andrew Brogdon
928c40c097
Adds the start of a new sample showcasing Cupertino widgets. ( #12 )
6 years ago
Andrew Brogdon
ad25e9cfb9
Adding Shrine to travis script. ( #6 )
6 years ago
Andrew Brogdon
d17f968932
Adding Travis config for jsonexample. ( #4 )
6 years ago