aves_mio/.flutter/examples
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01:00
..
api first commit 2026-02-19 13:25:23 +01:00
flutter_view first commit 2026-02-19 13:25:23 +01:00
hello_world first commit 2026-02-19 13:25:23 +01:00
image_list first commit 2026-02-19 13:25:23 +01:00
layers first commit 2026-02-19 13:25:23 +01:00
multiple_windows first commit 2026-02-19 13:25:23 +01:00
platform_channel first commit 2026-02-19 13:25:23 +01:00
platform_channel_swift first commit 2026-02-19 13:25:23 +01:00
platform_view first commit 2026-02-19 13:25:23 +01:00
splash first commit 2026-02-19 13:25:23 +01:00
texture first commit 2026-02-19 13:25:23 +01:00
.clang-format first commit 2026-02-19 13:25:23 +01:00
flutter_gallery.readme first commit 2026-02-19 13:25:23 +01:00
README.md first commit 2026-02-19 13:25:23 +01:00

Flutter Examples

This directory contains several examples of using Flutter. To run an example, use flutter run inside that example's directory. See the getting started guide to install the flutter tool.

For additional samples, see the flutter/samples repo.

Available examples include:

Notes

Note on Gradle wrapper files in .gitignore:

Gradle wrapper files should normally be checked into source control. The example projects don't do that to avoid having several copies of the wrapper binary in the Flutter repo. Instead, the Gradle wrapper is injected by Flutter tooling, and the wrapper files are .gitignore'd to avoid making the Flutter repository dirty as a side effect of running the examples.