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

1134 Commits

Author SHA1 Message Date
Parker Lougheed
51f0a74820 Mixin TextInputClient to include insertContent implementation (#1618) 2023-02-01 19:20:51 +11:00
Miguel Beltran
effc48c16b Migrate form_app to Material 3 (#1612) 2023-02-01 15:15:27 +11:00
Qun Cheng
0a9f7eae6c Update m3 demo in the base directory (#1615)
Co-authored-by: Qun Cheng <quncheng@google.com>
2023-01-31 17:39:18 -08:00
Brett Morgan
c05480277a Elide simplistic_editor from master channel (#1617) 2023-02-01 10:43:03 +10:00
Miguel Beltran
db739fd1fc migrate infinite_list to Material 3 (#1614) 2023-02-01 10:42:32 +10:00
Miguel Beltran
6bea60b091 Migrate game_template to Material 3 (#1613) 2023-02-01 08:14:32 +11:00
Miguel Beltran
f088262e2e enable material 3 on flutter_maps_firestore (#1609) 2023-01-30 14:54:10 +01:00
Pierre-Louis
2e3dfb0e8d Update M3 app (#1606) 2023-01-28 16:46:33 +11:00
Miguel Beltran
a15a98252d Enable Material 3 on add_to_app/flutter_module_using_plugin (#1593) 2023-01-28 07:33:37 +11:00
dependabot[bot]
cb8aa1f725 Bump google_fonts from 3.0.1 to 4.0.0 in /experimental/linting_tool (#1599) 2023-01-28 07:32:41 +11:00
Miguel Beltran
5b6b77995a Enable Material 3 on code_sharing sample (#1607) 2023-01-28 07:31:20 +11:00
Miguel Beltran
079e5a3c1e enable material 3 on desktop_photo_search sample (#1608) 2023-01-28 07:30:47 +11:00
Miguel Beltran
c784884741 enable Material 3 on android_splash_screen sample (#1604) 2023-01-28 07:13:08 +11:00
Miguel Beltran
de6e27001e Enable Material 3 on Animations sample (#1605) 2023-01-27 12:58:55 +01:00
dependabot[bot]
7166e8acd6 Bump google_fonts in /experimental/varfont_shader_puzzle (#1600)
Bumps [google_fonts](https://github.com/material-foundation/google-fonts-flutter) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/material-foundation/google-fonts-flutter/releases)
- [Changelog](https://github.com/material-foundation/google-fonts-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/material-foundation/google-fonts-flutter/compare/v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: google_fonts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 21:14:47 +10:00
dependabot[bot]
67ea6dd6c1 Bump github/codeql-action from 2.1.39 to 2.2.1 (#1603)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.39 to 2.2.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](a34ca99b46...3ebbd71c74)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 21:06:04 +10:00
David Iglesias
8f1b3c3f9b Adds "Element Embedding" demo package. (#1596) 2023-01-26 12:53:11 +11:00
Parker Lougheed
294ea4ff8f Update to audioplayers 3.0.0 in game_template (#1591) 2023-01-24 18:39:16 -06:00
Brett Morgan
5401bb88b4 Flutter 3.7.0 (#1556)
* Update `simplistic_editor` for Flutter 3.4 beta

* Re-enable beta and master CI

* Disable on master

* Added sample code for using plugins and channels from background isolates.

* goderbauer feedback 1

* goderbauer feedback2

* goderbauer feedback 3

* Add `background_isolate_channels` to CI

* Enable beta CI

* Enable all `stable` CI projects

* `dart fix --apply`

* `print` -> `denugPrint`

* Make deps min version not pinned

* Drop `_isDebug`

* Remove unused import

* `dart format`

* Fixup `linting_tool`

* Fixup `form_app`

* Enable all `master` CI

* Basic fixes

* Patch `simplistic_editor`

* Fix nl at eol

* Comment out `simplistic_editor`

* Incorporating @bleroux's latest changes

* Clean up CI scripts

* Copy `experimental/material_3_demo` to top level

* Update `game_template`

* Update `animations`

* Update `desktop_photo_search`

* Update `flutter_maps_firestore`

* Update `form_app`

* Update `infinite_list`

* Update `isolate_example`

* Update `jsonexample`

* Update `navigation_and_routing`

* Update `place_tracker`

* Update `platform_channels`

* Update `platform_design`

* Update `provider_shopper`

* Fixup `context_menus`

* `dart format`

* Update the main `material_3_demo`

* Make `tool/flutter_ci_script_stable.sh` executable again

Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
Co-authored-by: Aaron Clarke <aaclarke@google.com>
2023-01-25 09:08:51 +10:00
Justin McCandless
4ee2002665 Use pumpAndSettle after dragUntilVisible to avoid flakes in context_menu tests (#1588) 2023-01-23 19:47:01 -06:00
Brett Morgan
1a383e9361 experimental/pedometer: fixup linter warning (#1589) 2023-01-24 11:32:13 +10:00
Brett Morgan
70f3daa9f7 Add experimental/pedometer (#1587)
* Add `experimental/pedometer`

* Fixup for linter warnings

* Update CI config
2023-01-24 10:31:12 +10:00
Qun Cheng
3bc6ad8110 Add a menu example to show menu system (#1578) 2023-01-23 10:40:11 -08:00
Parker Lougheed
4ab7f6c36b Fix and reenable context_menus email button test (#1585) 2023-01-23 08:56:57 +10:00
Brett Morgan
be309ecc07 Update CI project list (#1583) 2023-01-22 15:20:42 +11:00
Justin McCandless
6bd2d930bb Another context menus example: custom menu (#1577) 2023-01-21 08:45:19 +11:00
dependabot[bot]
56c01c31be Bump pigeon in /add_to_app/books/flutter_module_books (#1582) 2023-01-20 19:13:38 +11:00
Brett Morgan
c46d418532 experimental/context_menus: Update analysis_options.yaml (#1579) 2023-01-20 19:12:56 +11:00
Brett Morgan
e2a6ac66d3 experimental/web_dashboard fix for deprecated annotations (#1581) 2023-01-20 14:29:07 +11:00
dependabot[bot]
7739686105 Bump github/codeql-action from 2.1.38 to 2.1.39 (#1580) 2023-01-19 01:57:58 -06:00
dependabot[bot]
6e6d2cdd72 Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 (#1574) 2023-01-19 09:02:51 +11:00
dependabot[bot]
df39d34e65 Bump pigeon in /add_to_app/books/flutter_module_books (#1575) 2023-01-19 09:01:08 +11:00
Pierre-Louis
af1b13501c Symposium of small improvements to m3 app (#1573)
* small improvements

* x

* fixed tests

* add issue links to TODOs

* address feedback
2023-01-18 17:41:55 +01:00
Brett Morgan
66a8d9e211 web/samples_index breakfix (#1576) 2023-01-19 01:53:44 +10:00
Durval Ledo
fe8464f0f9 fix: provider_shopper login button invisible text (#1560)
Fixed text on provider_shopper login button being invisible
2023-01-14 10:50:47 +10:00
dependabot[bot]
c11802e614 Bump audioplayers from 1.2.0 to 2.0.0 in /game_template (#1567)
Bumps [audioplayers](https://github.com/bluefireteam/audioplayers/tree/master/packages) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/bluefireteam/audioplayers/releases)
- [Changelog](https://github.com/bluefireteam/audioplayers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bluefireteam/audioplayers/commits/audioplayers_web-v2.0.0/packages)

---
updated-dependencies:
- dependency-name: audioplayers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 10:53:59 +01:00
dependabot[bot]
6288d52c73 Bump go_router from 5.2.4 to 6.0.1 in /game_template (#1566)
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 5.2.4 to 6.0.1.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/go_router-v6.0.1/packages)

---
updated-dependencies:
- dependency-name: go_router
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 10:53:25 +01:00
dependabot[bot]
cdd3dcf59f Bump flutter_launcher_icons from 0.10.0 to 0.11.0 in /game_template (#1568)
Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 09:59:03 +01:00
Brett Morgan
2c7ffd4617 Fixup varfont_shader_puzzle, attempt #2 (#1563) 2023-01-13 14:47:23 +10:00
dependabot[bot]
02a8b9cfbb Bump github/codeql-action from 2.1.37 to 2.1.38 (#1565)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.37 to 2.1.38.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](959cbb7472...515828d974)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 14:14:44 +10:00
Brett Morgan
8d7555d9d8 Update CONTRIBUTING.md (#1564) 2023-01-13 13:54:44 +10:00
Brett Morgan
8cfc85c9e6 Update dependabot.yaml (#1562) 2023-01-13 13:49:58 +10:00
Brian James
057728c5d2 added Type Jam puzzle app for review (#1554)
* added Type Jam puzzle app for review

* pr round 2 prep

* updated ci scripts for varfont_shader_puzzle

* resolved unused and minor variable naming issues

* rotator tiles row and col are final vars now

* removed unused import and print from production

* made constructors const where needed

* pages_flow export refactored to directly come from that file

* removed old api commented out section from FragmentShaded

* updated pubspec yaml to correct project name

* dart min version updated; removed unnecessary commented out dependencies from pubspec.yaml

* updated pubspec.yaml min flutter version to ensure FragmentShader support

* added/edited comments for explanation, esp on var fonts; removed obsolete comments

* trailing newline added to pubspec.yaml eof
2023-01-13 10:40:47 +10:00
Qun Cheng
bea2ef6c66 Update M3 demo app layout on small screen (#1558) 2023-01-12 12:32:10 -08:00
Mouad Debbar
4f059e686e Avoid allocation of large canvases on the web (#1557) 2023-01-12 10:56:11 -05:00
Justin McCandless
6fbc6fef7a Fill out the README, and add screenshots (#1555) 2023-01-10 09:52:03 +10:00
dependabot[bot]
7f5c494a2b Bump actions/checkout from 3.2.0 to 3.3.0 (#1549)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...ac59398561)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 09:00:49 +10:00
dependabot[bot]
404d505e57 Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#1552)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 08:59:40 +10:00
dependabot[bot]
d0255361b4 Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (#1548)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](de7ea6f8ef...64b46b4226)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 08:59:04 +10:00
dependabot[bot]
a312ae870a Bump pigeon in /add_to_app/books/flutter_module_books (#1550)
Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 4.2.14 to 5.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/pigeon-v5.0.0/packages)

---
updated-dependencies:
- dependency-name: pigeon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 08:58:12 +10:00