Google I/O 刚过去,有没有想法入 Flutter 呢?Samples 收录了大量 Flutter 编写的示例,你可以学习下来 pick Flutter 的最佳实践。
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.
 
 
 
 
 
 
Go to file
dependabot[bot] 9a01200cf8
Bump actions/setup-java from 4.4.0 to 4.5.0 (#2482)
2 weeks ago
.github Bump actions/setup-java from 4.4.0 to 4.5.0 (#2482) 2 weeks ago
add_to_app Clean up SDK constraints and lints (#2471) 3 weeks ago
ai_recipe_generation Clean up SDK constraints and lints (#2471) 3 weeks ago
analysis_defaults Clean up SDK constraints and lints (#2471) 3 weeks ago
android_splash_screen Clean up SDK constraints and lints (#2471) 3 weeks ago
animations Clean up SDK constraints and lints (#2471) 3 weeks ago
asset_transformation Clean up SDK constraints and lints (#2471) 3 weeks ago
background_isolate_channels Clean up SDK constraints and lints (#2471) 3 weeks ago
code_sharing Clean up SDK constraints and lints (#2471) 3 weeks ago
compass_app Clean up SDK constraints and lints (#2471) 3 weeks ago
context_menus Clean up SDK constraints and lints (#2471) 3 weeks ago
deeplink_store_example Clean up SDK constraints and lints (#2471) 3 weeks ago
desktop_photo_search Clean up SDK constraints and lints (#2471) 3 weeks ago
dynamic_theme Clean up SDK constraints and lints (#2471) 3 weeks ago
experimental Bump ffigen from 14.0.1 to 15.0.0 in /experimental/pedometer (#2477) 2 weeks ago
flutter_maps_firestore Clean up SDK constraints and lints (#2471) 3 weeks ago
form_app Clean up SDK constraints and lints (#2471) 3 weeks ago
game_template Clean up SDK constraints and lints (#2471) 3 weeks ago
gemini_tasks Clean up SDK constraints and lints (#2471) 3 weeks ago
google_maps Clean up SDK constraints and lints (#2471) 3 weeks ago
infinite_list Clean up SDK constraints and lints (#2471) 3 weeks ago
ios_app_clip Clean up SDK constraints and lints (#2471) 3 weeks ago
isolate_example Clean up SDK constraints and lints (#2471) 3 weeks ago
jsonexample Drop `jsonexample` (#2089) 12 months ago
material_3_demo Clean up SDK constraints and lints (#2471) 3 weeks ago
navigation_and_routing Clean up SDK constraints and lints (#2471) 3 weeks ago
place_tracker Clean up SDK constraints and lints (#2471) 3 weeks ago
platform_channels Clean up SDK constraints and lints (#2471) 3 weeks ago
platform_design Clean up SDK constraints and lints (#2471) 3 weeks ago
platform_view_swift Clean up SDK constraints and lints (#2471) 3 weeks ago
provider_counter Clean up SDK constraints and lints (#2471) 3 weeks ago
provider_shopper Clean up SDK constraints and lints (#2471) 3 weeks ago
simple_shader Clean up SDK constraints and lints (#2471) 3 weeks ago
simplistic_calculator Clean up SDK constraints and lints (#2471) 3 weeks ago
simplistic_editor Clean up SDK constraints and lints (#2471) 3 weeks ago
testing_app Clean up SDK constraints and lints (#2471) 3 weeks ago
tool Elide `ios_app_clip` from beta CI (#2481) 2 weeks ago
veggieseasons Update veggie seasons README.md (#2479) 2 weeks ago
web Clean up SDK constraints and lints (#2471) 3 weeks ago
web_embedding Bump jasmine-core from 5.3.0 to 5.4.0 in /web_embedding/ng-flutter (#2473) 3 weeks ago
.gitattributes Add a .gitattributes file (#929) 3 years ago
.gitignore Drop lock files from repo (#1282) 2 years ago
AUTHORS Add game_template (#1180) 3 years ago
CONTRIBUTING.md Update CONTRIBUTING.md (#2447) 1 month ago
LICENSE Adding Rally App to Flutter Samples (#135) 5 years ago
PATENTS Initial commit 7 years ago
README.md Drop retired Flutter Developer Google group (#2103) 11 months ago

README.md

Flutter samples

Build Status

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.