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] 6921283923
Bump intl from 0.19.0 to 0.20.0 in /experimental/pedometer/example (#2487)
3 days ago
.github Bump actions/setup-java from 4.4.0 to 4.5.0 (#2482) 3 weeks ago
add_to_app Clean up SDK constraints and lints (#2471) 1 month ago
ai_recipe_generation Clean up SDK constraints and lints (#2471) 1 month ago
analysis_defaults Clean up SDK constraints and lints (#2471) 1 month ago
android_splash_screen Clean up SDK constraints and lints (#2471) 1 month ago
animations Clean up SDK constraints and lints (#2471) 1 month ago
asset_transformation Clean up SDK constraints and lints (#2471) 1 month ago
background_isolate_channels Bump intl from 0.19.0 to 0.20.0 in /background_isolate_channels (#2484) 3 days ago
code_sharing Clean up SDK constraints and lints (#2471) 1 month ago
compass_app Clean up SDK constraints and lints (#2471) 1 month ago
context_menus Clean up SDK constraints and lints (#2471) 1 month ago
deeplink_store_example Clean up SDK constraints and lints (#2471) 1 month ago
desktop_photo_search Clean up SDK constraints and lints (#2471) 1 month ago
dynamic_theme Clean up SDK constraints and lints (#2471) 1 month ago
experimental Bump intl from 0.19.0 to 0.20.0 in /experimental/pedometer/example (#2487) 3 days ago
flutter_maps_firestore Clean up SDK constraints and lints (#2471) 1 month ago
form_app Bump intl from 0.19.0 to 0.20.0 in /form_app (#2485) 3 days ago
game_template Clean up SDK constraints and lints (#2471) 1 month ago
gemini_tasks Clean up SDK constraints and lints (#2471) 1 month ago
google_maps Clean up SDK constraints and lints (#2471) 1 month ago
infinite_list Clean up SDK constraints and lints (#2471) 1 month ago
ios_app_clip Clean up SDK constraints and lints (#2471) 1 month ago
isolate_example Clean up SDK constraints and lints (#2471) 1 month ago
jsonexample Drop `jsonexample` (#2089) 1 year ago
material_3_demo Clean up SDK constraints and lints (#2471) 1 month ago
navigation_and_routing Clean up SDK constraints and lints (#2471) 1 month ago
place_tracker Clean up SDK constraints and lints (#2471) 1 month ago
platform_channels Clean up SDK constraints and lints (#2471) 1 month ago
platform_design Clean up SDK constraints and lints (#2471) 1 month ago
platform_view_swift Clean up SDK constraints and lints (#2471) 1 month ago
provider_counter Clean up SDK constraints and lints (#2471) 1 month ago
provider_shopper Clean up SDK constraints and lints (#2471) 1 month ago
simple_shader Clean up SDK constraints and lints (#2471) 1 month ago
simplistic_calculator Clean up SDK constraints and lints (#2471) 1 month ago
simplistic_editor Clean up SDK constraints and lints (#2471) 1 month ago
testing_app Clean up SDK constraints and lints (#2471) 1 month ago
tool Elide `ios_app_clip` from beta CI (#2481) 3 weeks ago
veggieseasons Bump intl from 0.19.0 to 0.20.0 in /veggieseasons (#2486) 3 days ago
web Clean up SDK constraints and lints (#2471) 1 month ago
web_embedding Bump jasmine-core from 5.3.0 to 5.4.0 in /web_embedding/ng-flutter (#2473) 1 month ago
.gitattributes
.gitignore Drop lock files from repo (#1282) 3 years ago
AUTHORS Add game_template (#1180) 3 years ago
CONTRIBUTING.md Update CONTRIBUTING.md (#2447) 2 months ago
LICENSE
PATENTS
README.md Drop retired Flutter Developer Google group (#2103) 12 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.