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

18 Commits

Author SHA1 Message Date
rami-a
04009ab37d Remove outdated material studies and update links in index.md to point to new shrine and gallery (#183) 2019-12-16 12:45:14 -05:00
rami-a
218fca3f20 Enable CI checks to run on the gallery (#181) 2019-12-12 12:47:46 -05:00
Andrew Brogdon
16fa475ff8 Updates for 1.9 (#139) 2019-09-10 08:47:34 -07:00
lisa-liao
c056b754a2 Adding Rally App to Flutter Samples (#135) 2019-09-05 12:36:20 -07:00
Andrew Brogdon
cf270c32f3 Moving Shrine into a material_studies subdirectory (#128) 2019-08-14 16:27:59 -07:00
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
2019-07-23 15:51:57 -07:00
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.
2019-07-23 15:40:43 -07:00
Andrew Brogdon
d990979c90 Adds flutter_maps_firestore to travis config (#96) 2019-06-25 14:48:55 -07:00
Branden Taylor
9241a062bc Added 3 tabbed pages with welcome messages (#92) 2019-06-17 16:08:45 -07:00
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