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

971 Commits

Author SHA1 Message Date
dependabot[bot]
d439751599 Bump file_selector_linux in /experimental/linting_tool (#1382) 2022-08-19 18:30:39 +10:00
dependabot[bot]
afa3409e96 Bump file_selector_linux in /desktop_photo_search/fluent_ui (#1383) 2022-08-19 18:29:37 +10:00
Qun Cheng
bd00db0ecc New M3 Demo App for Master Channel (#1378)
* Added components

* Added test

* Added README

* Run flutter format

* Added all the updated components and tests

* Added README file

* Update README.md

* Add textfields to M3 demo app

* move textfield to exprerimental/

* Update component_screen_test.dart

* Fixed comment: changed sdk version

* Changed all double quotes to single

* Added trailing comma, changed all private fields to public except private state classes

* Added enum for screen selection

* Removed comment for material_3_demo

* Added experimental m3 demo app to master CI pipeline

* fixed failing tests

* Modified the analysis_options.yaml

* Fixed warning

* Ran flutter format command

Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: hangyu <108393416+hangyujin@users.noreply.github.com>
2022-08-18 22:38:13 +10:00
Brett Morgan
0cb2bf64d7 Add a master CI (#1379) 2022-08-18 10:13:24 +10:00
Renzo Olivares
c00e838c51 Refactor Simplistic_Editor (#1375)
* refactor out FormattingToolbar and TextEditingDeltaHistoryView from main`

* replace togglebuttonstatemanager and texteditingdeltahistorymanager with appstatemanager

* fix up tests

* clean up

* Add ReplacementTextEditingController to AppState

* formatting

* `dart format`

Co-authored-by: Renzo Olivares <roliv@google.com>
Co-authored-by: Brett Morgan <brettmorgan@google.com>
2022-08-11 18:06:32 +10:00
dependabot[bot]
e84e396a1f Bump markdown from 5.0.0 to 6.0.0 in /web/_tool (#1376)
Bumps [markdown](https://github.com/dart-lang/markdown) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/dart-lang/markdown/releases)
- [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/markdown/compare/5.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: markdown
  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>
2022-08-11 17:30:19 +10:00
Brett Morgan
1bd6a06e1f form_app update script (#1360) 2022-08-10 06:49:34 +10:00
Brett Morgan
3ba1bac51e infinite_list rebuild script (#1361) 2022-08-10 06:48:18 +10:00
Brett Morgan
1cfbeeebe2 isolate_example Rebuild script (#1365)
* `isolate_example` Rebuild script

* Add trailing NL at EOF
2022-08-10 06:42:09 +10:00
Brett Morgan
60fa494702 platform_design rebuild script (#1372) 2022-08-10 06:39:46 +10:00
Brett Morgan
fc0268cc9a jsonexample rebuild script (#1366) 2022-08-10 06:38:39 +10:00
Brett Morgan
18501cd153 navigation_and_routing rebuild script (#1368) 2022-08-10 06:37:42 +10:00
Brett Morgan
0b86fbc66c place_tracker rebuild script (#1370) 2022-08-10 06:35:01 +10:00
Brett Morgan
8e4f52c119 null_safety rebuild script (#1369) (#1371)
## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel channel on [Discord].

<!-- Links -->
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
2022-08-10 06:31:56 +10:00
Brett Morgan
fa72a85887 null_safety rebuild script (#1369) 2022-08-09 08:50:50 +10:00
dependabot[bot]
3c1d3a4976 Bump flutter_launcher_icons from 0.9.3 to 0.10.0 in /veggieseasons (#1367)
Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.9.3 to 0.10.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.9.3...v0.10.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:02:17 +10:00
dependabot[bot]
81bbaee5b6 Bump github/codeql-action from 2.1.17 to 2.1.18 (#1362)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.17 to 2.1.18.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0c670bbf04...2ca79b6fa8)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 20:38:10 +10:00
Brett Morgan
e7c290368f flutter_maps_firestore rebuild script (#1359) 2022-08-03 22:40:53 +10:00
Brett Morgan
6b6ccf872b desktop_photo_search bugfix the rebuild script (#1358) 2022-08-03 21:07:41 +10:00
Brett Morgan
f99aa192b8 animations rebuild script (#1355) 2022-08-02 19:39:58 +10:00
Brett Morgan
bc8cc85052 desktop_photo_search Rebuild script (#1356) 2022-08-02 19:39:19 +10:00
dependabot[bot]
bca6bbd37a Bump github/codeql-action from 2.1.16 to 2.1.17 (#1352)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.16 to 2.1.17.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](3e7e3b32d0...0c670bbf04)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-29 10:16:29 -05:00
Rich Hall
1de97a68d4 New Crashlytics Crash Reporting APIs (#1351)
* Changes to package import statements

Without these changes to the package import statements, if a user uncomments the FirebaseCrashlytics code, they will get a bunch of errors.

* Commented out import statements & added instructions

* Update crashlytics.dart

Upgrade Crashlytics.dart to use recently released fatal crash APIs
https://firebase.blog/posts/2022/07/whats-new-in-crashlytics-for-flutter

* Ran dart format on changed files
2022-07-29 07:24:20 +10:00
dependabot[bot]
1594d74199 Bump subosito/flutter-action from 2.4.0 to 2.6.1 (#1350)
* Bump subosito/flutter-action from 2.4.0 to 2.6.0

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.4.0 to 2.6.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](d8687e6979...c30358aafe)

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

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

* subosito/flutter-action 2.6.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2022-07-27 09:35:33 +10:00
dependabot[bot]
556ffe3dc4 Bump file_selector and file_selector_web in /experimental/linting_tool (#1346)
Bumps [file_selector](https://github.com/flutter/plugins/tree/main/packages/file_selector) and [file_selector_web](https://github.com/flutter/plugins/tree/main/packages/file_selector). These dependencies needed to be updated together.

Updates `file_selector` from 0.8.2+1 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector-v0.9.0/packages/file_selector)

Updates `file_selector_web` from 0.8.1+5 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_web-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 21:25:14 +10:00
dependabot[bot]
140f0194bc Bump file_selector and file_selector_windows (#1347)
Bumps [file_selector](https://github.com/flutter/plugins/tree/main/packages/file_selector) and [file_selector_windows](https://github.com/flutter/plugins/tree/main/packages/file_selector). These dependencies needed to be updated together.

Updates `file_selector` from 0.8.3 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector-v0.9.0/packages/file_selector)

Updates `file_selector_windows` from 0.8.2+2 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_windows-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 21:23:59 +10:00
dependabot[bot]
3f7255bb16 Bump file_selector_windows and file_selector (#1348)
Bumps [file_selector_windows](https://github.com/flutter/plugins/tree/main/packages/file_selector) and [file_selector](https://github.com/flutter/plugins/tree/main/packages/file_selector). These dependencies needed to be updated together.

Updates `file_selector_windows` from 0.8.2+2 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_windows-v0.9.0/packages/file_selector)

Updates `file_selector` from 0.8.3 to 0.9.0
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 21:23:03 +10:00
dependabot[bot]
34e659f12c Bump file_selector_macos in /desktop_photo_search/fluent_ui (#1332)
Bumps [file_selector_macos](https://github.com/flutter/plugins/tree/main/packages/file_selector) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_macos-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 12:49:00 +10:00
dependabot[bot]
651e23271e Bump file_selector_macos in /desktop_photo_search/material (#1330)
Bumps [file_selector_macos](https://github.com/flutter/plugins/tree/main/packages/file_selector) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_macos-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 12:48:47 +10:00
dependabot[bot]
7123e712fc Bump file_selector_windows in /experimental/linting_tool (#1331)
Bumps [file_selector_windows](https://github.com/flutter/plugins/tree/main/packages/file_selector) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_windows-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 12:48:30 +10:00
Brett Morgan
267a64841d Elide projects from beta CI (#1334)
Flutter 3.3.0 beta is introducing a bunch of required changes to pass CI's lint pass
2022-07-22 12:44:57 +10:00
dependabot[bot]
6b5b9ccc8a Bump file_selector_macos in /experimental/linting_tool (#1333)
Bumps [file_selector_macos](https://github.com/flutter/plugins/tree/main/packages/file_selector) from 0.8.2+2 to 0.9.0.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/file_selector_macos-v0.9.0/packages/file_selector)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-22 10:32:54 +10:00
Toshik
6e6bce1998 fix: import fixed to make game_template working out of this repository (#1329)
* fix: import fixed to make game_template working out of this repository

* fix: import fixed to make game_template working out of this repository
2022-07-20 05:51:27 +10:00
Qun Cheng
dbefd89ca9 Added license headers for M3 demo app (#1328)
* Added header for all files

Co-authored-by: Qun Cheng <quncheng@google.com>
2022-07-17 21:38:58 -07:00
dependabot[bot]
4b31a3846e Bump github/codeql-action from 2.1.15 to 2.1.16 (#1326) 2022-07-14 18:49:13 +10:00
dependabot[bot]
f7765c3dfd Bump actions/setup-java from 3.4.0 to 3.4.1 (#1325)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](16cca5479d...2c7a4878f5)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 18:30:26 +10:00
Brett Morgan
2dec7fdf85 desktop_photo_search Break fix (#1322)
Update sample code to match
https://github.com/google/flutter-desktop-embedding/pull/903
2022-07-08 11:34:46 +10:00
dependabot[bot]
84d82b3021 Bump github/codeql-action from 2.1.14 to 2.1.15 (#1317) 2022-06-29 18:45:17 +10:00
dependabot[bot]
fc08d2207f Bump ossf/scorecard-action from 1.1.1 to 1.1.2 (#1316) 2022-06-28 17:57:20 +10:00
dependabot[bot]
fdaaaf127d Bump github/codeql-action from 2.1.13 to 2.1.14 (#1314) 2022-06-24 07:27:37 +10:00
dependabot[bot]
4a0b8600d2 Bump github/codeql-action from 2.1.12 to 2.1.13 (#1312) 2022-06-22 17:40:26 +10:00
dependabot[bot]
71166208d8 Bump actions/setup-java from 3.3.0 to 3.4.0 (#1313) 2022-06-22 17:39:56 +10:00
Brett Morgan
a6bb4d1c20 Fix beta CI (#1311) 2022-06-18 11:09:19 +10:00
Rich Hall
e4d4d0f48d Changes to package import statements to prevent errors when using FirebaseCrashlytics code (#1309) 2022-06-18 10:53:07 +10:00
Brett Morgan
77cf69097a Pull up TextEditingDeltaHistoryManager to drop redundancy (#1306) 2022-06-17 06:59:49 +10:00
Brett Morgan
addafa93ec Drop redundant ToggleButtonsStateManager instances (#1305) 2022-06-16 15:02:14 +10:00
dependabot[bot]
e3040c9e36 Bump google_maps_flutter_web from 0.3.3 to 0.4.0 in /place_tracker (#1308)
Bumps [google_maps_flutter_web](https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/commits/google_maps_flutter_web-v0.4.0/packages/google_maps_flutter)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 19:40:20 +10:00
dependabot[bot]
c2cc01b2b8 Bump ossf/scorecard-action from 1.1.0 to 1.1.1 (#1296)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](5c8bc69dc8...3e15ea8318)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15 11:43:29 +10:00
Brett Morgan
0a55acfba9 Drop Slide Puzzle's web launch (#1303) 2022-06-10 04:32:57 +10:00
Brett Morgan
db3edccdd5 web/slide_puzzle remove unmaintained sample (#1290) 2022-06-09 07:59:22 +10:00