`flutter-0.42-candidate.0` is a fake (testing) release candidate branch, so just updating it to `master`. --------- Signed-off-by: huycozy <huy@nevercode.io> Co-authored-by: engine-flutter-autoroll <engine-flutter-autoroll@skia.org> Co-authored-by: Jonah Williams <jonahwilliams@google.com> Co-authored-by: Matthew Kosarek <matt.kosarek@canonical.com> Co-authored-by: Mouad Debbar <mdebbar@google.com> Co-authored-by: flutter-pub-roller-bot <137456488+flutter-pub-roller-bot@users.noreply.github.com> Co-authored-by: Gray Mackall <34871572+gmackall@users.noreply.github.com> Co-authored-by: Gray Mackall <mackall@google.com> Co-authored-by: Jason Simmons <jason-simmons@users.noreply.github.com> Co-authored-by: Victoria Ashworth <15619084+vashworth@users.noreply.github.com> Co-authored-by: Jim Graham <flar@google.com> Co-authored-by: chunhtai <47866232+chunhtai@users.noreply.github.com> Co-authored-by: Chris Bracken <chris@bracken.jp> Co-authored-by: Elliott Brooks <21270878+elliette@users.noreply.github.com> Co-authored-by: John McDole <codefu@google.com> Co-authored-by: Camille Simon <43054281+camsim99@users.noreply.github.com> Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com> Co-authored-by: Sarbagya Dhaubanjar <sarbagyastha@gmail.com> Co-authored-by: Victor Sanni <victorsanniay@gmail.com> Co-authored-by: mariamhas <56849473+mariamhas@users.noreply.github.com> Co-authored-by: Jackson Gardner <jacksongardner@google.com> Co-authored-by: Andrew Kolos <andrewrkolos@gmail.com> Co-authored-by: Siva <a-siva@users.noreply.github.com> Co-authored-by: Srivats Venkataraman <42980667+srivats22@users.noreply.github.com> Co-authored-by: Tirth <pateltirth454@gmail.com> Co-authored-by: Bernardo Ferrari <bernaferrari2@gmail.com> Co-authored-by: Matej Knopp <matej.knopp@gmail.com> Co-authored-by: Robert Ancell <robert.ancell@canonical.com> Co-authored-by: Harlen Batagelo <hbatagelo@gmail.com> Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com> Co-authored-by: yakagami <92773903+yakagami@users.noreply.github.com> Co-authored-by: StanleyCocos <stanleycocoa@gmail.com> Co-authored-by: Reid Baker <reidbaker@google.com> Co-authored-by: gaaclarke <30870216+gaaclarke@users.noreply.github.com> Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com> Co-authored-by: Taha Tesser <tessertaha@gmail.com> Co-authored-by: Harri Kirik <harri.kirik@lab.mobi> Co-authored-by: Srujan Gaddam <58529443+srujzs@users.noreply.github.com> Co-authored-by: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com> Co-authored-by: LouiseHsu <louisehsu@google.com> Co-authored-by: davidhicks980 <59215665+davidhicks980@users.noreply.github.com> Co-authored-by: René Kilczan <git@reki.re> Co-authored-by: Ashish Beck <ashishbeck96@gmail.com> Co-authored-by: Kate Lovett <katelovett@google.com> Co-authored-by: Hannah Jin <jhy03261997@gmail.com> Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com> Co-authored-by: Reid Baker <1063596+reidbaker@users.noreply.github.com> Co-authored-by: ash2moon <muhatashim@google.com> Co-authored-by: Sangam Shrestha <2shrestha22@gmail.com> Co-authored-by: Qun Cheng <36861262+QuncCccccc@users.noreply.github.com> Co-authored-by: jesswrd <jessiewong401@gmail.com> Co-authored-by: Kishan Rathore <34465683+rkishan516@users.noreply.github.com> Co-authored-by: Huy <huy@nevercode.io> Co-authored-by: Kamil Szczęk <kamil@szczek.dev> Co-authored-by: Darien Romero Leiva <a20156090@pucp.edu.pe> Co-authored-by: Darien Romero <darien.romero@pucp.edu.pe> Co-authored-by: Sigurd Meldgaard <sigurdm@google.com> Co-authored-by: auto-submit[bot] <98614782+auto-submit[bot]@users.noreply.github.com> Co-authored-by: auto-submit[bot] <flutter-engprod-team@google.com> Co-authored-by: Ujjwal Pratap Singh <85453780+ujjwaltwitx@users.noreply.github.com> Co-authored-by: Flutter GitHub Bot <fluttergithubbot@gmail.com> Co-authored-by: Chinmay Garde <chinmaygarde@google.com> Co-authored-by: Aaron Clarke <aaclarke@google.com> Co-authored-by: Daco Harkes <dacoharkes@google.com> Co-authored-by: Ben Konyi <bkonyi@google.com>
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:
-
Hello, world The hello world app is a minimal Flutter app that shows the text "Hello, world!"
-
Flutter gallery The flutter gallery app no longer lives in this repo. Please see the gallery repo.
-
Layers The layers vignettes show how to use the various layers in the Flutter framework. For details, see the layers README.
-
Platform Channel The platform channel app demonstrates how to connect a Flutter app to platform-specific APIs. For documentation, see https://flutter.dev/to/platform-channels/.
-
Platform Channel Swift The platform channel swift app is the same as platform channel but the iOS version is in Swift and there is no Android version.
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.