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

570 Commits

Author SHA1 Message Date
xster
14921d0c06 Use a newer version of gradle to avoid an AGP bug around NDK (#797) 2021-06-04 14:25:47 -07:00
John Ryan
b00ac891fa update slide_puzzle to latest master (#802) 2021-05-25 22:32:30 -07:00
Abdullah Deshmukh
c0d3d0cf04 [testing_app] Migrate to null safety (#800) 2021-05-20 19:04:46 +10:00
Andrew Brogdon
2809a7c89c Sorting imports in federated_plugin and others (#801) 2021-05-19 10:07:01 -07:00
Andrew Brogdon
376c666f0a Merge beta into master (#799) 2021-05-18 13:35:06 -07:00
Michael Goderbauer
252c6fcb57 Change router examples to use SynchronousFuture (#796) 2021-05-18 07:47:04 -07:00
John Ryan
3f5ab56485 Add workflow to deploy the sample index (#791)
* Add workflow to build and deploy the sample index

* update gh-pages action

* fix yaml

* create web/ directory in build

* grammar

* add ignored directories

* revert pubspec.lock files

* add job to run _tool/verify_samples.dart

* Update filipino_cuisine for Flutter 2

* remove timeflow demo.

The unnamed List constructor is now deprecated, refactoring
this code to use add() requires more knowledge about the code for
this demo.
https://dart.dev/null-safety/understanding-null-safety#no-unnamed-list-constructor

* update slide_puzzle

* ensure stable channel is used to verify

* move verify web demos action into separate yaml file - avoid running
on each flutter version.

* add on: pull_request

* update slide_puzzle

* Update gh-pages.yml

* Add copyright header
2021-05-06 10:26:15 -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
Jason Simmons
e623b043f2 Add an entry point annotation to the Dart function invoked by the android_view sample (#790)
Fixes https://github.com/flutter/flutter/issues/81350
2021-05-03 13:27:23 -07:00
Ayush Bherwani
beface247a [federated_plugin] mirgrate to sound null safety (#781) 2021-04-06 18:59:58 +10:00
Todd Volkert
9d50bdf494 Change the sci-fi books we use in our samples (#783) 2021-03-26 15:43:36 -07:00
Brett Morgan
5cb6c39bd7 Update desktop_photo_search to use url_launcher's Link (#780) 2021-03-20 07:30:56 +11:00
Brett Morgan
873ff4306b Update Flutter's desktop support (#768) 2021-03-18 12:26:52 +11:00
pcamp
84bb425d11 Typo fix in README.md (#776) 2021-03-17 15:42:29 +11:00
pcamp
c050096caa Typo fix in README.md (#777) 2021-03-17 14:12:13 +11:00
pcamp
ceac95c72a Typo fixes in README.md (#775) 2021-03-17 11:46:59 +11:00
pcamp
252356123b Typo fixes in README.md (#773) 2021-03-15 10:57:52 +11:00
pcamp
751b340d68 Typo fix in README.md (#774) 2021-03-15 10:57:10 +11:00
Daco Harkes
a9482b18c2 [veggieseasons] Fix search backspace when no results (#766) 2021-03-12 09:20:38 +01:00
xster
fc5b4510b0 Update host Android projects away from problematic AGP versions (#764) 2021-03-11 14:38:43 -08:00
gaaclarke
680c8babd3 fixed crash if you back out of 2 double engine activities (#763) 2021-03-09 14:44:37 -08: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
Tushar Ojha
51ebc7e0bf Updated readme for web (#754) 2021-03-08 20:22:54 +11:00
Abdullah Deshmukh
59b50ec010 [testing_app] Fix failing integration tests (#756) 2021-03-07 17:05:34 +11:00
gaaclarke
5adf66ba65 Added iOS example for add-to-app Pigeon (#722) 2021-03-03 21:04:28 -08:00
Andrew Brogdon
eab215f1b7 Restores add_to_app/multiple_flutters/multiple_flutters_ios to the iOS CI list (#742)
* Restores multiple_flutters to the iOS CI script.

* Restoring pipefail
2021-03-03 13:18:45 -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
Ayush Bherwani
6c81510d6e migrate e2e test to integration test (#744) 2021-02-28 12:53:24 -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
Jenn Magder
090e95b3a1 Remove ndkVersion and buildToolsVersion version from add_to_app/android_view (#738) 2021-02-23 13:08:22 -08:00
Andrew Brogdon
1e82189f82 Removing scheduled run of beta CI workflow (#719) 2021-02-18 22:10:53 -08:00
Andrew Brogdon
dd7b4f1fcc Removed hardcoded NDK version for android_fullscreen (#717) 2021-02-17 16:15:20 -08:00
Arteev Raina
35aceb961e [animations] added test for focus image (#711) 2021-02-11 18:44:57 -08:00
John Ryan
43189d90f8 Rename Navigator 2.0 to Router (#712)
* Rename Navigator 2.0 to Router

This aligns better with the documentation for this new API, and doesn't
imply that apps need to be upgraded.

* introduction -> navigator
2021-02-11 08:59:55 -08:00
Alabhya
b6d9411aa1 Added Focusnodes in form sample (#707) 2021-02-10 23:43:07 -08:00
Daniel Etuk
b52b838776 Update file header date in contributing.md (#714) 2021-02-10 23:37:05 -08:00
Michael Thomsen
a8a4128ff9 Adjust pubspecs (#713) 2021-02-11 06:14:59 +11:00
Utkarsh Shendge
f3d32771c8 Update link (#709) 2021-02-08 18:31:32 -08:00
gaaclarke
2825131b34 Added sample code for multiple flutters on iOS (#670) 2021-02-08 13:01:54 -08:00
John Ryan
241e2c1b26 Fix cookbook scraper bugs and re-run (#697)
* fix path separator bug in cookbook scraper

* update lockfiles

* add category to image name to avoid conflicts

e.g.
testing/integration/introduction
testing/widget/introduction

* fix form_app symlink

* remove webimages directory

* remove vision_challenge

vision_challenge doesn't build on the dev channel

* update pubspec.yaml in _tool and form_app
2021-02-08 10:36:22 -08:00
Swayam221
20f8b71f28 Fixed Typo in add-to-app/README.md (#706) 2021-02-08 10:36:05 -08:00
Ayush Bherwani
a6df5aca82 update sample to use new versions (#702) 2021-02-08 09:58:04 -08:00
Andrew Brogdon
07e4a518b7 Adding new workflow for beta. (#695) 2021-02-06 20:46:33 -08:00
Kevin Moore
c8a2327f5f Fix demo link (#700) 2021-02-05 17:02:22 -08:00
Adarsh kumar singh
d4f4065a6e Updated deprecated widgets with new one (#689) 2021-02-05 14:10:49 -08:00