samples
samples copied to clipboard
A collection of Flutter examples and demos
Source : https://github.com/flutter/samples/tree/main/add_to_app/multiple_flutters https://github.com/user-attachments/assets/d873dc52-42aa-4bec-9e14-7e3376ba2446
Please provide a way to switch between different `DynamicSchemeVariant` values for a color scheme in Material 3 Demo. It is a very important part of defining a color scheme alongside...
I'm trying to build samples/add_to_app/android_view > FAILURE: Build failed with an exception. > > * What went wrong: > A problem was found with the configuration of task ':flutter:mergeDebugAndroidTestAssets' (type...
There is an issue in the file : "provider_shopper/lib/screens/catalog.dart" Proposed changes : In line 61 and 62, Replaced **WidgetStateproperty** with **MaterialStateproperty** and **Widgetstate** with **Materialstate** Reason : In Flutter, there...
From the current [documentation](https://docs.flutter.dev/platform-integration/web/embedding-flutter-web), it's not clear how to use the multi-view API in a higher-level framework, like Angular in our web_embedding demo. We must update the web_embedding sample for...
### Use case Teams, businesses, and developers will want to see that Cupertino-flavored apps are on-par with Material-flavored apps, and will want to see Cupertino-flavored apps as the context for...
From https://docs.flutter.dev/add-to-app/ios/project-setup , I found this statement: "For an example using SwiftUI, consult the iOS directory in [News Feed App](https://github.com/flutter/put-flutter-to-work/tree/022208184ec2623af2d113d13d90e8e1ce722365)." This looks like a compelling demo/sample/example (not sure what the...
In order to reduce maintenance costs and improve DX of this repo, I plan on updating and/or deprecating a majority of the samples. After the changes, samples will fall into...
some of the READMEs in this repo point to outdated places to get more help (such as gitter), and some READMEs tell folks to create issues in flutter/flutter. We should...
### Use case Adding Flutter into an existing app, such as one built with SwiftUI, is an important part of the journey for experimenting with Flutter and using flutter to...