flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.79k stars 3.2k forks source link

Request to add Control Center widget to home screen widget code lab #11076

Open sethladd opened 2 weeks ago

sethladd commented 2 weeks ago

What information needs to be added?

Related to https://codelabs.developers.google.com/flutter-home-screen-widgets#0 and related to iOS 18 features.

It might make sense to incorporate how to add Control Center widget (for a flutter-based app) to the home screen widget code lab. Control Center widgets are a new capability in iOS 18 and folks building Flutter-based iOS apps will probably want to know how to accomplish that in the context of their Flutter-based app.

Thanks for taking a look!

Where should this new content appear?

No response

I would like to fix this problem.

sethladd commented 2 weeks ago

It was suggested to me to cc @domesticmouse

sethladd commented 2 weeks ago

Note, this is a nice to have for 2024, but not critical

domesticmouse commented 2 weeks ago

Can you please add Apple documentation references for the features you'd like to see documented?

This feels more like a cookbook article than an addition to an old codelab.