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

1106 Commits

Author SHA1 Message Date
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
Brett Morgan
1311553a02 platform_channels make expectation match reality (#1553) 2023-01-10 08:32:56 +10:00
dependabot[bot]
0613b12381 Bump image from 3.3.0 to 4.0.4 in /web/samples_index (#1546)
Bumps [image](https://github.com/brendan-duncan/image) from 3.3.0 to 4.0.4.
- [Release notes](https://github.com/brendan-duncan/image/releases)
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](https://github.com/brendan-duncan/image/compare/3.3.0...4.0.4)

---
updated-dependencies:
- dependency-name: image
  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-02 17:41:25 +11:00
dependabot[bot]
8ff3c47a44 Bump ossf/scorecard-action from 2.1.1 to 2.1.2 (#1543) 2022-12-22 18:24:45 -06:00
Qun Cheng
405ebafe04 Update Material 3 Demo App (#1530) 2022-12-20 10:49:23 -08:00
Miguel Beltran
019441374e migrate provider_shopper to go_router (#1540) 2022-12-21 02:54:46 +10:00
Miguel Beltran
616aa8d6be Migrate testing_app to go_router (#1541)
* add go_router

* migrate testing_app to go_router
2022-12-21 02:53:39 +10:00
Miguel Beltran
329c531dfc Migrate platform_channels to go_router (#1533)
* Migrate platform_channels to go_router

* code format

* move addPetDetails into a subroute of petListScreen

* code format

* refactor router and fix tests

* removed unused import

* Elide `web_dashboard` from Master CI (#1535)

* Bump ossf/scorecard-action from 2.1.0 to 2.1.1 (#1536)

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](937ffa90d7...15c10fcf1c)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* go_router 6.0.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 19:03:26 +10:00
dependabot[bot]
3b2dff68a0 Bump go_router from 5.2.4 to 6.0.0 in /form_app (#1538) 2022-12-20 19:11:08 +11:00
dependabot[bot]
9b975eae20 Bump go_router from 5.2.4 to 6.0.0 in /place_tracker (#1537) 2022-12-20 19:10:35 +11:00
dependabot[bot]
69ab8b9fbd Bump go_router from 5.2.4 to 6.0.0 in /animations (#1539) 2022-12-20 19:09:17 +11:00
dependabot[bot]
eac557c925 Bump ossf/scorecard-action from 2.1.0 to 2.1.1 (#1536)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](937ffa90d7...15c10fcf1c)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 00:58:10 -06:00
Brett Morgan
07e0119b94 Elide web_dashboard from Master CI (#1535) 2022-12-20 09:24:32 +10:00
Parker Lougheed
9a82e003ba Minor sample index cleanup (#1532) 2022-12-15 21:36:04 -06:00
Parker Lougheed
7e11b89445 Move to using analyzer strict modes instead of deprecated strong mode (#1531)
The strong mode options were already deprecated and are being removed in Dart 3.
2022-12-15 18:54:24 -06:00
Miguel Beltran
db94e92a26 migrate place_tracker to go_router (#1529) 2022-12-16 11:39:23 +11:00
dependabot[bot]
f66188c862 Bump intl from 0.17.0 to 0.18.0 in /veggieseasons (#1527) 2022-12-15 19:13:09 +11:00
dependabot[bot]
225f496fcf Bump intl from 0.17.0 to 0.18.0 in /form_app (#1528) 2022-12-15 19:12:16 +11:00
dependabot[bot]
e7808254dc Bump github/codeql-action from 2.1.36 to 2.1.37 (#1526)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.36 to 2.1.37.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](a669cc5936...959cbb7472)

---
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>
2022-12-15 01:00:50 -06:00
dependabot[bot]
f6313eecf8 Bump actions/setup-java from 3.8.0 to 3.9.0 (#1524) 2022-12-15 01:00:19 -06:00
dependabot[bot]
bcbadab8d8 Bump ossf/scorecard-action from 2.0.6 to 2.1.0 (#1525) 2022-12-15 00:41:37 -06:00
Miguel Beltran
4ef8daffb6 Migrate animations to go_router (#1521) 2022-12-13 19:26:09 +11:00
dependabot[bot]
69fa2c51a2 Bump actions/checkout from 3.1.0 to 3.2.0 (#1523) 2022-12-13 18:54:15 +11:00
Miguel Beltran
0f6a83258c Add go_router to form_app (#1522)
* Add go_router to form_app

* format

* add trailing comas
2022-12-12 15:07:37 -08:00
Brett Morgan
8ae4a52fa7 Dart 3 update (#1519) 2022-12-10 07:03:37 +11:00
dependabot[bot]
0b49c01cfd Bump github/codeql-action from 2.1.35 to 2.1.36 (#1520) 2022-12-09 19:23:26 +11:00
Parker Lougheed
1463a967f6 Implement case insensitive search in the samples index (#1518)
Closes #1517
2022-12-08 10:59:46 +10:00
dependabot[bot]
ea1ad9d043 Bump actions/setup-java (#1516) 2022-12-06 22:18:09 +10:00
Brett Morgan
fa1071fbad Add API key requirement to Photo Search top level (#1506) 2022-12-06 10:52:22 +10:00