- 06 Oct, 2017 7 commits
-
-
Zachary Anderson authored
-
P.Y. Laligand authored
Fuchsia will soon use a newer version of the Dart analysis server which Flutter code has not been adjusted for yet.
-
Alexander Aprelev authored
* Add hotReloadInitialDevFSSyncMilliseconds to track how long user have to wait before being able to do first reload. This stat is significantly different between existing and preview-dart-2 setting (for the latter, this stat is ~3x slower: 13s vs ~4s). * Remove ws * Cleanup timer-related code
-
gspencergoog authored
This updates the bottom navigation bar to be able to handle more general widgets in the place of the label in the bottom navigation bar, so that Text with a textScaleFactor larger than 1.0 will behave nicely in a bottom navigation bar. It also means that other widgets given instead of a Text widget for the label will work more predictably. I also vastly simplified the layout logic, eliminating many computations that were not needed, and refactored the build function to use a separate private navigation tile widget. Also, the color splash animations were coming from the wrong location (they were coming from far to the right of the touched widget), so that works as specified now.
-
Iiro Krankka authored
Change PageController#nextPage & #previousPage methods to return Future when the animation completes. (#12299) * Changed PageController #nextPage & #previousPage to return a Future after completing. * Removed false statement about returning a Future in PageController#jumpToPage * Added tests to make sure nextPage & previousPage return Futures. * Tested that the Futures returned by nextPage & previousPage actually resolve. * Renaming *pageCalled to *pageCompleted, since that's what it's actually for.
-
Alexander Aprelev authored
* Force upgrade update packages with improved update process. * Update packages * Revert "Update packages" This reverts commit a37de26d3f4f7f5a15746ff791002625faa3d3c0.
-
Yegor authored
* formatYear * localize date picker * tests * clean-ups * address comments
-
- 05 Oct, 2017 10 commits
-
-
krisgiesing authored
-
stevemessick authored
* Generate Android framework config * Fix templates * Moar templates fixing * Minor tweaking
-
jcollins-g authored
-
Adam Barth authored
Fixes #11930
-
Ian Hickson authored
-
Yegor authored
* optimize ThemeData: make it monomorphic, memoize result * address comments * RLU cache; fix text theme merging * use FIFO cache for ThemeData; use HashMap to store inherited widgets * address comments
-
Chris Bracken authored
Eliminates Invocation.typeArguments override recently introduced and removed in upstream Dart SDK commit: https://dart-review.googlesource.com/c/sdk/+/10702
-
Alexander Aprelev authored
-
Ryan Macnak authored
Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406) This reverts commit 90028813. This change caused a few bots to fail with 'JSON-RPC error 110: Extension error', which is odd because _getUnusedChangesInLastReload is not an extension.
-
- 04 Oct, 2017 6 commits
-
-
Ryan Macnak authored
When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)
-
Ryan Macnak authored
-
Ryan Macnak authored
-
Michael Goderbauer authored
* Make TabBarView/PageView accessible * review fedback
-
Chris Bracken authored
-
Chris Bracken authored
-
- 03 Oct, 2017 11 commits
-
-
Devon Carew authored
* update the intellij doctor check to support the m18 plugin version * update to support multiple package names
-
Ian Hickson authored
Documentation changes, and, in particular, the ability to lerp from and to any decoration by lerping via null.
-
stevemessick authored
-
Michael Goderbauer authored
-
Alexander Markov authored
Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219) This CL introduces 2 hidden options to 'flutter build aot' and 'flutter run' for passing arbitrary arguments to front-end server and to gen_snapshot tool when building and running flutter app in --profile or --release modes. The ability to pass arbitrary options simplifies various experiments, as it removes the need to change defaults and rebuild flutter engine for every tested configuration.
-
Hans Muller authored
-
Michael Goderbauer authored
* Drop invisible SemanticsNodes from tree A node is invisible if it is outside of the bounds of the screen and if it is not merged into its (partially) visible parent. Also in this PR: only set `wasAffectedByClip` to true if the nodes has actually been clipped. * Fix other failing tests * renaming * review feedback * more doc
-
Adam Barth authored
Previously, we used `Alignment`, which was difficult to understand. Now, we just use an `Offset` scaled to the child's size, which is much easier to understand.
-
Adam Barth authored
These now act the way they used to act if both operands are FractionalOffsets. Once you mix in some other AlignmentGeometry objects, everything gets converted to the AlignmentGeometry coordinate system.
-
Ian Hickson authored
FlutterLogoDecoration should defer to Decoration for what to do when it doesn't know how to lerp to/from another kind of decoration.
-
Ian Hickson authored
I'm about to add the BoxBorder and BorderDirectional classes to this new file, but figured it would make review easier if the move of the existing class happened first.
-
- 02 Oct, 2017 6 commits
-
-
Alex authored
-
Alexander Aprelev authored
This reverts commit f6fe8dc7. This breaks coverage test https://travis-ci.org/flutter/flutter/jobs/282472585
-
Michael Goderbauer authored
-
Alexander Aprelev authored
* Roll engine * Pick up updated engine with analyzer fix * Add new typeArguments override * Update engine dep * Up dartdoc version to fix name resolution issues
-
gspencergoog authored
* Add framework-side support for system text scale factor. * Rolling engine to e3404b81a53ba3180c7623a6f2190ebb28518f30 Additional changes rolled in with engine change: libtxt: implementation of GetRectsForRange that processes a line at a time - e3404b8 Provide an entropy source to the Dart engine (#4161) - e1aa867 libtxt: search for fallback fonts that can match emoji and CJK characters - 8061df1 Roll skia to e4679fa06a. (#4157) - 267e7a8 Update buildroot to 53fea9aebbcc39c6522731471a1a45960ee0685e (#4160) - 02ea7ae Revert engine Dart roll. (#4158) - 14aab33 Add support for system text scale factor. (#4124) - b2a7f4b Include _http into sky_engine libraries for analyzer (#4154) - b930f10 libtxt: Remove postprocess_line and improve tracking of X offsets - 86f95f0 libtxt: remove redundant line_widths (#4152) - 14bf515 Roll dart to ade37f931e90b0fdb8fe16d6bf6f089545da55b6 (#4151) - 6f1264f
-
Ian Hickson authored
Reorder the code, remove some redundant documentation, improve the interpolation logic.
-