- 26 Sep, 2018 1 commit
-
-
xster authored
-
- 25 Sep, 2018 4 commits
-
-
Hans Muller authored
-
Dan Field authored
* Refactor of cupertino/material/widgets app * update docs * Update tests for const
-
Dan Field authored
* Make CupertinoApp and MaterialApp both use WidgetsApp for Navigator * Make CupertinoApp and MaterialApp const constructors * Make WidgetsApp routes aware * Update tests
-
- 24 Sep, 2018 1 commit
-
-
Hans Muller authored
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 22 Sep, 2018 1 commit
-
-
Ian Hickson authored
* Improve documentation and clean up code. * Remove "Note that". The phrase "note that" is basically meaningless as a prefix to an otherwise fine sentence.
-
- 14 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 2 commits
-
-
Jonah Williams authored
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 11 Sep, 2018 1 commit
-
-
Jonah Williams authored
-
- 06 Sep, 2018 2 commits
-
-
Devon Carew authored
-
liyuqian authored
The average frame time of page transitions on Moto G4 is now very close to 16ms (the last 10 measurements on our dashboard are between 15.5ms to 16.7ms and half of them are below 16ms). It is now much faster than when we disabled it (which was at about 35ms). So I think that we should be able to enable it by default. I'll leave the flag there until we implement the retained rendering to bring the frame time comfortably below 16ms. See https://github.com/flutter/flutter/issues/13736
-
- 31 Aug, 2018 2 commits
-
-
liyuqian authored
-
-
- 28 Aug, 2018 2 commits
-
-
xster authored
-
Ian Hickson authored
-
- 27 Aug, 2018 2 commits
- 24 Aug, 2018 1 commit
-
-
xster authored
-
- 23 Aug, 2018 2 commits
-
-
Hans Muller authored
-
Jonah Williams authored
-
- 22 Aug, 2018 1 commit
-
-
Will Larche authored
* [Gallery] Elevations demo. TODO: Correct icon. * [Gallery] More elevations for the elevation demo. * [Gallery] Elevation toggle for elevation demo. * [Demos] Update temp icon on elevations demo. * [Demos] Changing action icon. * [Demos] Same. * [Demos] Adding new and const. * [Demos] Reverting formatting. * [Gallery] PR Feedback.
-
- 21 Aug, 2018 1 commit
-
-
liyuqian authored
This will be needed once PhysicalShape sets the default clipBehavior to Clip.none.
-
- 19 Aug, 2018 1 commit
-
-
Mehmet Fidanboylu authored
* Allow option switches to have keys * Review comments
-
- 18 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
- 17 Aug, 2018 1 commit
-
-
TL Lee authored
<img width="273" alt="pesto_before" src="https://user-images.githubusercontent.com/13839358/43009716-64b6d726-8c0c-11e8-989a-13eaff72ccee.png"> <img width="273" alt="pesto_after" src="https://user-images.githubusercontent.com/13839358/43009717-66074a34-8c0c-11e8-92ae-f5fb4074f43a.png">
-
- 16 Aug, 2018 3 commits
- 15 Aug, 2018 5 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)
-
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
-
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
-
- 13 Aug, 2018 1 commit
-
-
Viet Do authored
Allows the cupertino picker to be scroll infinitely by adding builder.
-
- 09 Aug, 2018 2 commits
-
-
Ian Hickson authored
Somehow I forgot to say "super.tap()" when calling "tap()" on the new superclass, so it was just recursing infinitely but ended up actually crashing on the first reuse of the finder. The error was previously swallowed, I made this print it instead.
-
Natalie Sampsell authored
-
- 08 Aug, 2018 1 commit
-
-
Amir Hardon authored
-