- 05 Feb, 2018 2 commits
-
-
Jacob Richman authored
* Widget Inspector support for tracking Widget creation locations.
-
jcollins-g authored
* Add arguments to dartdoc.dart for Dartdoc's grinder and travis * Fix bug in filter
-
- 03 Feb, 2018 2 commits
-
-
Hans Muller authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/14393
-
- 02 Feb, 2018 8 commits
-
-
Alexandre Ardhuin authored
-
Devon Carew authored
-
Zachary Anderson authored
-
Michael Thomsen authored
-
Ian Hickson authored
For example, so that the gallery can override the media query globally.
-
Alexandre Ardhuin authored
* work around const lints * update nonconst doc
-
jcollins-g authored
-
Devon Carew authored
* bump the dart sdk version to 2.0.0-dev.17.0 * 2.0.0-dev.20.0 * 2.0.0-dev.19.0
-
- 01 Feb, 2018 12 commits
-
-
Jason Simmons authored
-
jcollins-g authored
* Flatten change out from lots of merges and temporary hacks for #7224 * Expand fakes to cover cases where doctor passes * -v != --verbose * Cosmetic touchups * delint * Clean up summary line, add a switch for review comments * Review comments * nit * review comment * review comments
-
Zachary Anderson authored
-
jcollins-g authored
* Populate AnsiTerminal in context for daemon launches * Strip out AnsiTerminal additions to context since they are no longer needed
-
Michael R Fairhurst authored
Using a void list literal in this case is valid and correct, and will be required for dart 2. Note: void can be inferred here, but followed the lints to write it explicitly even though that's arguably a bit weird in this case and less backwards compatible.
-
Alexandre Ardhuin authored
-
Chris Bracken authored
Note: also fixes a bug wherein bottom media padding was applied even in the presence of persistent footer buttons. The material spec states that the keyboard should be positioned on top of any bottom navigation bar or persistent footer buttons widget(s). We no longer inset the bottom of bottom navigation bars / persistent footer buttons by the bottom viewInset. Body content bottom (and the bottom of bottom sheets) is now determined by the greater of: 1. bottom view inset (the keyboard height) 2. bottom elements (nav bar, footer buttons) relative to the window max-Y.
-
Siva Annamalai authored
-
Siva Annamalai authored
Add meta tag @optionalTypeArgs to the mixin classes where we don't expect a generic type to be specified at the points where the mixin is applied. This suppresses the analyzer warnings.
-
-
Ian Hickson authored
-
amirh authored
0672055a changed the Material widget to always use Paths for representing the outline. These paths are later used for clipping and drawing a shadow. This changed introduced a performance regression, see: https://github.com/flutter/flutter/issues/14403 We did not expect a path that is a rounded rectangle to be less performant than a rounded rectangle, as Skia should be able to tell the path is just a rounded rectangle. Until we find a solution for this regression, we keep using RRect when we can represent the shape with it.
-
- 31 Jan, 2018 10 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
In a scaffold, snackbars are positioned above the BottomNavigationBar and/or PersistentBottomButtons, if present. In such cases, they should not apply bottom media padding to their widget sub-tree.
-
Michael Goderbauer authored
With a little refactor and unification of how availability of copy/cut/paste is determined across platforms. Minor remaining issue: https://github.com/flutter/flutter/issues/14331. Fixes https://github.com/flutter/flutter/issues/13501.
-
Ian Hickson authored
-
xster authored
* first round fastlane working on Android * clean up and start ios * Partial iOS * Got a fastfile that works on iOS * Finalize Android push instructions * Finalize instructions for iOS * Extra cleanup and optipng * Disable readme autogen and add a default readme
-
jensjoha authored
* [kernel/flutter] Improve speed of first hot reload * [kernel/flutter] Improve speed of first hot reload * Revert "[kernel/flutter] Improve speed of first hot reload" This reverts commit f3dc133878ec7405a8efb5715f1cfe720f4ea05f. * Revert "[kernel/flutter] Improve speed of first hot reload" This reverts commit f7bcb082b01cf9cf48f02c6aad9e5c79705def8f. * Revert "Revert "[kernel/flutter] Improve speed of first hot reload"" This reverts commit 73c7a1a8e85a4c0397984d8b65a98b2f71bf84f3. * [kernel/flutter] Improve speed of first hot reload Do so by not evicting unnecessary paths (while still evicting paths that was changed between the generation of the package file and the initial upload). * Fix grammar in method name * Fix bad merge * Add method to super class
-
amirh authored
This triggered an analysis failure only on the devicelab.
-
amirh authored
For backward compatibility we keep supporting specifying the shape as a combination of MaterialType and borderRadius, and we just use that as a default when shapeBorder is null. To cleanup the implementation if shapeBorder was not specified we just translate the specified shape to a shapeBorder internally. I benchmarked paint, layout and hit testing, with the specialized shape clippers vs. the equivalent path clippers and did not see any significant performance difference. For testing, I extended the clippers/physicalShape matchers to match either the specialized shape or the equivalent shape.
-
Vyacheslav Egorov authored
-
Greg Spencer authored
This updates the CupertinoAlertDialog to respect text scale factor more properly. Before this, it would scale, but would clip the action buttons at large scales, and would draw in the safe area. It also didn't match the iOS alert because the content didn't scroll. Now it does those properly. I didn't address the fact that buttons should lay out properly (Issue #14345), but that's probably pretty low priority. Fixes #12484
-
- 30 Jan, 2018 6 commits
-
-
Chris Bracken authored
Includes: * Only implement application:performActionForShortcutItem:completionHandler on iOS 9.0+ (flutter/engine#4600) * [fuchsia] Remove MessageLoopHandler dependency (flutter/engine#4618) * Use @available checks for iOS 11 features (#4619)
-
amirh authored
-
Ian Hickson authored
* Try to make transitioning channels actually work. * Update upgrade.dart
-
xster authored
-
Ian Hickson authored
-
Ian Hickson authored
-