- 21 Mar, 2018 8 commits
-
-
Keenan authored
Also adds test for interpolating gradient stops.
-
Hans Muller authored
-
xster authored
-
Alexander Aprelev authored
-
Jason Simmons authored
-
Alexandre Ardhuin authored
-
Jonah Williams authored
* pass shadowColor param to SceneBuilder * add doc comment and diagnostic node for shadowColor * Add missing shadowColor param
-
Jonah Williams authored
* traverse dependencies and dev dependencies separately * separate dev and reg deps * update pubspecs * add checksum string and update transitive dep string. Add additional verify command to check checksum * cleanup comments * add missing space, quote, run verify-onlu from bot script * rerun tool with fixed string * ensure correct working directory and bump versions * flutter not flutterRoot
-
- 20 Mar, 2018 14 commits
-
-
Mikkel Nygaard Ravn authored
-
Hans Muller authored
-
Jacob Richman authored
-
Sturov Fedor authored
-
Vyacheslav Egorov authored
* Report an error if compilation times out instead of waiting forever. * Remove braces
-
Siva authored
* roll engine version to 6280adbfb1f9f63cdc6179b9b78634add1e4f2e3 * Correctly handle previewDart : false setting in AnalysisServer and AnalyzeOnce classes.
-
Greg Spencer authored
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
* Support password fields for a11y * rename to obscured * Roll engine to c3ab0c9143029f0267a05b99effbfbd280a4901b
-
Vilk authored
Add another rel device to isLocalEmulator to make working flutter run --release
-
xster authored
-
Jonah Williams authored
* rotate expansion icon fully if initial state expanded = true * add test case for initially expanded * remove unused import * Update expand_icon_test.dart add linebreak * import dart:math as math
-
xster authored
-
- 19 Mar, 2018 18 commits
-
-
xster authored
* Add a way to generically go back on both Material and Cupertino scaffold pages * review * lint * review * Fix text assert text
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Fixes #7032
-
Hans Muller authored
-
Victor Choueiri authored
-
Greg Spencer authored
This adds a slider demo with a custom theme to the gallery. In the process of adding this, I decided to add a text theme to the SliderThemeData, since it's a pain to change the text style on the value indicator otherwise.
-
Alexander Aprelev authored
* With dart being default, move preview_dart_2 tests to dart1. * Swap out defaults for preview-dart-2 option in tests. Make dart1 explicit * Move suffix around * Rename files
-
Matan Lurey authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/15361
-
Alexander Aprelev authored
* Use uris for hot reload invalidation. * Clean up unneccessary conversions * add final. * Revert sample change
-
Jonah Williams authored
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/pull/15537 to make dart1 coverage test happy.
-
Yegor authored
* a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check * update accessibility test framework - default nextNodeId/previousNodeId to -1 - stop treating null as opt-out from value testing - add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message - fix a small bug with raw string escaping - update all tests accordingly * fix sortKey doc * prefer const over final
-
Ian Hickson authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/15410
-