flutter/examples
auto-submit[bot] b258ca011e
Reverts "hello_world app: migrate to Gradle Kotlin DSL" (#142018)
Reverts flutter/flutter#141541
Initiated by: yusuf-goog
This change reverts the following previous change:
Original Description:
This PR introduces the first app in this repo that fully uses Gradle Kotlin DSL.

It also fixes a bug I found in the process – fields of `FlutterExtensions` must be `public`.
2024-01-23 00:01:17 +00:00
..
api Revert "Remove hack from PageView." (#141977) 2024-01-22 20:14:44 +00:00
flutter_view Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
hello_world Reverts "hello_world app: migrate to Gradle Kotlin DSL" (#142018) 2024-01-23 00:01:17 +00:00
image_list Upgrade leak_tracker. (#141153) 2024-01-09 12:02:35 -08:00
layers Expose versionCode and versionName from local.properties in FlutterExtension (#141417) 2024-01-12 18:18:32 +00:00
platform_channel Revert "Make tests more resilient to Skia gold failures and refactor flutter_goldens for extensive technical debt removal (#140101)" (#141814) 2024-01-19 20:29:11 +00:00
platform_channel_swift Revert "Make tests more resilient to Skia gold failures and refactor flutter_goldens for extensive technical debt removal (#140101)" (#141814) 2024-01-19 20:29:11 +00:00
platform_view Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
splash Upgrade leak_tracker. (#141153) 2024-01-09 12:02:35 -08:00
texture Revert "Make tests more resilient to Skia gold failures and refactor flutter_goldens for extensive technical debt removal (#140101)" (#141814) 2024-01-19 20:29:11 +00:00
.clang-format
flutter_gallery.readme
README.md

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.