Abdulrahman Bashir
effe13307c
Migrate testing_app to UIScene lifecycle ( #2836 )
...
## Summary
[](https://www.talabat.com )
[](https://github.com/search?q=org%3Aflutter+talabat&type=pullrequests )
- Migrate `testing_app` iOS project to the UIScene lifecycle as per the
[migration
guide](https://docs.flutter.dev/release/breaking-changes/uiscenedelegate )
- Update `AppDelegate.swift` to use `@main`,
`FlutterImplicitEngineDelegate`, and move plugin registration to
`didInitializeImplicitFlutterEngine`
- Add `UIApplicationSceneManifest` to `Info.plist`
Part of flutter/flutter#176957
## Test plan
- [x] Ran `testing_app` on iOS simulator — app launches and works
correctly
---------
Co-authored-by: Eric Windmill <eric@ericwindmill.com >
2026-06-19 14:35:48 -07:00
Andy Wolff
a7be276f22
Add new sample simple_sdf ( #2835 )
...
Add a new sample, `simple_sdf`. This is similar to `simple_shader`, but
it focuses on using Signed Distance Functions within the fragment
shader.
Relates to issue
[#183043 ](https://github.com/flutter/flutter/issues/183043 )
## 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 have added sample code updates to the [changelog].
- [x] I updated/added relevant documentation (doc comments with `///`).
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
[changelog]: ../CHANGELOG.md
2026-04-23 09:42:27 -07:00
Eric Windmill
d66d8c49b5
Remove code_sharing and place_tracker, cleanup repo ( #2831 )
...
Fixes #2818 , #2523 , #2528
2026-04-15 13:02:16 -07:00
Eric Windmill
d626e058a4
chore: remove deprecated samples ( #2830 )
...
Fixes #2521 #2534 #2516
2026-04-15 10:59:01 -07:00
Eric Windmill
45fdc3408c
chore: remove game_template sample and clean up experimental sample m… ( #2829 )
...
Fixes #2526
2026-04-15 10:58:17 -07:00
Eric Windmill
0118035c08
chore: remove provider_counter and provider_shopper sample projects a… ( #2828 )
...
Fixes #2529 and #2530
2026-04-15 10:57:04 -07:00
Eric Windmill
0bb92c1cb5
chore: remove simplistic_editor and simplistic_calculator sample proj… ( #2827 )
...
Fixes #2531
2026-04-15 10:56:43 -07:00
Eric Windmill
719c3ca507
chore: remove infinite_list sample project files ( #2826 )
...
Fixes #2533
2026-04-15 10:56:03 -07:00
Eric Windmill
7a04286eb7
CI fixes ( #2825 )
...
Configure CI to skip samples that only fail in beta
2026-04-14 16:49:05 -07:00
Fred Sauer
dcaf555586
[samples] Remove gemini_tasks ( #2815 )
...
Removes deprecated gemini_tasks.
2026-03-12 10:13:14 -07:00
Eric Windmill
b0002d1d1b
Fixes CI ahead of next release
2026-02-09 13:26:00 -08:00
Matt Boetger
023e072b80
Add Content Sizing Sample ( #2787 )
...
This is a sample add-to-app Android project based off the existing add-to-app Android sample project. This one makes minor changes to show how content-sizing can be achieved.
Adding a content resizing sample for Android to support
https://github.com/flutter/flutter/pull/179753
2026-01-30 19:16:21 +00:00
Pierre
744a2653c9
Add missing place_tracker workspace package to top-level pubspec ( #2739 )
...
The package already uses `resolution: workspace` but isn't listed in the
top-level `pubspec.yaml`. This fixes that.
2025-10-28 15:04:09 +01:00
Jonathan Resnick
8b20b55e5a
Fix compass_app build issues ( #2729 ) ( #2731 )
...
Fix build issues that prevent compass_app from building and running out
of the box.
* add compass_app folders to list of workspaces in root pubspec
* align dependency versions to resolve conflicts
## Pre-launch Checklist
- [ ] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [ x] I signed the [CLA].
- [ x] I read the [Contributors Guide].
- [ ] I have added sample code updates to the [changelog].
- [ ] I updated/added relevant documentation (doc comments with `///`).
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
[changelog]: ../CHANGELOG.md
2025-10-28 11:36:01 +01:00
Eric Windmill
d5184b5647
Retire VeggieSeasons (really this time) ( #2724 )
...
Removes VeggieSeaons
## 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 `///`).
---------
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com >
2025-08-21 10:42:11 -07:00
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