1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-14 11:28:36 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Eric Windmill
2999d738b8 Dart 3.9 / Flutter 3.35 [first LLM release] (#2714)
I got carried away with Gemini and basically rewrote CI and the release
process for the new LLM reality. This work was largely completed by
Gemini.

- Bump all SDK versions to the current beta (3.9.0-0)
- Run `flutter channel beta`
- Wrote `ci_script.dart` to replace the bash scripts
- Converted repository to pub workspace #2499 
- Added llm.md and release.md
- Added redirect for deprecated Samples Index

## 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 have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
2025-08-14 12:26:24 -07:00
Eric Windmill
719fd72c38 Flutter 3.29 beta (#2571) 2025-02-12 18:08:01 -05: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
Brett Morgan
58bc5d7a58 Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key`

* `flutter format`
2022-05-13 12:31:56 -07:00
Chris Bracken
5f87f43226 Photo search: add Quit menu item (#998)
Adds a Quit menu item to exit the app.
2022-03-24 13:13:56 -07:00
Miguel Beltran
35713ac2d9 rename constants (#1047) 2022-03-08 11:08:53 +10:00
Miguel Beltran
0292d4a36d Add min window size to desktop app (#1036) 2022-03-02 08:57:10 +10:00
Chris Bracken
8c48dcdd49 Photo search: minor menu item text cleanup (#997) 2022-02-15 12:54:21 +10:00
Brett Morgan
9c02a0fa09 Migrate desktop_photo_search to top level (#1002) 2022-02-04 08:33:53 +10:00