- 11 Jan, 2019 9 commits
-
-
Greg Spencer authored
-
Andrei Lesnitsky authored
-
xster authored
-
Dan Field authored
* move analysis_options to package
-
xster authored
-
Chris Bracken authored
Usages of ParagraphConstraints (from dart:ui) whose constructor could be const as of flutter/engine#7346 are currently marked // ignore:prefer_const_constructors in the framework until all Google-internal embedders have been updated to an engine version that includes the above change. These were initially updated in engine roll flutter/flutter#26252, but broke internal embedders. We should re-enable use of the const constructor in those cases once internal embedders are updated. See: https://github.com/flutter/flutter/issues/26390
-
Stanislav Baranov authored
-
Chris Bracken authored
80 characters was short enough that after the XML boilerplate in the response, all we got was 'The'.
- 10 Jan, 2019 14 commits
-
-
Chris Bracken authored
When downloading the ObjC/Java API docs, check the HTTP response status code and if not 200, attempt up to 5 times before giving up.
-
Michael Klimushyn authored
Disables the cache by default and deprecates the API for setting its size. flutter/flutter#26081
-
Jonah Williams authored
-
Greg Spencer authored
Now that we have our DNS mapping we should refer to the master docs site that way everywhere.
-
Michael Goderbauer authored
-
Sander Dalby Larsen authored
* Added the superellipse (a.k.a. squircle) shape to flutter, which is needed to recreate some cupertino components, e.g. buttons in pixel-perfect detail (issue #13914).
-
Greg Spencer authored
-
Danny Tuppeny authored
* Add some basic tests for evaluating expressions in `flutter test` * Review tweaks
-
MH Johnson authored
* [WIP] BAB theme * [WIP] BAB theme * Update goldens * Extract helper function in tests * Update Goldens version * Add tests * [WIP] Hans first round comments * Added test * Added docs * Hans second round comments * Fixed analyzer error * Hans third round comments * ambient * Change [BottomAppBarTheme.of] to static * Final doc change
-
xster authored
-
Danny Tuppeny authored
* Add a validator to ensure NO_PROXY is set correctly if HTTP_PROXY is set Fixes #24854. * Fix typo * Dummy edit to try and force update of PR desc on Cirrus
-
Dan Field authored
* Revert "Check for duplicative Flutter.framework emeddings when building for Xcode 10 (#23188)"
-
Dan Field authored
-
Stanislav Baranov authored
Before this change, rolling back a patch relied on deleting the patch file from the server completely. This PR implements a more reliable approach where developer needs to create a physical rollback patch file. This is more robust to mistakenly taking down a patch from user devices.
-
- 09 Jan, 2019 17 commits
-
-
Marco Scannadinari authored
-
Tim Sneath authored
-
Andrew Davies authored
When setting the Fuchsia logging function, it should happen before any initialization code, as init can still cause warning/error/info messages to get printed to logs. Since the default stderr/stdout fd's aren't correct, this can cause a program to crash for unclear reasons.
-
Dan Field authored
* update docs for editable_text (TextField) * typo, clarify behavior when lines > 1
-
Dan Field authored
* Check for bad configuration in Xcode10
-
matthew-carroll authored
-
kongshanshan33 authored
Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817)
-
Sean Freiburg authored
The variable isn't interpolating because it's using "${}" when ruby uses "#{}".
-
jslavitz authored
* the onStart callback will report the location of the pointer where it wins the gesture arena by default instead of the pointer down location. Fixes all tests related to changing this default value.
-
jxltom authored
* Remove *.lock from gitignore * Remove pubspec.lock from gitignore
-
Jonah Williams authored
-
Jonah Williams authored
-
KyleWong authored
-
Danny Tuppeny authored
* Add source line to snippet metadata * Parse sourceLine as an int
-
Dan Field authored
-
Dan Field authored
-
KyleWong authored
-