mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() After this patch, there are three major text input widgets: * EditableText. This widget is a low-level editing control that interacts with the IME and displays a blinking cursor. * TextField. This widget is a Material Design text field, with all the bells and whistles. It is highly configurable and can be reduced down to a fairly simple control by setting its `decoration` property to null. * TextFormField. This widget is a FormField that wraps a TextField. This patch also replaces the InputValue data model for these widgets with a Listenable TextEditingController, which is much more flexible. Fixes #7031 |
||
---|---|---|
.. | ||
.idea | ||
android | ||
ios | ||
lib | ||
test | ||
test_driver | ||
.gitignore | ||
BUILD.gn | ||
flutter_gallery.iml | ||
pubspec.yaml | ||
README.md |
Flutter gallery
Demo app for the material design widgets and other features provided by Flutter.
Building
You can follow these instructions to build the gallery app and install it onto your device.
Prereqs
If you are new to Flutter, please first follow the Flutter Setup guide.
Building and installing the Flutter app
cd $FLUTTER_ROOT/examples/flutter_gallery
flutter upgrade
flutter run --release
The flutter run --release
command both builds and installs the Flutter app.
Prerelease checklist
- Verify that the About box's license page scrolls and reveals its long long stream of license texts.
Icon
Android launcher icons were generated using Android Asset Studio: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=1&foreground.space.pad=0.1&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=fafafa%2C100&effects=none