- 28 May, 2019 3 commits
-
-
Jonah Williams authored
-
Yegor authored
-
Kate Lovett authored
* Adding sample and animation for Flow widget * Updated dart templates for layout in API docs * Updated the sample code for a clearer example. * make clean
-
- 27 May, 2019 2 commits
-
-
Todd Volkert authored
This also fixes up some indentation in some bulleted lists. https://github.com/dart-lang/dartdoc/issues/1969
-
Todd Volkert authored
-
- 26 May, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 25 May, 2019 3 commits
-
-
stuartmorgan authored
Splits Xcode validation out of the iOS validator and into a stand-alone validator, and groups the CocoaPods validator with that top-level validator instead of the iOS validator. iOS now validates only the iOS-specific tools (e.g., ideviceinstaller). Reorganizes many of the associated clases so that those that are used by both macOS and iOS live in macos/ rather than ios/. Moves some validators to their own files as part of the restructuring. This is the macOS portion of #31368
-
Chris Bracken authored
Updates documentation and non-public API to use American spellings for consistency with the rest of the codebase. No changes to behaviour... other than how it's spelt.
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 24 May, 2019 9 commits
-
-
stuartmorgan authored
Adds a new macosPrefix, which serves the same purpose as iosPrefix but for macOS plugins. It is not yet used by the tooling, but this allows for plugins to start to be written using it in preparation for tooling support for plugins. Part of #32718
-
Todd Volkert authored
-
Shi-Hao Hong authored
* Implement ExpandIcon custom color, expandedColor, and disabledColor * Update to use pumpAndSettle instead of hard-coded duration * Update colors to unfocused state, added dark mode test to active state * Fix Colors.white30 doc opacity value * Add links to Material Design specifications to color, expandedColor and disabledColor * Update API docs to reference dark theme material page
-
Shi-Hao Hong authored
-
Greg Spencer authored
This adds a maintenance script that will allow us to "unpublish" a release: basically remove it from the cloud storage so that we're no longer serving it from the website. Obviously, gsutil access to the cloud storage server is required for this to function.
-
Zachary Anderson authored
-
Jonah Williams authored
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 23 May, 2019 8 commits
-
-
liyuqian authored
-
Todd Volkert authored
-
Todd Volkert authored
It was easy to miss the reference to the top-level `imageCache` property before. This calls out the property a little more explicitly.
-
Paul Berry authored
The dart analyzer fails to warn about missing returns in function expressions due to a bug that has been fixed but not yet rolled into Flutter (see https://dart-review.googlesource.com/c/sdk/+/100301). So it failed to catch that https://github.com/flutter/flutter/pull/33217 accidentally introduced a call to `testWidgets` that passed it a synchronous callback.
-
Fedor Korotkov authored
They are newer and faster to start
-
Justin McCandless authored
Fix a bug where holding down on text selection caused the handles to flash. The fix was to only update selection when it actually changed.
-
Devon Carew authored
-
Todd Volkert authored
I forgot to add `onChunk` to them in #33092
-
- 22 May, 2019 8 commits
-
-
stuartmorgan authored
This is necesasry to integrate CocoaPods, since CocoaPods operates primarily on the workspace rather than the project.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/64f18f2cb686...8dc3a4cde207 git log 64f18f2cb686649e7ba330e8254053f13d1526cd..8dc3a4cde2075a4f5458fd0eb199627f5124508d --no-merges --oneline 8dc3a4cde Add missing top level to stub_ui (flutter/engine#9060) 6299af30a remove over-optimistic assert (flutter/engine#9045) 0308a1c4a Roll src/third_party/dart fde6a5917e..e3edfd36b2 (14 commits) 1bce77992 Roll src/third_party/skia e63b01b364a0..f77dbd04b926 (19 commits) (flutter/engine#9057) 4dbb9ba38 Expose pointer type and buttons in embedder.h (flutter/engine#9034) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (garyq@google.com), and stop the roller if necessary.
-
Jonah Williams authored
-
Jonah Williams authored
-
Jason Simmons authored
-
Emmanuel Garcia authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/75963dbb0ba6...303a3910d398 git log 75963dbb0ba62a9dbd7024e568fbe5d499d00d7d..303a3910d398ee48a3411108688ebd5ccc101e8a --no-merges --oneline 303a3910d fix dartdevc build (flutter/engine#9036) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (garyq@google.com), and stop the roller if necessary.
-
- 21 May, 2019 5 commits
-
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
75963dbb0 Roll src/third_party/skia 12710911dcc2..e63b01b364a0 (11 commits) (flutter/engine#9035) (#33151) https://github.com/flutter/engine/compare/ee5915fbb086...75963dbb0ba6 git log ee5915fbb0862ec42754ec35fe9ada03871ae60b..75963dbb0ba62a9dbd7024e568fbe5d499d00d7d --no-merges --oneline 75963dbb0 Roll src/third_party/skia 12710911dcc2..e63b01b364a0 (11 commits) (flutter/engine#9035) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (garyq@google.com), and stop the roller if necessary.
-
Mattia Crovero authored
scrollController param on TextField and CupertinoTextField
-
Todd Volkert authored
This is another step towards supporting image loading progress notification at the widgets layer. This adds an `ImageChunkEvent` class along with associated `ImageChunkListener` callback signature and an `onChunk` property to `ImageStreamListener`. The events serve to notify registered listeners when byte chunks are received while loading an image. https://github.com/flutter/flutter/issues/32374
-
Lorenz Nickel authored
-