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

517 Commits

Author SHA1 Message Date
Tushar Ojha
1fae13ef3a [VeggieSeasons] added restore defaults feature (#639) 2021-01-30 22:57:40 -08:00
Abdullah Deshmukh
f63c465ff4 [testing_app] Migrate the sample to the integration_test package (#633) 2021-01-30 22:47:22 -08:00
Adarsh kumar singh
d16d35e0ac Updated Veggieseasons to use CupertinoSearchTextField (#630) 2021-01-30 22:44:43 -08:00
Noam Yorav-Raphael
c8d7b3c104 README.md: how to download a single example (#615) 2021-01-30 22:12:29 -08:00
Tushar Ojha
2f6767f95e [samples_index] updated source code url for form_app (#688) 2021-01-30 08:10:40 +11:00
Sashika Nawarathne
60c5cf97eb Fix carousel alignment issue (#691) 2021-01-29 08:24:53 -08:00
Satyam Goyal
192dc62b93 [ Fixed Issue #667 ] Add Google and Unsplash terms links to experimental/desktop_photo_search (#678) 2021-01-28 15:44:47 +11:00
Brett Morgan
9b631a2184 Split CI testing based on flutter channels (#651) 2021-01-27 18:42:33 +11:00
Arteev Raina
e7d70288d9 [animations]: added test for AnimatedList (#637) 2021-01-26 22:39:05 -08:00
John Ryan
3d92dfbc7b use source script.sh instead of ./script.sh (#629) 2021-01-26 22:27:54 -08:00
xster
3a63bbe185 Add a FlutterView level integration example on Android for add-to-app (#632) 2021-01-26 22:25:31 -08:00
Brett Morgan
f20ff8135a Update README.md (#672) 2021-01-27 13:21:20 +11:00
Brett Morgan
622e8d55d3 Migrate to the New Material Buttons (#668) 2021-01-27 13:20:50 +11:00
Priyanshu Agarwal
6502209a78 bug fix in cutomTweenDemo (#675) 2021-01-27 09:21:42 +11:00
Sashika Nawarathne
4ae90f3aa9 Fix minor warnings (#673) 2021-01-25 12:31:38 +11:00
Brett Morgan
530832810a Revert "Bump Android NDK (#662)" (#669) 2021-01-23 07:08:05 +11:00
Arteev Raina
1f0f430dbd [multiple] Added copyright headers (#664) 2021-01-21 11:16:46 -08:00
Michael Goderbauer
a29af85657 Enable State Restoration for iOS (#647) 2021-01-21 09:23:21 -08:00
John Ryan
177efa2443 Fix web_dashboard analysis warnings on beta channel (#663)
fixes #660
2021-01-19 15:53:34 -08:00
Robert Piosik
f3de46714b Fix generic type placement of Provider.of call (#661) 2021-01-20 07:44:43 +11:00
Michael Goderbauer
f96272db20 Fix restoration of search details page (#648) 2021-01-19 11:25:53 -08:00
Michael Goderbauer
b72fd311db Bump Android NDK (#662) 2021-01-19 11:03:51 -08:00
Brett Morgan
4d5b3a863e Migrate to file_selector (#645) 2021-01-14 05:40:07 +11:00
Jenn Magder
cf3857f271 Exclude arm64 from simulator iOS add-to-app host app archs (#646) 2021-01-11 21:25:49 -08:00
Mitchel Humpherys
9f224c498e isolate_example: Update filenames in README.md (#634) 2021-01-08 17:25:06 -08:00
Alabhya
9caf12257f Replaced deprecated property with new one (#640) 2021-01-08 12:36:43 -08:00
Brett Morgan
39e435960c typo fix (#642) 2021-01-08 12:26:24 -08:00
Kishan Kumar
d48c0c5928 Updated flutter website URL in README (#643)
Replaced flutter.io with flutter.dev
2021-01-08 12:19:40 -08:00
John Ryan
fe280b22ab Update README.md (#638) 2021-01-07 14:05:29 +11:00
Brett Morgan
6e9824dc12 flutter pub update & various fixes (#627) 2020-12-18 10:51:31 +11:00
Arteev Raina
d01e6ab2bf [animations] added test for HeroAnimation (#620) 2020-12-16 21:48:05 -08:00
John Ryan
bb88a9f7fe format navigation_and_routing README (#624) 2020-12-16 21:33:34 -08:00
Andrew Brogdon
673f492ca0 Added echo (#626) 2020-12-16 21:30:58 -08:00
Andrew Brogdon
83adbb883d Replaces Travis CI with GitHub Actions (#625) 2020-12-16 17:24:05 -08:00
John Ryan
4a30a67a63 move experimental/form_app to root of project (#623)
This allows us to reference this sample from other places.

See https://github.com/flutter/flutter/pull/70321 for more context.
2020-12-16 12:52:33 -08:00
Ayush Bherwani
64fce38501 [platform_channels] adds implementation of BasicMessageChannel for iOS (#610) 2020-12-14 22:15:35 -08:00
Alabhya
e940d54618 Added title (#614) 2020-12-14 22:01:15 -08:00
Tushar Ojha
8af3a63da3 updated README with links (#621) 2020-12-14 10:22:18 -08:00
John Ryan
136cf0a661 Update README.md (#619) 2020-12-14 18:07:53 +11:00
John Ryan
d73beef792 Add navigator 2 samples (#606)
* add navigation_and_routing sample

* Add navigation samples and README

* remove "goals" section

* add newlines

* add copyright headers

* Update README, remove pubspec comments, add description
2020-12-11 17:27:01 -08:00
Abdullah Deshmukh
3d943d7d46 Add instructions to generate test coverage report (#613) 2020-12-09 23:16:18 -08:00
Alabhya
0264184a2c [animation] Replaced depricated property(overflow) with new one(clipBehavior) (#607) 2020-12-09 22:43:31 -08:00
Sashika Nawarathne
d1b054cb02 [samples_index] Fix carousel edge cases and make mobile responsive (#608)
* Fix carousel ui issues

* Update carousel to be mobile responsive
2020-12-07 10:39:50 -08:00
Brett Morgan
6b561158b1 Update macOS desktop sample (#609) 2020-12-05 15:22:27 +11:00
Sashika Nawarathne
c60f02d7c3 Implement carousel (#605)
Add type declaration
2020-12-02 15:06:06 -08:00
Alex Vavvas
7c5fecbceb Styling revamp using CupertinoThemeData and CupertinoTextThemeData (#593) 2020-12-01 23:04:33 -08:00
John Ryan
1d33b3dcf7 add visual samples index tests to CI (#597) 2020-12-01 22:45:02 -08:00
Ayush Bherwani
a29be3d45e [platform_channels] adds EventChannel implementation for iOS (#595) 2020-12-01 22:28:50 -08:00
Brett Morgan
1edac4ca35 Update MSIX config and documentation (#602) 2020-12-01 17:44:03 -08:00
Tushar Ojha
092e78162c [Animations] Button size increased (#600) 2020-11-26 19:24:42 +11:00