- 23 Jul, 2018 7 commits
-
-
sandrasandeep authored
* fixed segmented control golden test * fixed segmented control golden test * made the comments more explanatory * changed comment, wrapped tests with if statements so they only run on MacOS * changed formatting * added width and radius fields to TextField; to do: tests and Material defaults * weak warnings * added tests * added default cursor width; changed default EditableText width * only run golden file tests on linux * changed goldens version * actually changed goldens.version * style changes * small fixes * added default material cursor color * changed goldens.version * changed goldens version again * changed goldens.version again (3) * added todo * deleted whitespace
-
Greg Spencer authored
The trailing whitespace detector wasn't handling file deletes very well (at all, really). This filters the set of files grepped to only include files that exist. Also, clarified the failure message to make it more obvious what the failure is when the grep finds results.
-
Jonah Williams authored
-
Ian Hickson authored
* Fix the checksum verification to be more sensitive * update packages
-
Danny Tuppeny authored
* Tell flutter to quit directly Fixes #19208. * Tweak comment
-
Gary Miguel authored
We don't actually care if we're on linux, we care only if the lcov tool is available. We check for that explicitly just below. Additionally there is code below which indicates that lcov is available for macOS. Before this change that code would never execute.
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 21 Jul, 2018 3 commits
-
-
Lukas Piliszczuk authored
* Change material refresh indicator onRefresh signature from Future<Null> to Future<void>. * Update authors. * Explicitly name void argument.
-
Jonah Williams authored
-
Greg Spencer authored
-
- 20 Jul, 2018 14 commits
-
-
amirh authored
RenderAndroidView is responsible for sizing and displaying an embedded Android view. AndroidView is responsible for creating and disposing the Android view and is using RenderAndroidView to display it.
-
jslavitz authored
* Changed duration * Fixed column width for ios build error messages * fixed a couple things * fixed a couple things * accidental changes * added spaces * added spaces * Added test for default snackbar duration * Fixed link: * Final commit * Final commit2 * Actual final commit
-
Leaf Petersen authored
* Remove uses of deprecated constants * Change int.parse to int.tryParse where appropriate
-
Ian Hickson authored
The verbosity change is to help track down timeouts that currently look like: ``` C:\Windows\Temp\flutter sdk>call bin\flutter.bat config --no-analytics Checking Dart SDK version... Downloading Dart SDK from Flutter engine c5a63d28bf3735569c8187753bc490d8351a8363... Unzipping Dart SDK... Updating flutter tool... ```
-
Michael Goderbauer authored
Follow-up to https://github.com/flutter/flutter/pull/18562, which passed Travis before the check was added.
-
Greg Spencer authored
-
Norbert Kozsir authored
-
Sarah Zakarias authored
-
Greg Spencer authored
Checks only changed source files (C++, Dart, Java, ObjC) for trailing whitespace.
-
Greg Spencer authored
-
Sigurd Meldgaard authored
With a fix of a path being printed relative instead of absolute.
-
Jonah Williams authored
-
Alex Allen authored
-
Jonah Williams authored
-
- 19 Jul, 2018 16 commits
-
-
Jonah Williams authored
-
Hans Muller authored
-
Ryan Macnak authored
482469bad Roll Dart to 937ee2e8ca4b76499e24cd463f07bfb736bccd74. (#5800) bb323c145 Revert "Roll src/third_party/skia 9e0d7e4072e4..297c3c8e85bd (62 commits) (#5802)" (#5803) 0bf69f02d Roll src/third_party/skia 9e0d7e4072e4..297c3c8e85bd (62 commits) (#5802)
-
Ryan Macnak authored
5d0e13a45 Fix starting isolate directly from CoreJIT snapshot. (#5798)
-
Ryan Macnak authored
09ff9493e Re-land removal of vmservice_io from release builds. (#5784) b523ee847 Revert "Switch to Fuchsia's ICU (#5774)" (#5801) 69695493b Switch to Fuchsia's ICU (#5774)
-
Ryan Macnak authored
55b423f07 Ensure assistiveTechnologyEnabled is initialized when the android view is set up (#5793) 3054f3183 Add touch events to the platform views method channel API. (#5796) 91c16af0c Revert "Roll Dart to 937ee2e8ca4b76499e24cd463f07bfb736bccd74. (#5745)" (#5799) 1a66f895b Roll Dart to 937ee2e8ca4b76499e24cd463f07bfb736bccd74. (#5745) 8d046a727 Revert "Roll src/third_party/skia 9e0d7e4072e4..8f8bf8880d9d (32 commits) (#5794)" (#5797) e8d172cf3 Revert "Fix Dart 2 reload when running from a snapshot instead of platform.dill. (#5792)" (#5795) 624cf7e25 Fix Dart 2 reload when running from a snapshot instead of platform.dill. (#5792) 16da4710d Roll src/third_party/skia 9e0d7e4072e4..8f8bf8880d9d (32 commits) (#5794) 3fe63fd5d Add presubmit check for engine to flutter roll (#5790)
-
matthew-carroll authored
Added textInputAction parameter to TextFormField that forwards to TextField, added onEditingComplete parameter to TextField that forwards to EditableText, added onEditingComplete parameter to TextFormField that forwards to TextField. (#19397) (#19427)
-
TL Lee authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/18971
-
Tian Lun Lee authored
-
Danny Tuppeny authored
-
amirh authored
-
Chris Bracken authored
Generated.xcconfig is only required at build time for iOS apps. In the flutter create project template and example apps, Generated.xcconfig was previously marked as a resource to be bundled into the built app.
-
Hans Muller authored
-
Danny Tuppeny authored
While working on attach, I changed the message output while waiting for an app to connect but didn't catch this.
-
Danny Tuppeny authored
* Extract some of startApp into a reusable method * Get basic attach --machine working * Attach --machine tweaks Move validation to validate method and create daemon early so we get the startup event before trying to get a connection. * Bump daemon version so we know whether it's valid to flutter attach * Tweak output text * Swap package imports for relative * Review tweaks (naming, formatting, typedefs) * Separate arguments from process spawning This will make calling attach easier * Add a basic test for flutter attach --machine * Fix crash if port unforward modifies the list of forwarded ports * Add a no-op port forwarder for flutter-tester * Switch to using BasicProject instead of our own inline code * Fix expectation in test now we have a portForwarder * Remove stale TODO (this is done) * Tweak formatting * Change some Completers to void to fix Dart 2 issues
-