- 19 Mar, 2018 11 commits
-
-
Alexander Aprelev authored
* With dart being default, move preview_dart_2 tests to dart1. * Swap out defaults for preview-dart-2 option in tests. Make dart1 explicit * Move suffix around * Rename files
-
Matan Lurey authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/15361
-
Alexander Aprelev authored
* Use uris for hot reload invalidation. * Clean up unneccessary conversions * add final. * Revert sample change
-
Jonah Williams authored
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/pull/15537 to make dart1 coverage test happy.
-
Yegor authored
* a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check * update accessibility test framework - default nextNodeId/previousNodeId to -1 - stop treating null as opt-out from value testing - add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message - fix a small bug with raw string escaping - update all tests accordingly * fix sortKey doc * prefer const over final
-
Ian Hickson authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/15410
-
Ian Hickson authored
- 17 Mar, 2018 10 commits
-
-
xster authored
-
Alexander Aprelev authored
* Revert "Revert "Reland pass filesystem options (#15622)" (#15651)" This reverts commit 0f3eada0. * Fix for windows failing test * !isEmpty -> isNotEmpty
-
Jonah Williams authored
* fail ios workflow when simctl does not work * missed rename commit * address comments
-
Chris Bracken authored
Includes: * Roll Dart to f1ebe2bd5cfcb6b522e5b4fd406cdabb1a2d2091. (#4805)
-
Alexander Aprelev authored
This reverts commit bbcf55a5 as it breaks hot reload on Windows.
-
Alexander Aprelev authored
* Revert "Revert "Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592)" (#15621)" This reverts commit c663e336. * Check whether filesystem-root is emtpy. * Restore broken merge * Fix windows test * Adjust regex in test. Invalidate files by file path.
-
Chris Bracken authored
Includes: * [fuchsia] Updated scenic fidl prefix (flutter/engine#4798) * Cache render buffer extents when no depth/stencil buffer (flutter/engine#4801) * Eliminate iOS depth/stencil buffer code (flutter/engine#4802) * [fuchsia] Adapt to FIDL1 VectorPtr API (flutter/engine#4804)
-
Chris Bracken authored
Includes: * Provide lookup key to access Flutter assets in the APK (flutter/engine#4785) * Roll skia and update licenses (flutter/engine#4797) * libtxt: retain hard line breaks when calculating maxIntrinsicWidth (flutter/engine#4796)
-
Alexander Aprelev authored
Running test coverage in dart2 mode runs over allocated timeslot on bots.
-
Jason Simmons authored
-
- 16 Mar, 2018 12 commits
-
-
Siva authored
* Fix strong mode error in platform_channel/main.dart * Addres code review comments.
-
Jason Simmons authored
-
Vyacheslav Egorov authored
-
Alexander Aprelev authored
Revert "Pass filesystem-root, filesystem-scheme options through `flutter run, build` and gradle. (#15592)" (#15621) This reverts commit 0f659fb1 as it breaks bin/tasks/gradle_plugin_test.dart.
-
Alexander Aprelev authored
* Pass filesystem-root, filesystem-scheme options through flutter run/build/gradle.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/15037
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
Get to green build.
-
Nicholas Rebhun authored
-
Hans Muller authored
-
David Shuckerow authored
* Add support to move the fab between positions. * Motion demo for the FAB works between center and end floating. * Add a Material curve to the offset animation. * Move the fab position into an object * Updates to docs * Updates to docs * Fix a lint on the bottom sheet type * Add a ScaffoldGeometry class * Improve the documentation * Improve the documentation * Add a fab motion animator * Add position and scale animations * FAB entrance and motion animations work * Get started on FAB motion * Make fab animation work properly. * Change the fab animator to be stored in the state of the scaffold. * Add a layout test * Fix spacing being off * Fix the entrance/exit animation test. * Add a textDirection to the layout delegate. * Fix const constructor lint checks * Add toStrings for the fab positioner/animator * Add a toString for CurveTween * Change the fab motion demo icon to a simple add icon. * Add tests and a custom fab positioner to the demo. * Do not start the fab's motion animation when the fab is null. * Adjust the code to pass the new tests. * Rename for in response to Hans' comment. * Revert the tabs fab demo * Use timeDilation, and clean up the animation code a little. * Clean up the prelayout geometry docs and ctr order * Cleanup fab transition widget code * Clean up comments on Scaffold, add cross-references between the two geometries * Explain the fab motion animation scheduling better * Add a const to the fab motion demo * Make the fab animation never jank by keeping track of where to move the fab to in the future. * Add a default fab positioner constant * Add space after comma in the demo * Add boilerplate dartdoc to all const constructors * Comment improvement * Rename 'fabSize' to 'floatingActionButtonSize' * Rename 'fabSize' to 'floatingActionButtonSize' * Rename 'fabSize' to 'floatingActionButtonSize' * Clean up the prelayout geometry object's dartdoc * Clean up the prelayout geometry object's dartdoc * Remove extraneous comment * Change possessive uses of Scaffold's to use dartdoc-compatible [Scaffold]'s * Rename the horizontalFabPadding to an expansion * Clean up controller cleanup and setState usage * Animate instead of lerp * Make the fab position animation use offsets instead of animations * Streamline the fab motion demo * Set up the animator to start from a reasonable place when interrupting animations. * Doc cleanup on the new animation interruption * Expand some uses of fab and clean up constants * Expand remaining public uses of fab to floating action button * Expand remaining public uses of fab to floating action button * Expand on the documentation for the fab positioner and animator * Refactor animations to broadcast the position properly. * Add the ability to turn on and off the fab to the motion demo. * Remove unused code * Change the fab animator to animate even when the fab is exitting. * Remove extra positioner. * Apps -> Applications in docs * Explain the scale animation. * Name the child parameter in the animated builder * RTL before LTR * Wrap the AppBar in the example code * const the fab motion demo name * Start a test against animation jumps * Test for jumps in the fab motion animation * Dont initialize values to null * Use constants, fix spacing from some of Hans' comments * Clarify the relationship between fab positioners and prelayout geometries * Explain the fab animmator a bit better * Explain the animation progress in the fab animation * Explain the animation restart better * Explain the animation restart better * Explain the prelayout geometry better * Explain that height is a vertical distance. * Explain the horizontal fab padding * Update the scaffold size description to explain what happens when a wild keyboard appears * Remove print statements * Update the scaffold geometry with information about it being available at paint time. * In one step of a transition * Explain how the top-start fab positioner works * Explain how the top-start fab positioner works * Refactor the scaffold layout to just pass a padding instead of a bottom, top, start and end. * Refactor the scaffold layout to just pass a padding instead of a bottom, top, start and end. * Action buttons with with custom positioners. * Add a rotation animation example. * Use a swap animation to show swapping between two different animations. * Use a swap animation to show swapping between two different animations. * Add an example for the size animations. * 2018 copyright * Extra empty line * Return new Scaffold * Extra blank line fix * All its contents have been laid out * Position the fab * Explain what the scaffold geometry is for. * Move asserts to different lines * The scaffoldsize will not * Initial rename of FabPositioners to FloatingActionButtonLocation * Rename comments in example to refer to location instead of positioner. * Rename fabpositioner to location in tests and in the scaffold field * Finish removing references to positioner in scaffold code. * Split the fab location and animation out into a separate file. * Make things more private * Import foundation instead of meta * Const curve instead of final.
-
- 15 Mar, 2018 6 commits
-
-
Hans Muller authored
-
Keerti Parthasarathy authored
* Do not encode the server port in the test file * revert formatting * add back ignore * add a default value to serverPort * address comments
-
Siva authored
- picks up dart change to introduce multi root file system for use in google3 builds
-
Vyacheslav Egorov authored
* Upgrade packages to pull in newest petitparser with Dart 2 fixes. * Don't allow Dart 2 failures. * Address new lints discovered by updated analyzer.
-
Siva authored
* iupdate engine version to 141176b9004d7b01325629fd45b2ef61b0d00251 * update engine version to f192c59d76c0afe63f2290c3ed76061f00c77cc7 This rolls dart to version 0175f24b2549732d0010708988fd328440c3f956 * Move dart 2 tests back to optional section to allow debugging of a new regression in the petitParser package. * Update
-
xster authored
-
- 14 Mar, 2018 1 commit
-
-
Marcin Urbański authored
Actual text: "Tab 2 of $3" Expected text: "Tab 2 of 3"
-