- 25 Oct, 2017 5 commits
-
-
Alexandre Ardhuin authored
* enable lint prefer_const_constructors_in_immutables * remove LabeledGlobalKey._
-
Alexandre Ardhuin authored
* enable lint prefer_foreach * fix tests
-
Alexandre Ardhuin authored
-
Chris Bracken authored
Use our platform identifiers rather than OS names for the platform switcher radio buttons in the drawer as noted in section 2.3.10 of the App Store review guidelines. See: https://developer.apple.com/app-store/review/guidelines/
-
Jeff McGlynn authored
* Add a pageSnapping parameter to PageView Setting the pageSnapping property allows extending the PageView scroll behavior, such as custom scroll animations or custom scroll bars. * Apply pageSnapping CR feedback - Remove _kNonSnappingPhysics, use null instead. - Minor code style fixes. - It turns out that the forth state is Arkansas, not California.
-
- 24 Oct, 2017 7 commits
-
-
Greg Spencer authored
This adds an optional character counter and maxLength parameter to the TextField, as described in the Material Design Spec. The counter text and style in the input decorator may be specified, but will default to the "right thing" if not specified, where the "right thing" is a counter that looks like "3 / 10" (if there are three characters entered into a field where maxLength is set to 10). To limit the number of characters entered, I created a LengthLimitingTextFormatter that will limit the number of characters (Unicode runes) in the input, which can be used independently. The formatter is applied after the other formatters supplied (if any). Even if there is no decorator, the text field will limit the number of characters input if maxLength is set. If maxLengthEnforced is set to false (it defaults to true), then the max length will not be enforced. In that case, if the text exceeds the length, then the counter will turn red, and it will make the divider turn red.
-
Michael Goderbauer authored
* Support accessibility labels and hints * more tests * ++ * review comments * fix merge * test fix
-
Greg Spencer authored
Revert "Revert "Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595)" (#12678)" (#12689) This reverts commit 72dc7d91. Re-landing my InputDecorator changes so that I can land the character counter PR.
-
Phil Quitslund authored
-
Michael Goderbauer authored
-
Alexander Aprelev authored
-
Michael Goderbauer authored
* Without checking compatibility * ++ * ++ * ++ * more docs
-
- 23 Oct, 2017 7 commits
-
-
Yegor authored
* merge with Hans; address comments * merge material_localizations.dart
-
Greg Spencer authored
Revert "Fixes InputDecorator to work with textScaleFactor, fixes Material Design differences. (#12595)" (#12678) This reverts commit 67cf7918. Reverting because this causes scuba regressions that I'd like to address in another PR that is pending, but we'd like to roll Flutter.
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Ian Hickson authored
This reverts commit 964a138d. It may (or may not) have caused a performance regression. Hard to say.
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Oct, 2017 2 commits
- 20 Oct, 2017 11 commits
-
-
Ian Hickson authored
This avoids some code duplication that existed before and will make further modifications easier.
-
Jason Simmons authored
-
Jason Simmons authored
-
Devon Carew authored
-
Hans Muller authored
-
Devon Carew authored
-
P.Y. Laligand authored
Also switched to relative paths for local packages.
-
xster authored
* create auto back button behaviour * cosmetic fidelity * tests * review * document new icon
-
amirh authored
This refactoring allows us to have SemanticsEvent object for events that are not associated with an accessibility node id. And allow https://github.com/flutter/flutter/pull/12594 to be a bit cleaner with a single place for accessibility channel documentation (the SemanticsEvent classes documentation).
-
xster authored
* Revert "BoxDecoration.borderRadius and RoundedRectangleBorder.borderRadius RTL (#12603)" This reverts commit 07908916. * Revert "Copy snapshot file into assets (#12523)" This reverts commit f6135107. * Revert "Add a rootNavigator option to Navigator.of (#12580)" This reverts commit 822084b2.
-
Ian Hickson authored
-
- 19 Oct, 2017 7 commits
-
-
xster authored
-
Hans Muller authored
-
robertoscaramuzzi authored
-
amirh authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
* Make clean command top level Fixes https://github.com/flutter/flutter/issues/10783 * remove backwards
-