- 20 Jul, 2018 4 commits
-
-
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 19 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
-
Danny Tuppeny authored
* Make cleanup of flutter processes in tests more reliable * Fix quit signals I confused SigInt&SigTerm for SigTerm&SigKill when I first did this. SigTerm can be blocked and doesn't guarantee the process will be terminated. * Don't use deprecated constants * Fix typo * Add some additional info to debug buffer * Fix return types on Futures
-
Danny Tuppeny authored
* Only printError on our simple messages Any other type is a real error that should be a normal crash (to get a proper error log). See #19453. * Add toList() to convert Iterable<String> -> List<String> This code previously throw in Dart-2 mode. Fixes #19453. * Move getSimulatorPath into Xcode * Add a test that we tried to launch the simulator * Remove unused import
-
Sigurd Meldgaard authored
-
- 18 Jul, 2018 12 commits
-
-
Viet Do authored
* Add sample of multicolumn picker to Flutter Gallery * Modify CupertinoPicker to be able to be rendered off-center.
-
Hans Muller authored
-
Chris Bracken authored
Flutter app development has been Dart 2 only for a significant amount of time, and we're about to remove all support for Dart 1.
-
xster authored
-
amirh authored
Currently only Android views are supported. This also includes a FakePlatformViewsController which is a fake implementation of the engine side for testing.
-
Matt Sullivan authored
-
Greg Spencer authored
Cirrus CI has macOS VMs, so this turns on an instance for tests so that we can evaluate if we can use Cirrus for all three platforms or not.
-
Zachary Anderson authored
-
Ian Hickson authored
Makes them all be generated on Linux and fixes some to not be so large.
-
Michael Goderbauer authored
-
Ryan Macnak authored
Bug: https://github.com/flutter/flutter/issues/19435
-
Ryan Macnak authored
Bug: https://github.com/flutter/flutter/issues/19494
-
- 17 Jul, 2018 4 commits
-
-
Michael Goderbauer authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/19465
-
xster authored
-
- 16 Jul, 2018 1 commit
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-