mirror of https://github.com/flutter/samples.git
gh-pages
main
compass-app
jwill_m3_demo
sethladd-patch-3
sethladd-patch-1
sethladd-patch-2
recipe_readme
add_ai_recipe_app
remove_window_size_nav_app
android-builds
startup_cleanup
misc/adjust-flutter-gallery-inclusion
khanh_m3_demo
leigha_m3_demo
add_interactive_color_scheme
update_card_to_card_outlined
navigation-and-routing-update
update_demo_code
master_archived
${ noResults }
1723 Commits (98516fa108ca0de252fdd0c88a23b9412453d092)
Author | SHA1 | Message | Date |
---|---|---|---|
Miguel Beltran | 98516fa108 |
test: use 127.0.0.1 instead of 0.0.0.0
|
1 month ago |
Eric Windmill | 0acfed4ac7 |
fix keys in tests
|
1 month ago |
Eric Windmill | ae99a740da |
README
|
1 month ago |
Eric Windmill | 21c0151dbb |
address comments on PR
|
1 month ago |
Eric Windmill | 6250b55ad4 |
rebuild Android
|
1 month ago |
Miguel Beltran | 1ca49e7db3 |
test: integration test cleanup
|
1 month ago |
Miguel Beltran |
6dc8abefd2
|
fix: compass-app bug in dismissable homescreen item (#2449)
|
1 month ago |
Eric Windmill | 0ab945f163 |
add license header to test and server files
|
1 month ago |
Eric Windmill | 566e356b8f |
add license header to files under /ui
|
1 month ago |
Eric Windmill | e1a35cc378 |
add license header to files under /app
|
1 month ago |
Eric Windmill | db8b8e641a |
Merge branch 'main' of https://github.com/flutter/samples into compass-app
|
1 month ago |
dependabot[bot] |
eb47a728ce
|
Bump actions/setup-java from 4.3.0 to 4.4.0 (#2448)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2>What's Changed</h2> <p><strong>Add-ons :</strong></p> <ul> <li>Add support for Oracle GraalVM by <a href="https://github.com/fniephaus"><code>@âfniephaus</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/501">actions/setup-java#501</a></li> </ul> <pre><code>steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'graalvm' java-version: '21' </code></pre> <ul> <li>Add workflow file for publishing releases to immutable action package by <a href="https://github.com/Jcambass"><code>@âJcambass</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/684">actions/setup-java#684</a></li> </ul> <p><strong>Bug fixes :</strong></p> <ul> <li>Add architecture to cache key by <a href="https://github.com/Zxilly"><code>@âZxilly</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/664">actions/setup-java#664</a> This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format.</li> <li>Resolve check failures by <a href="https://github.com/aparnajyothi-y"><code>@âaparnajyothi-y</code></a> in <a href="https://redirect.github.com/actions/setup-java/pull/687">actions/setup-java#687</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Jcambass"><code>@âJcambass</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/684">actions/setup-java#684</a></li> <li><a href="https://github.com/Zxilly"><code>@âZxilly</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-java/pull/664">actions/setup-java#664</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v4.4.0">https://github.com/actions/setup-java/compare/v4...v4.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
1 month ago |
Brett Morgan |
259403e8a6
|
Update CONTRIBUTING.md (#2447)
## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
1 month ago |
Eric Windmill | 2a9ef0a459 |
hide from master CI
|
1 month ago |
Eric Windmill | 7ab752e8ed |
add to CI
|
1 month ago |
Eric Windmill |
fa8df0f329
|
Rename components to use cases. (#2445)
We decided it was better to use the common term 'use case'. This PR updates the names of files, classes and several variables. |
1 month ago |
Eric Windmill | 415fdbbf1b |
Merge branch 'main' of https://github.com/flutter/samples into compass-app
|
1 month ago |
James Williams |
a7df23f2ef
|
Improve color display in M3 Demo (#2438)
- Added the color scheme schematic from Material Theme Builder aligning how colors are displayed here and in documentation across Android and Figma. - On desktop, individual colors can be copied to the clipboard - View adapts from the existing single column view to the new schematic at 500dp width. ### Before: <img width="1727" alt="Screenshot 2024-09-12 at 2 40 15 PM" src="https://github.com/user-attachments/assets/37423d79-174a-4691-b0e1-8f18c947550a"> ### After: ![mobile](https://github.com/user-attachments/assets/43a7bfbd-6217-4d3f-a1d6-902c99260905) ![Screenshot_20240912_144150](https://github.com/user-attachments/assets/48df7ad4-44a1-4802-8dac-06006dfb6bb1) ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md --------- Co-authored-by: Eric Windmill <ewindmill@google.com> |
1 month ago |
Eric Windmill | 3c7ee30631 |
Merge branch 'compass-app' of https://github.com/flutter/samples into compass-app
|
1 month ago |
dependabot[bot] |
c83e8c77b0
|
Bump flutter_launcher_icons from 0.13.1 to 0.14.0 in /game_template (#2443)
Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.13.1 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/releases">flutter_launcher_icons's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/malibayram"><code>@âmalibayram</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li>Revert "Update README.md" by <a href="https://github.com/RatakondalaArun"><code>@âRatakondalaArun</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/484">fluttercommunity/flutter_launcher_icons#484</a></li> <li>docs: generate config file feature documentation by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/485">fluttercommunity/flutter_launcher_icons#485</a></li> <li>style: fixed linting warnings on pub website by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/486">fluttercommunity/flutter_launcher_icons#486</a></li> <li>support ios icon background color when removing alpha by <a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li>add <code>background_color_ios</code> description to README.md by <a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/487">fluttercommunity/flutter_launcher_icons#487</a></li> <li>Fix typo in README.md by <a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/488">fluttercommunity/flutter_launcher_icons#488</a></li> <li>Fixed the misspellings of whether [Issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/526">#526</a>] by <a href="https://github.com/muddi900"><code>@âmuddi900</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li>feat: added support for android 13+ themed icons by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/497">fluttercommunity/flutter_launcher_icons#497</a></li> <li>Feature: Configure dark and tinted mode icons for iOS 18+ by <a href="https://github.com/KevinHaendel"><code>@âKevinHaendel</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li>related to [issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/96">#96</a>], Suggestion for an easier way to apply foreground inset by <a href="https://github.com/LOCKEDFILE"><code>@âLOCKEDFILE</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li>update readme to use dart run by <a href="https://github.com/eifr"><code>@âeifr</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> <li>fix: tests fails for the newly generated ios list by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/576">fluttercommunity/flutter_launcher_icons#576</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/malibayram"><code>@âmalibayram</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li><a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li><a href="https://github.com/muddi900"><code>@âmuddi900</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li><a href="https://github.com/KevinHaendel"><code>@âKevinHaendel</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li><a href="https://github.com/LOCKEDFILE"><code>@âLOCKEDFILE</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li><a href="https://github.com/eifr"><code>@âeifr</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0">https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md">flutter_launcher_icons's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (21st September 2024)</h2> <ul> <li>Android: Support for monochrome icons <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> </ul> <p><strong>Before</strong></p> <p><strong>Now</strong></p> <ul> <li>Android: Ability to set inset for adaptive icon foreground and monochrome icon <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> <li>iOS: Dark and Tinted icons for iOS 18+ <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">#569</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
1 month ago |
dependabot[bot] |
f53b6df9f1
|
Bump flutter_launcher_icons from 0.13.1 to 0.14.0 in /veggieseasons (#2442)
Bumps [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) from 0.13.1 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/releases">flutter_launcher_icons's releases</a>.</em></p> <blockquote> <h2>v0.14.0</h2> <h2>What's Changed</h2> <ul> <li>Update README.md by <a href="https://github.com/malibayram"><code>@âmalibayram</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li>Revert "Update README.md" by <a href="https://github.com/RatakondalaArun"><code>@âRatakondalaArun</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/484">fluttercommunity/flutter_launcher_icons#484</a></li> <li>docs: generate config file feature documentation by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/485">fluttercommunity/flutter_launcher_icons#485</a></li> <li>style: fixed linting warnings on pub website by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/486">fluttercommunity/flutter_launcher_icons#486</a></li> <li>support ios icon background color when removing alpha by <a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li>add <code>background_color_ios</code> description to README.md by <a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/487">fluttercommunity/flutter_launcher_icons#487</a></li> <li>Fix typo in README.md by <a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/488">fluttercommunity/flutter_launcher_icons#488</a></li> <li>Fixed the misspellings of whether [Issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/526">#526</a>] by <a href="https://github.com/muddi900"><code>@âmuddi900</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li>feat: added support for android 13+ themed icons by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/497">fluttercommunity/flutter_launcher_icons#497</a></li> <li>Feature: Configure dark and tinted mode icons for iOS 18+ by <a href="https://github.com/KevinHaendel"><code>@âKevinHaendel</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li>related to [issue <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/issues/96">#96</a>], Suggestion for an easier way to apply foreground inset by <a href="https://github.com/LOCKEDFILE"><code>@âLOCKEDFILE</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li>update readme to use dart run by <a href="https://github.com/eifr"><code>@âeifr</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> <li>fix: tests fails for the newly generated ios list by <a href="https://github.com/OutdatedGuy"><code>@âOutdatedGuy</code></a> in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/576">fluttercommunity/flutter_launcher_icons#576</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/malibayram"><code>@âmalibayram</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/483">fluttercommunity/flutter_launcher_icons#483</a></li> <li><a href="https://github.com/HaoCherHong"><code>@âHaoCherHong</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/450">fluttercommunity/flutter_launcher_icons#450</a></li> <li><a href="https://github.com/muddi900"><code>@âmuddi900</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/527">fluttercommunity/flutter_launcher_icons#527</a></li> <li><a href="https://github.com/KevinHaendel"><code>@âKevinHaendel</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">fluttercommunity/flutter_launcher_icons#569</a></li> <li><a href="https://github.com/LOCKEDFILE"><code>@âLOCKEDFILE</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">fluttercommunity/flutter_launcher_icons#563</a></li> <li><a href="https://github.com/eifr"><code>@âeifr</code></a> made their first contribution in <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/561">fluttercommunity/flutter_launcher_icons#561</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0">https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md">flutter_launcher_icons's changelog</a>.</em></p> <blockquote> <h2>0.14.0 (21st September 2024)</h2> <ul> <li>Android: Support for monochrome icons <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> </ul> <p><strong>Before</strong></p> <p><strong>Now</strong></p> <ul> <li>Android: Ability to set inset for adaptive icon foreground and monochrome icon <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/563">#563</a></li> <li>iOS: Dark and Tinted icons for iOS 18+ <a href="https://redirect.github.com/fluttercommunity/flutter_launcher_icons/pull/569">#569</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
1 month ago |
James Williams |
78d3ea47c9
|
m3_demo - Enables edge to edge support. (#2441)
Edge to edge is coming by default to Flutter 3.26+ (or thereabouts) when the targetSdk is raised to Android 15(API 35). In the meantime, it can be done manually by adjusting the theme and setting `WindowCompat.setDecorFitsSystemWindows`. The fix is purely on the Android side. iOS is unaffected. Sourced from https://developer.android.com/develop/ui/views/layout/edge-to-edge-manually Fixes #1720 . ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Miguel Beltran |
678e8a44a1
|
[Compass App] Swipe to delete bookings (#2440)
This PR adds the swipe-to-delete functionality on the home screen. To properly handle this, I had to change how booking IDs work (otherwise the `Dimissable` widget would not like it). Now, IDs are generated sequentially, either by the local Bookings repository or by the server. https://github.com/user-attachments/assets/523cb786-f2ab-4c57-b241-23901eee76b1 (it's the same video I shared yesterday) ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
dependabot[bot] |
cdd2a427d1
|
Bump typescript from 5.5.4 to 5.6.2 in /web_embedding/ng-flutter (#2439)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.6</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for Typescript 5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
2 months ago |
Miguel Beltran |
799ce7f548
|
[Compass App] Cleanup and extra tests (#2437)
Some changes to make the project ready to merge to main - Fix formatting. - Add project to the `stable` channel CI (potentially could be added for `beta` and `master`) - CI only runs when targeting `main`, so I run the command locally and it worked. - Add unit tests for the `ApiClient` and `AuthApiClient` which had no test coverage outside of integration tests. - Resolved some TODOs I left before. ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Miguel Beltran |
b00ce6c7b3
|
[Compass App] User name and profile picture (#2435)
This PR completes the home screen, adding the username and the profile picture. ![Screenshot from 2024-09-11 14-52-32](https://github.com/user-attachments/assets/197f9932-ae86-4277-92ac-8fd413b52010) ![Screenshot from 2024-09-11 14-52-23](https://github.com/user-attachments/assets/915b8c54-ac85-40d9-adb8-3bf0521b78f5) This feature follows the basic structure: - Added repository, both local and remote. - Added API call + API model. - Added Domain model (reduced version only containing name and profile picture). - Modified the ViewModel to obtain the user and expose it to the Widget. - Updated Widget to display the username and profile picture. - Added `/user` endpoint to server project. - Updated widget tests, as well as integration tests. The Compass App is basically completed with it. Maybe the next step is to merge it to the `main` branch? And then we can do a full review, remove TODOs and setup CI jobs. ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
dependabot[bot] |
578477a329
|
Bump actions/setup-java from 4.2.2 to 4.3.0 (#2434)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <p>What's Changed</p> <ul> <li>Add support for SapMachine JDK/JRE by <a href="https://github.com/Shegox"><code>@âShegox</code></a> in <a href="https://redirect.github.com/actions/setup-java/issues/614">#614</a></li> </ul> <pre lang="yaml"><code>steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: âsapmachineâ java-version: â21â </code></pre> <p>Bug fixes :</p> <ul> <li> <pre><code>Fix typos on Corretto by @johnshajiang in [#666](https://github.com/actions/setup-java/issues/666) </code></pre> </li> <li> <pre><code>IBM Semeru Enhancement on arm64 by @mahabaleshwars in [#677](https://github.com/actions/setup-java/issues/677) </code></pre> </li> <li> <pre><code>Resolve Basic Validation Check Failures by @aparnajyothi-yâ¨Â in [#682](https://github.com/actions/setup-java/issues/682) </code></pre> </li> </ul> <p>New Contributors :</p> <ul> <li> <pre><code>@johnshajiang made their first contribution in [#666](https://github.com/actions/setup-java/issues/666) </code></pre> </li> <li> <pre><code>@Shegox made their first contribution in [#614](https://github.com/actions/setup-java/issues/614) </code></pre> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-java/compare/v4...v4.3.0">https://github.com/actions/setup-java/compare/v4...v4.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
2 months ago |
Miguel Beltran |
93b86b86f3
|
[Compass App] Refactor model (#2431)
This PR removes the `compass_model` subproject and moves each data model class to the respective `app` or `server` project. Although this leads to code duplication, this is a more realistic implementation where clients and servers have their own respective data model class implementations. The model classes for the server are located in `server/lib/model`. Model classes for the app are located in two places: - API-only model: `app/lib/data/services/api/model`. - Domain model: `app/lib/domain/model`. In general, models located under the domain are used across the app, while the API-only models are only used for interacting with the API client. Tests have been updated. ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
dependabot[bot] |
76e9632bbb
|
Bump ffigen from 13.0.0 to 14.0.0 in /experimental/pedometer (#2433)
Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 13.0.0 to 14.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dart-lang/native/commits/HEAD/pkgs">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffigen&package-manager=pub&previous-version=13.0.0&new-version=14.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> |
2 months ago |
dependabot[bot] |
d78f4e0b51
|
Bump jasmine-core from 5.2.0 to 5.3.0 in /web_embedding/ng-flutter (#2432)
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.2.0 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jasmine/jasmine/releases">jasmine-core's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/5.3.0.md">release notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
2 months ago |
Eric Windmill |
4d67572868
|
Disable scorecard analysis (#2430)
Removes scorecard analysis workflow, as it requires maintenance that the EngProd team was doing, and it isn't being used in the README anyway. |
2 months ago |
Eric Windmill | 06a118de0d |
Merge branch 'main' of https://github.com/flutter/samples into compass-app
|
2 months ago |
Eric Windmill |
1fc751f0cc
|
Add to app update instructions (#2429)
[#2330 (comment)](https://github.com/flutter/samples/pull/2330#issuecomment-2195725456) |
2 months ago |
Miguel Beltran |
fb869e729e
|
[Compass App] Home screen with booking list (#2428)
This PR introduces the storage and retrieval of bookings. ### Server implementation - New booking routes: - GET `/booking`: Obtain the list ofer user bookings - GET `/booking/{id}`: Obtain the specific booking object - POST `/booking`: Creates a new booking - The `BookingApiModel` objects are incomplete, the `Destination` is a reference, not the full object, and the `Activity` list are also listed as references only. - Server booking always has an existing booking created (Alaska, North America) for demo purposes. - Storage is "in memory", stopping the server deletes all stored bookings. ### New `BookingRepository` - New repository class. - Both local and remote implementations. - Converts the `BookingApiModel` into a complete `Booking` that the app can use, or a `BookingSummary` that only contains the necessary information for the home screen. ### New `LocalDataService` - Service that loads hard-coded data or from assets. ### New `HomeScreen` - Route path: `/` - Loads and displays the list of created bookings from the `BookingRepository`. - Tap on a booking title opens the `BookingScreen`. - Floating Action Button to create a new booking. ### Changes in `BookingScreen` - Can be accessed at the end of creating a booking or from the home screen when tapping a booking title. - Two commands: - `createBooking`: Takes the stored `ItineraryConfig` and creates a booking, the booking is stored to the `BookingRepository` (locally or on the server). - `loadBooking`: Takes a booking ID and loads that existing booking from the `BookingRepository`. - Simplified navigation: Once at `BookingScreen`, user can only navigate back to `HomeScreen`. - Share button converted to `FloatingActionButton` ### Integration Tests - Updated to use new home screen. - Updated to cover opening an existing booking in tests. ### TODO Next - Refactor the `compass_model` project and move data model classes to `server` and `app`, then delete project. - Implement some user information for the home screen (e.g. retrieve user name and profile picture url) ### Screencast [Screencast from 2024-09-02 16-25-25.webm](https://github.com/user-attachments/assets/8aba4a61-def6-4752-a4e5-70cbed362524) ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Brett Morgan |
b6e58325bf
|
Update `pedometer` (#2424)
## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Brett Morgan |
01036f81cb
|
Veggie Seasons detail page update (#2425)
## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md ![Simulator Screenshot - iPhone 15 Pro - 2024-09-02 at 17 02 35](https://github.com/user-attachments/assets/186936f2-0098-4552-8c66-62f920ba0600) |
2 months ago |
dependabot[bot] |
70db1348e9
|
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#2427)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2>Notice: Breaking Changes ⚠️</h2> <p>We will no longer include hidden files and folders by default in the <code>upload-artifact</code> action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, <code>include-hidden-files</code>, to continue to do so.</p> <p>See <a href="https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/">"Notice of upcoming deprecations and breaking changes in GitHub Actions runners"</a> changelog and <a href="https://redirect.github.com/actions/upload-artifact/issues/602">this issue</a> for more details.</p> <h2>What's Changed</h2> <ul> <li>Exclude hidden files by default by <a href="https://github.com/joshmgross"><code>@âjoshmgross</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/598">actions/upload-artifact#598</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0">https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
2 months ago |
Michael Thomsen |
2bb837ea6e
|
Update VeggieSeasons Settings screen to use CupertinoList (#2426)
## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Brett Morgan |
8d208d7fd4
|
CI Fix, part #2 (#2423)
|
2 months ago |
Brett Morgan |
82a8a8411e
|
Fix Veggie Seasons CI (#2422)
|
2 months ago |
Brett Morgan |
bee21b55e6
|
Cleaning up Veggie Seasons (#2416)
## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
dependabot[bot] |
61fed76690
|
Bump github/codeql-action from 3.26.5 to 3.26.6 (#2417)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <p>Note that the only difference between <code>v2</code> and <code>v3</code> of the CodeQL Action is the node version they support, with <code>v3</code> running on node 20 while we continue to release <code>v2</code> to support running on node 16. For example <code>3.22.11</code> was the first <code>v3</code> release and is functionally identical to <code>2.22.11</code>. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>3.26.6 - 29 Aug 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.18.3. <a href="https://redirect.github.com/github/codeql-action/pull/2449">#2449</a></li> </ul> <h2>3.26.5 - 23 Aug 2024</h2> <ul> <li>Fix an issue where the <code>csrutil</code> system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled. <a href="https://redirect.github.com/github/codeql-action/pull/2441">#2441</a></li> </ul> <h2>3.26.4 - 21 Aug 2024</h2> <ul> <li><em>Deprecation:</em> The <code>add-snippets</code> input on the <code>analyze</code> Action is deprecated and will be removed in the first release in August 2025. <a href="https://redirect.github.com/github/codeql-action/pull/2436">#2436</a></li> <li>Fix an issue where the disk usage system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled, and then surface a warning. The system call is now disabled for these machines. <a href="https://redirect.github.com/github/codeql-action/pull/2434">#2434</a></li> </ul> <h2>3.26.3 - 19 Aug 2024</h2> <ul> <li>Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. <a href="https://redirect.github.com/github/codeql-action/pull/2430">#2430</a></li> </ul> <h2>3.26.2 - 14 Aug 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.18.2. <a href="https://redirect.github.com/github/codeql-action/pull/2417">#2417</a></li> </ul> <h2>3.26.1 - 13 Aug 2024</h2> <p>No user facing changes.</p> <h2>3.26.0 - 06 Aug 2024</h2> <ul> <li><em>Deprecation:</em> Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. <a href="https://redirect.github.com/github/codeql-action/pull/2403">#2403</a></li> <li>Bump the minimum CodeQL bundle version to 2.13.5. <a href="https://redirect.github.com/github/codeql-action/pull/2408">#2408</a></li> </ul> <h2>3.25.15 - 26 Jul 2024</h2> <ul> <li>Update default CodeQL bundle version to 2.18.1. <a href="https://redirect.github.com/github/codeql-action/pull/2385">#2385</a></li> </ul> <h2>3.25.14 - 25 Jul 2024</h2> <ul> <li>Experimental: add a new <code>start-proxy</code> action which starts the same HTTP proxy as used by <a href="https://github.com/github/dependabot-action"><code>github/dependabot-action</code></a>. Do not use this in production as it is part of an internal experiment and subject to change at any time. <a href="https://redirect.github.com/github/codeql-action/pull/2376">#2376</a></li> </ul> <h2>3.25.13 - 19 Jul 2024</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
2 months ago |
Brett Morgan |
20c1002132
|
Fixup CI (#2412)
|
2 months ago |
dependabot[bot] |
e5cd55ff25
|
Bump zone.js from 0.14.10 to 0.15.0 in /web_embedding/ng-flutter (#2397)
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.14.10 to 0.15.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md">zone.js's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/angular/angular/compare/zone.js-0.14.10...zone.js-0.15.0">0.15.0</a> (2024-08-15)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>zone.js:</strong> Add support for addition jest functions. (<a href="https://redirect.github.com/angular/angular/issues/57280">#57280</a>) (<a href=" |
2 months ago |
Brett Morgan |
11d1e98370
|
Update `veggieseasons` Runners (#2411)
This PR updates `veggieseasons` to use current Runners for iOS and macOS ## 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Seth Ladd |
5fd144aa2a
|
matching issue tracker to top-level samples README (#2405)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* ## 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]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
dependabot[bot] |
4c753b2a4a
|
Bump fl_chart from 0.68.0 to 0.69.0 in /experimental/pedometer/example (#2399)
Bumps [fl_chart](https://github.com/imaNNeo/fl_chart) from 0.68.0 to 0.69.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/releases">fl_chart's releases</a>.</em></p> <blockquote> <h2>0.69.0</h2> <ul> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@imaNNeo</code></a>) Fix a memory leak issue in the axis-based charts, there was a logic to calculate and cache the minX, maxX, minY and maxY properties to reduce the computation cost. But it caused some memory issues, as we don't have a quick solution for this, we disabled the caching logic for now, later we can move the calculation logic to the render objects to keep and update them only when the data is changed, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1106">#1106</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1693">#1693</a></li> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@imaNNeo</code></a>) Fix showing grid lines even when there is no line to show in the LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1691">#1691</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/sczesla"><code>@sczesla</code></a>) Allow users to control minIncluded and maxIncluded using SideTitles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/elizabethzhenliu"><code>@elizabethzhenliu</code></a>) Reverse the touch order in ScatterChart, so now the top spots are touched first, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1675">#1675</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/ksw2000"><code>@ksw2000</code></a>) Remove redundant math import, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1683">#1683</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Neer-Pathak"><code>@Neer-Pathak</code></a>) Fix linux example build issue, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1668">#1668</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/TobiasRump"><code>@TobiasRump</code></a>) Update the bar chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1662">#1662</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md">fl_chart's changelog</a>.</em></p> <blockquote> <h2>0.69.0</h2> <ul> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@imaNNeo</code></a>) Fix a memory leak issue in the axis-based charts, there was a logic to calculate and cache the minX, maxX, minY and maxY properties to reduce the computation cost. But it caused some memory issues, as we don't have a quick solution for this, we disabled the caching logic for now, later we can move the calculation logic to the render objects to keep and update them only when the data is changed, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1106">#1106</a>, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1693">#1693</a></li> <li><strong>BUGFIX</strong> (by <a href="https://github.com/imaNNeo"><code>@imaNNeo</code></a>) Fix showing grid lines even when there is no line to show in the LineChart, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1691">#1691</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/sczesla"><code>@sczesla</code></a>) Allow users to control minIncluded and maxIncluded using SideTitles, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/906">#906</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/elizabethzhenliu"><code>@elizabethzhenliu</code></a>) Reverse the touch order in ScatterChart, so now the top spots are touched first, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1675">#1675</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/ksw2000"><code>@ksw2000</code></a>) Remove redundant math import, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1683">#1683</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/Neer-Pathak"><code>@Neer-Pathak</code></a>) Fix linux example build issue, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1668">#1668</a></li> <li><strong>IMPROVEMENT</strong> (by <a href="https://github.com/TobiasRump"><code>@TobiasRump</code></a>) Update the bar chart documentation, <a href="https://redirect.github.com/imaNNeo/fl_chart/issues/1662">#1662</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
2 months ago |
Seth Ladd |
f4e92d710d
|
Update font to match Cupertino (#2410)
updating font to more closely align with system font *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [ ] I read the [Contributors Guide]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Seth Ladd |
4a3cc9d4f9
|
explicitly say how to launch the app for iOS (#2401)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* ## 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]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |
Seth Ladd |
b701393f8d
|
remove outdated links at bottom of README (#2400)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* ## 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]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] 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/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md |
2 months ago |