mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot]
daa4aed403
|
5 months ago | |
---|---|---|
.github | 5 months ago | |
add_to_app | 6 months ago | |
ai_recipe_generation | 5 months ago | |
analysis_defaults | 6 months ago | |
android_splash_screen | 6 months ago | |
animations | 6 months ago | |
asset_transformation | 6 months ago | |
background_isolate_channels | 6 months ago | |
code_sharing | 6 months ago | |
context_menus | 6 months ago | |
deeplink_store_example | 6 months ago | |
desktop_photo_search | 5 months ago | |
dynamic_theme | 6 months ago | |
experimental | 6 months ago | |
flutter_maps_firestore | 6 months ago | |
form_app | 6 months ago | |
game_template | 5 months ago | |
gemini_tasks | 6 months ago | |
google_maps | 6 months ago | |
infinite_list | 6 months ago | |
ios_app_clip | 6 months ago | |
isolate_example | 5 months ago | |
jsonexample | 12 months ago | |
material_3_demo | 6 months ago | |
navigation_and_routing | 6 months ago | |
place_tracker | 5 months ago | |
platform_channels | 6 months ago | |
platform_design | 6 months ago | |
platform_view_swift | 6 months ago | |
provider_counter | 6 months ago | |
provider_shopper | 6 months ago | |
simple_shader | 6 months ago | |
simplistic_calculator | 6 months ago | |
simplistic_editor | 6 months ago | |
testing_app | 6 months ago | |
tool | 5 months ago | |
veggieseasons | 6 months ago | |
web | 6 months ago | |
web_embedding | 5 months ago | |
.gitattributes | 3 years ago | |
.gitignore | 2 years ago | |
AUTHORS | 3 years ago | |
CONTRIBUTING.md | 5 months ago | |
LICENSE | 5 years ago | |
PATENTS | 7 years ago | |
README.md | 11 months ago |
README.md
Flutter samples
A collection of open source samples that illustrate best practices for Flutter.
Visual samples index
The easiest way to browse through the samples in this repo (as well as a few others!) is the visual samples index.
Tip: minimize download size
As this repository is quite big, you can use svn to download a single example. For example:
svn co https://github.com/flutter/samples/trunk/provider_shopper
You can also use a partial clone to skip blob objects that aren't currently checked out, while including the full commit history:
git clone --filter=blob:none https://github.com/flutter/samples.git
Interested in contributing?
See the contributor's guide!
Questions or issues?
If you have a general question about one of these samples or how to adapt its techniques for one of your own apps, try one of these resources:
If you run into a bug in one of the samples, please file an issue in the
flutter/samples
issue tracker.