- 31 Oct, 2017 5 commits
-
-
Chris Bracken authored
-
Michael Goderbauer authored
* Support value announcment for increase/decrease * ++ * review comments about docs
-
Ian Hickson authored
-
Yegor authored
* fix miscellaneous typos in dartdocs * moar typos
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/12460
-
- 30 Oct, 2017 4 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
-
Adam Barth authored
Previously, the usage analytics would generate a write to the user's HOME directory during the Fuchsia build. We're tightening down the environment in which we run the Fuchsia build, and these writes are now more obvious. This patch removes the usage analytics during the Fuchsia build, avoiding the write to the user's HOME directory.
-
Michael Thomsen authored
-
- 28 Oct, 2017 1 commit
-
-
Chris Bracken authored
Archive builds for upload to iTunes Connect should always be built in release mode, not doing so results in crash on startup. Bug: https://github.com/flutter/flutter/issues/12086
-
- 26 Oct, 2017 6 commits
-
-
Yegor authored
* upgrade intl data; use local numerals in date picker * use the shiny new public intl API * address comments
-
Yegor authored
-
Michael Goderbauer authored
* Add option for custom actions to Semantics widget * review comments * review comment
-
Ian Hickson authored
* Revert "roll engine (#12660)" This reverts commit 048bc5e0. * Revert "FittedBox RTL (#12662)" This reverts commit 05a22fe0. * Revert "Revert "nav bar font styles are special, do not inherit (#12578)" (#12661)" This reverts commit 662b6684.
-
- 25 Oct, 2017 10 commits
-
-
Yegor authored
* fix updrade script; upgrade to the latest package versions * exclude special dependencies from transitive closure * fix stack trace handling in flutter_test due to stack_trace change * change type on _emptyStackTrace
-
amirh authored
-
Phil Quitslund authored
Use a `package:` import when referencing source under test in test template. This is the prefered style and plays nice w/ automated refactoring. See: https://github.com/flutter/flutter-intellij/issues/1429
-
amirh authored
fixes #11992
-
Alexander Aprelev authored
-
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.
-