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

57 Commits

Author SHA1 Message Date
Qun Cheng
6694b00dae Added M3 demo app (#1189)
* Added M3 demo app

* Changed to use the centralized lint configuration.

* Moved the app at the root level

* Added to CI

* Added app to beta CI and commented app on stable CI file

* Update README.md

* Addressed comments

* fixed comments

* Reverted app name in CI files.

* Added project to the Pub Dependabot config

* Linting pass for current beta channel standards

Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
2022-05-06 08:29:31 -07:00
Renzo Olivares
9fd13b507c Add simplistic editor to samples to showcase TextEditingDeltas (#1217)
* Add simplistic editor to samples

* Toggle styles fix

* update name

* Add to CI and dependabot

* update minimum dart sdk

* fix pubspec

* update README

* Update README

* Add shift + arrow key selection and copy/paste keyboard actions

* Update README.md

* copy edits to readme

includes a sentence in each layer description whose accuracy I still need to verify

* update pubspec

* update pubspec.lock

* Fix bug with disabling expansion of replacement when cursor is at edge of replacement

Co-authored-by: Renzo Olivares <roliv@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
2022-05-06 08:26:07 -07:00
Brett Morgan
13ae9ff013 Elide platform_channels, platform_design & testing_app from Beta CI (#1129) 2022-04-26 09:26:52 +10:00
Brett Morgan
aa22261c40 Also elide desktop_photo_search/material (#1114) 2022-04-22 08:08:40 +10:00
Brett Morgan
dd54b941d2 Elide desktop_photo_search/fluent_ui from Beta CI (#1060) 2022-04-06 11:41:24 +10:00
Brett Morgan
9c02a0fa09 Migrate desktop_photo_search to top level (#1002) 2022-02-04 08:33:53 +10:00
Brett Morgan
5c063d2a9e Analyze with fatal infos on both stable and beta (#962) 2022-01-05 16:45:06 +10:00
Brett Morgan
bdf7ad36da [CI]: dart analyze --fatal-infos (#954) 2021-12-01 12:10:44 +10:00
Brett Morgan
b229c5236f [CI]: Drop dev channel (#955) 2021-12-01 09:34:24 +10:00
Camille Simon
fa0b54bb9e Add android_splash_screen (#903)
Adds a Flutter app designed for devices running at least Android 12 that exemplifies how to implement an animated splash screen with the SplashScreen API.
2021-10-18 14:45:11 -07:00
John Ryan
cdab12421c Add form_app and navigation_and_routing samples to CI scripts (#905) 2021-10-05 09:29:36 -07:00
Andrew Brogdon
4cac0e6661 Lands beta branch into master for 2.5 (#895) 2021-09-08 17:35:05 -07:00
Abdullah Deshmukh
8e73c73f4b [linting_tool] Add Adaptive Layout with Theming (#852) 2021-07-14 07:31:14 +10:00
Brett Morgan
d3c4645a42 flutter analyze -> dart analyze (#849) 2021-07-12 10:08:10 -07:00
Brett Morgan
054360e2a4 flutter format -> dart format (#846) 2021-07-09 14:33:22 -07:00
Andrew Brogdon
89d2849019 Adding new flag for dev channel format (#841) 2021-07-03 19:43:54 +10:00
Andrew Brogdon
9e0ba9a97e Unbreaking beta and dev tests (#839) 2021-06-29 17:22:37 -07:00
Andrew Brogdon
b26f2cccc1 Unbreaks dev and beta CI (#793)
* Unbreaking dev and beta CI

* Newline all the things.

* Unhooking desktop_photo_search from beta and dev CI

* Unhooking web_dashboard and veggieseasons as well
2021-05-05 17:10:48 -07:00
gaaclarke
d04f3295c0 extracted copy and pasted function across module ci scripts (#760) 2021-03-09 13:15:00 +11:00
Brett Morgan
20feb3f901 Re-enable CI on beta and dev channels (#757) 2021-03-09 10:40:33 +11:00
gaaclarke
cf913f689d Multiple flutters sample android (#677) 2021-03-08 10:10:45 -08:00
Tushar Ojha
99c18b18d7 Moved veggieseasons out of experimental (#752) 2021-03-08 20:25:15 +11:00
gaaclarke
5adf66ba65 Added iOS example for add-to-app Pigeon (#722) 2021-03-03 21:04:28 -08:00
Michael Thomsen
b0e8686fe9 Upgrade null safety example (#748) 2021-03-03 13:01:08 -08:00
Andrew Brogdon
8c1cd0b049 Landing beta changes in master for the new stable release (#747) 2021-03-03 11:44:35 -08:00
Andrew Brogdon
3b2a7121ca Unmasking CI error codes from iOS (#710) 2021-02-25 23:18:39 -08:00
gaaclarke
3be0794966 Reorged android_view to match the rest of the projects. (#740) 2021-02-25 22:11:59 -08:00
gaaclarke
2825131b34 Added sample code for multiple flutters on iOS (#670) 2021-02-08 13:01:54 -08:00
gaaclarke
323c10558d restructured the add to app samples (#698) 2021-02-05 10:20:58 -08:00
Brett Morgan
9b631a2184 Split CI testing based on flutter channels (#651) 2021-01-27 18:42:33 +11:00
Brett Morgan
6e9824dc12 flutter pub update & various fixes (#627) 2020-12-18 10:51:31 +11: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
Jenn Magder
1ed40c656d Use xcframeworks in prebuilt add-to-app sample (#582) 2020-11-05 13:49:15 -08:00
Michael Goderbauer
ed1503143e State Restoration support for Veggie Seasons app (#433) 2020-11-02 12:19:21 -08:00
xster
d536526617 Add an iOS app clip sample (#538) 2020-09-22 20:27:57 -07:00
Ming Lyu (CareF)
824aeb5a16 Add an e2e (host-independent) test demo to testing_app (#515) 2020-08-13 15:00:22 -07:00
Andrew Brogdon
0eb1233cb4 Updates samples for latest beta release of the Flutter SDK (#492)
* Updating for beta release

* Re-adding pub get to Flutter travis script
2020-08-05 08:05:31 -07:00
Brett Morgan
18758bf5af Testing sample (#500) 2020-08-04 22:29:53 -07:00
xster
70976eeb28 Add a pigeon sample that demonstrates a "realistic" integration scenario with middleware and business logic (#465) 2020-06-12 23:18:05 -07:00
Ayush Bherwani
acf700c642 Initial Commit for PlaformChannel Sample App (#453) 2020-06-04 14:54:52 -07:00
Will Larche
ae287da326 Revert "[Material] Material theme builder (#313)" (#446)
This reverts commit 9a33d45766.
2020-05-21 14:42:23 -07:00
Will Larche
9a33d45766 [Material] Material theme builder (#313)
* Initial version.

* Applied theming.

* Updated UI

- Updated ThemeData to baseline values

* Update readme

Update readme

* Update readme

* Update readme

* [INDEX] Adding a listing for this.

* [Material Theme Builder] PR feedback and updating for new text theme API.

* [Material Theme Builder] More PR feedback.

* [Material Theme Builder] Adding to Travis.

* [Material Theme Builder] Rebase conflicts.

* [Theme Generator] Adding 1 link to the readme.

Co-authored-by: yasmineevjen <yasmineevjen@users.noreply.github.com>
2020-05-21 12:56:42 -04:00
Filip Hracek
1d8cfa11c5 Add the infinite_list sample (#440)
This PR adds a Flutter sample app that shows an implementation of the "infinite list" UX pattern. That is, a list is shown to the user as if it was continuous although it is internally paginated. This is a common feature of mobile apps, from shopping catalogs through search engines to social media clients.
2020-05-15 17:53:54 -07:00
Brett Morgan
baa1f976b2 Samples maintenance (#435) 2020-05-13 09:18:26 +10:00
John Ryan
14b9a8c4c4 Flutter 1.17 updates (#432)
* Material text theme updates & flutter pub upgrade (#411)

* Beta channel updates (#412)

* fix deprecated usages in provider_shopper - beta channel

* fix deprecated usages in animations - beta channel

* fix deprecated usages in provider_counter - beta

* Updates additional samples for beta release (#416)

* use headline6 instead of title

* fix another title -> headline6

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: Andrew Brogdon <RedBrogdon@users.noreply.github.com>
2020-05-06 14:09:15 -07:00
Anthony
29dfc8cdfd Remove gallery app and show its new location in the README (#358) 2020-03-13 14:40:16 -07:00
Andrew Brogdon
face0f564a Adds espresso testing for add_to_app/android_fullscreen (#323) 2020-03-12 20:12:24 -07:00
John Ryan
e24fef3af5 [web_dashboard] Navigation rail update (#356)
* add new navigation_rail, update adaptive_scaffold

* add outdated routing_demo

* Add AdaptiveScaffold experiment

* clean up experimental/ directory

* remove web_dashboard from CI script

new NavigationRail widget requires the master channel
2020-03-09 16:20:01 -07:00
John Ryan
9bc8a3a537 add web_dashboard to CI script (#348) 2020-03-04 09:09:13 -08:00