- 17 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 16 Aug, 2018 17 commits
-
-
xster authored
-
xster authored
-
xster authored
-
Alexander Aprelev authored
* Add '-t' option to 'attach' command. * Add test * Make analyzer happy * Fix tests so they use memory file system and can find lib/main.dart
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Michael Goderbauer authored
-
xster authored
-
Chinmay Garde authored
-
xster authored
-
xster authored
-
Michael Goderbauer authored
-
- 15 Aug, 2018 17 commits
-
-
Martin Kustermann authored
* Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" This is a re-land with downgraded `package:flutter_gallery_assets` version. * Downgrade package:flutter_gallery_assets to 0.1.4 * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix) * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
-
Jonah Williams authored
* Revert "iOS Dialog blur, brightness, and layout (#18381)" This reverts commit 21bc9f1b. * Revert "Flutter tool support for dynamic code. (#20543)" This reverts commit 25ba90aa.
-
matthew-carroll authored
Rewrote CupertinoAlertDialog to look nearly identical to an alert dialog in iOS. This includes considerations for blur, translucent white background color, button sizing, gap dividers between buttons, and text scaling layout behavior. (#18381)
-
Stanislav Baranov authored
-
Ian Hickson authored
-
Jonah Williams authored
\
-
Michael Goderbauer authored
With this change you can now create "wrapping" text fields that do not show the new line button: ```dart new TextField( maxLines: null, keyboardType: TextInputType.text, ); ```
-
Andrew Davies authored
In the event that no Dart VM's exist or are connectable, will instead await for a new Dart VM to show up. Will no longer return null when calling `getMainIsolatesByPattern`, instead returning either a list of isolates or timing out.
-
Martin Kustermann authored
Reason for revert: The package:flutter_gallery_assets has removed some images which are required for the examples/flutter_gallery, so the gallery build is failing (only discovered after landing, since gallery doesn't seem to get built during github PR presubmit checks)
-
Martin Kustermann authored
This CL * rolls `engine.version` to flutter/engine@b148e628 (which includes dart sdk 2.1.0-dev) * rolls `goldens.version` to flutter/goldens@6c45fafdf (which includes updates due to skia changes in engine) * changes `platform.dill` to `platform_strong.dill` in various places due to flutter/engine@a84b210b * adds explicit `environment: sdk: ">=2.0.0-dev.68 < 3.0.0"` constraints to `pubspec.yaml` and `pubspec.yaml.tmpl` files (since pub defaults to `<2.0.0` if omitted) * upgrades to newer versions of various 3rd party packages (to ensure transitive dependencies have `<3.0.0` sdk constraint)
-
Natalie Sampsell authored
-
Colin Rofls authored
-
xster authored
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
Jonah Williams authored
-
Todd Volkert authored
-
Greg Spencer authored
-
- 14 Aug, 2018 5 commits
-
-
Greg Spencer authored
-
leoylung authored
-
Jonah Williams authored
-
Greg Spencer authored
In certain cases, the test would fail before creating the (lazily created) compiler object, and then we'd try to call shutdown() on null in those cases. Fixes #18610
-
Jonah Williams authored
-