- 23 Aug, 2018 12 commits
-
-
Hans Muller authored
-
Jonah Williams authored
-
amirh authored
-
Janice Collins authored
* Strip upstream from footer * cleanup (readd accidentally deleted whitespace)
-
Viet Do authored
add cupertino localizations abstract class and the default cupertino localizations in US English.
-
Günter Zöchbauer authored
fixes #20940
-
Jonah Williams authored
Create flutter_driver infra for testing the Android AccessibilityNodeInfo generated by Flutter (#19700)
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
amirh authored
-
asiva authored
This includes the following changes c62248bdd Roll src/third_party/skia 82cf64a0d317..33d5394d08f6 (14 commits) (#6068) b0fb3e660 Roll src/third_party/skia 96597c22c344..82cf64a0d317 (12 commits) (#6067) ea8b949a7 Roll src/third_party/skia 4d727c560b58..96597c22c344 (27 commits) (#6066) 4fde39583 Roll Dart to version ccb16f72824374163562364bf19dd18e8a882fab (#6065) 140a5b757 Alllow access to Flutter engine, Dart & Skia versions in the Shell API. (#6060)
-
asiva authored
Contains the following changes: 4fde39583 Roll Dart to version ccb16f72824374163562364bf19dd18e8a882fab (#6065) 140a5b757 Alllow access to Flutter engine, Dart & Skia versions in the Shell API. (#6060)
-
Jonah Williams authored
-
- 22 Aug, 2018 8 commits
-
-
Jonah Williams authored
-
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.
-
sir-boformer authored
Tabs are now padded by 16.0 on the left and right (used to be 12.0).
-
amirh authored
The team captain wins the arena on behalf of the team. When any of the team members claims victory for the arena the captain accepts the gesture. This is used when embeddeding platform views - we allow configuring a set of gestures that should be forwarded to the platform view. We add the set of gesture recognizers to a GestureArenaTeam with a captain, and if the captain accepts the gesture we forward it to the platform view.
-
liyuqian authored
This fixes #20483 by letting InkWell do its own clipping. PathOp.intersect is not used because we have too many unit tests that rely on clipping (e.g., paints..clipXXX()..drawCircle()) The goldens are updated due to small AA changes of the additional clipPath.
-
Danny Tuppeny authored
This test is sometimes flaky (#20822) because the two processes try to stop the same app. This fix changes to just gracefully terminate the attach process without explicitly trying to stop and then uses the original spawning process to stop the app. I can't repro the flake locally to be certain, but I've verified only one stop command is sent now so it *should* be good.
-
Danny Tuppeny authored
Due to CPU contention we've seen these go really slow on Cirrus (see https://github.com/flutter/flutter/issues/19542#issuecomment-414265152), and there's also a chance our flakes are timeouts due to running slow rather than hanging.
-
Hans Muller authored
BottomNavigationBar's state needs to update _backgroundColor when its configuration changes.
-
- 21 Aug, 2018 13 commits
-
-
Ian Hickson authored
- remove an //ignore that is no longer needed - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient) - add some asserts to help track down bugs quicker - update a TODO to point to the currently relevant bug - fix some indenting - improve the naming of some privates to improve readability
-
Ian Hickson authored
* Track number of package dependencies in Flutter Relands #20774. * Use evalFlutter instead of startProcess. That way we don't need `flutter` on the PATH.
-
Ian Hickson authored
Fixes the pattern for some TODOs to match our style guide. (Also, a couple of minor code order fixes.)
-
leoylung authored
Require componentName to ensure assets are placed under /pkg/data/<component-name>
-
liyuqian authored
This will be needed once PhysicalShape sets the default clipBehavior to Clip.none.
-
Danny Tuppeny authored
* Don't keep parsing results once we've had the event we expected * Report errors if an app.stop event is received while waiting for another event * Don't throw if we see app.stop event when we've just sent an app.stop request * Improve debug print to include --start-paused if being used * Improve wrapping
-
Devon Carew authored
* add a --use-cfe option to flutter analyze * useCFE ==> useCfe
-
ebeem authored
* Add ability to set collapse mode in flexible space bar * Add tests to collapse mode in flexible space bar * Fix minor style nit * Fix getting collapse mode does not handle unknown values * Change const key to final in space bar collapse mode test * Return null collapse padding if mode is unknown
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
JustWe authored
-
engine-flutter-autoroll authored
Auto-roller completed checks. Merging.
-
Ian Hickson authored
If //ignore is bad, ignoring something for a whole file is presumably worse.
-
Zach Anderson authored
-
- 20 Aug, 2018 7 commits
-
-
liyuqian authored
For #20483
-
Amir Hardon authored
The tool was failing if we had 2 separate non-canonical paths to the same canonical paths.
-
Amir Hardon authored
flutter_tools cannot depend on flutter_goldens (as flutter_goldens depdends on the Flutter sdk), so this commit splits client.dart from flutter_goldens to a pure-dart flutter_goldens_client package.
-
Amir Hardon authored
-
Amir Hardon authored
The test places an embedded Android view at the top left, and verifies that motion events that get to FlutterView are equivalent to the synthesized motion events that gets to the embedded view. See the README.md for more high level details.
-
Ian Hickson authored
* `flutter analyze` cleanup * Make `--dartdocs` work in all modes. * Make `analyze-sample-code.dart` more resilient. * Add a test for `analyze-sample-code.dart`. * Minor cleanup in related code and files. * Apply review comments * Fix tests
-
Hans Muller authored
-