samples
samples copied to clipboard
A collection of Flutter examples and demos
Cookbook screenshots should include a screenshot of the running app, most likely the DartPad iframe on the page. [Cookbook scraper instructions](https://github.com/flutter/samples/blob/master/web/samples_index/README.md#generating-cookbook-content) [Cookbook scraper source code](https://github.com/flutter/samples/blob/master/web/samples_index/lib/cookbook.dart)
A possible bug in the Veggie Season application is when we close our application the data we save to the garden gets deleted. A possible fix for this may be...
### Description The proposal is focusing on adding a sample app demonstrating how to use `MethodChannel`, `EventChannel`, `BasicMessageChannel` and different `MessageCodec`. Apart from a sample app which will live in...
https://github.com/flutter/flutter/pull/22565 landed a new default flutter template. This allows us to not have to check-in `android` and `ios` directories when they have just default content. We should update the app...
The [PageSpeed Insights tool](https://developers.google.com/speed/pagespeed/insights/) scores `flutter.github.io/samples` at 95 on Desktop, but 72 on mobile. We should take a closer look at the results and improve experience on a mobile phone.
Current the https://flutter.github.io/samples/# page Sample, Cookbook and Web Demos categories. It would be great to add a CodePen category, too, to surface particularly wonderful Flutter CodePens, e.g. like these from...
I noticed that the veggieseasons sample app drops below 60fps while scrolling through the veggies on the home screen. I get an average of around 20ms/frame GPU time and max...
The https://github.com/google/charts repo is archived ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x]...
i am working with flutter version 3.3.4. i have been struggling to make the splash screen on android 12 and above to work , and finally i found out that...
**Do not land until the feature is on stable.** fixes https://github.com/flutter/flutter/issues/112235 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x]...