- 31 Jul, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 30 Jul, 2017 1 commit
-
-
Devon Carew authored
* add a profile() method * add todos
-
- 28 Jul, 2017 6 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
...and break the navigator<->routes circular dependency. This is a step towards fixing https://github.com/flutter/flutter/issues/9577 but doesn't yet do so.
-
Yegor authored
-
Yegor Jbanov authored
-
Yegor Jbanov authored
-
Todd Volkert authored
Fixes #11327
-
- 27 Jul, 2017 6 commits
-
-
Devon Carew authored
This reverts commit 4b4cabb7.
-
Devon Carew authored
* fire service protocol extension events for frames * start time in micros * introduce a profile() function; only send frame events when in profile (or debug) modes * moved the profile() function to foundation/profile.dart * refactor to make the change more testable; test the change * fire service protocol events by listening to onFrameInfo * remove the frame event stream; add a devicelab test * remove a todo * final
-
Jason Simmons authored
The output location of gen_snapshot differs based on the engine's target platform, and we don't know the target platform when building a platform-independent FLX in JIT mode.
-
Ian Hickson authored
It was 8.0. It's now arbitrarily 18.0. Changing this required adjusting some tests. Adjusting the tests required debugging the tests. Debugging the tests required some tools to help debugging gesture recognizers and gesture arenas, so I added some. It also required updating some toString() methods which resulted in some changes to the tree diagnostics logic. Also I cleaned up some docs while I was at it.
-
Devon Carew authored
* remove the flutter view cache; fix the ability to quit the app after a full restart * improve test * update test
-
Jason Simmons authored
-
- 26 Jul, 2017 1 commit
-
-
Devon Carew authored
-
- 25 Jul, 2017 2 commits
-
-
Jason Simmons authored
-
Jacob Richman authored
Refactor RenderObject.toStringDeep and Widget.toStringDeep code to use DiagnosticsNode.
-
- 24 Jul, 2017 3 commits
-
-
Jason Simmons authored
-
Michael Goderbauer authored
This reverts commit bc4a3f17.
-
Ian Hickson authored
-
- 22 Jul, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Support automaticallyImplyLeading param in AppBar * Review fixes * fix review comments
-
- 21 Jul, 2017 11 commits
-
-
Devon Carew authored
* ignore postpauseevents when reloading * Update run_hot.dart comment changes to kick the appveyor bot
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/11323
-
Ian Hickson authored
Mainly, this adds documentation to members that were previously lacking documentation. It also adds a big block of documentation about improving performance of widgets. This also removes some references to package:collection and adds global setEquals and listEquals methods in foundation that we can use. (setEquals in particular should be much faster than the package:collection equivalent, though both should be faster as they avoid allocating new objects.) All remaining references now qualify the import so we know what our remaining dependencies are. Also lots of code reordering in Flutter driver to make the code consistent and apply the style guide more thoroughly.
-
Collin Jackson authored
* Fix physics with NestedScrollView * Review feedback
-
Ian Hickson authored
* Optimise AnimatedSize for the tight case. * Remove `default` from a switch statement over enum (so that analyzer will complain if we add enum values). * Adopt the Size since we use it after the child may have changed (which would throw normally). * AnimatedCrossFade.layoutBuilder
-
Phil Quitslund authored
* Flutter create widget test template. Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test. * Generate widget test bits in flutter create. * Path fix. * Added types. * Skip shell testing on windows. * formatting fixes * Update test sample to test the sample app. * Formatting tweak.
-
Phil Quitslund authored
-
gspencergoog authored
* Prefix and Suffix support for TextFields * Adding Tests * Removing spurious newline. * Fixing a small problem with the test * Code review changes * Code Review Changes * Review Changes * Export the new StrokeJoin enum * Added example for line styles, and enabled line join styles. * Reverting inadvertent change to main.dart. * Updated due to code review of engine code * Removed example. * Added arguments to named routes, with test. * Fixing some formatting * Fixing Navigator.pop for named routes. * Fixing comment. * Simplifying test. * Fixing new -> const for Text object. * Tiny text change (also to kick a new Travis build) * Added a more realistic test case. * Reverting unintentional iml changes. * Fixing trailing newline * Removing some changes that snuck in.
-
xster authored
Extract common text selection overlay logic from Material to Widget and create a Cupertino version of the overlays
-
Devon Carew authored
-
Jason Simmons authored
This is similar to an optimization done in PhysicalModelLayer::Paint in the engine
-
- 20 Jul, 2017 7 commits
-
-
Ian Hickson authored
This reverts commit e13e7806. Turns out that with this patch, we aren't actually catching all errors. For example, `flutter analyze --flutter-repo --watch` didn't report errors in `dev/devicelab/test/adb_test.dart`.
-
Michael Goderbauer authored
* fix sample code * review comments * review comments * document other members for extra bonus points
-
Mary authored
* adds inactiveColor and showThumb to Slider * add customizable color and showThumb tests * remove showThumb, add negative tests
-
Todd Volkert authored
-
Carlo Bernaschina authored
Fixes https://github.com/flutter/flutter/issues/11314
-
Ian Hickson authored
-
Jason Simmons authored
Create one listener that merges the leading and trailing glow controllers and use it in each paint (#11311) If a new listener is created for each paint, then the leading and trailing controllers will accumulate and invoke a list of all those listeners
-