- 28 Apr, 2016 1 commit
-
-
Hans Muller authored
-
- 27 Apr, 2016 5 commits
-
-
Adam Barth authored
Rather that importing `package:newton/newton.dart` you can `import package:flutter/physics.dart`. Fixes #2441
-
Ian Hickson authored
-
Hans Muller authored
* Fixed TimePicker crash and added tests * Fixed TimePicker crash and added tests * fixed a Lint-O
-
Adam Barth authored
-
Adam Barth authored
This patch adds an option to Scaffold to disable resizing the body to avoid the window padding. This lets developers create layouts that are stable when the keyboard overlays the app. Fixes #3565
-
- 26 Apr, 2016 2 commits
-
-
Adam Barth authored
We had a math-o. Fixes #3563
-
Adam Barth authored
Fixes #3186
-
- 25 Apr, 2016 1 commit
-
-
Hans Muller authored
-
- 24 Apr, 2016 1 commit
-
-
Adam Barth authored
A flow layout is optimized for reposition children with transformation matrices. A flow layout can animate the position of its children very efficiently.
-
- 22 Apr, 2016 5 commits
-
-
Adam Barth authored
Fixes #3501
-
Adam Barth authored
We don't need this assert anyway.
-
Adam Barth authored
This reverts commit 161f945e. This patch caused a number of regressions. Fixes #3497
-
Hans Muller authored
* Refactored MaterialApp
-
Hans Muller authored
* Remove IconThemeData.clampedOpacity
-
- 21 Apr, 2016 4 commits
-
-
Matt Perry authored
Also simplify handle drawing. All 3 cases are the same, just rotated. Also fix selection changes on iOS.
-
Matt Perry authored
Only partially works. Editing the selected text doesn't work very well, which probably will require engine changes. Currently only draws the selected text and allows you to manipulate the selection with draggable selection handles.
-
Hans Muller authored
* Gallery Smoke Test
-
Adam Barth authored
Prior to this patch, we were pushing two frames each time the cursor blinked. In turning the cursor on or off, the markNeedsPaint call was triggering another frame to be scheduled because we cleared a bit in the scheduler at the beginning of the frame instead of at the end of the frame. To implement scheduling correctly, we actually need two bits: one for ensureVisualUpdate, which just promises to get to the end of the pipeline soon, and scheduleFrame, which promises to get to the beginning of the pipeline soon.
-
- 20 Apr, 2016 4 commits
-
-
Hans Muller authored
* Make IconButtons as big as possible
-
Ian Hickson authored
The 'routes' table is a point of confusion with new developers. By providing a 'home' argument that sets the '/' route, we can delay the point at which we teach developers about 'routes' until the point where they want to have a second route.
-
Viktor Lidholt authored
* Gallery code snippets now analyzed
-
Ian Hickson authored
...so that people don't think it's for Row.
-
- 19 Apr, 2016 1 commit
-
-
Hans Muller authored
* Remove Scaffold scrollable_key demo usage
-
- 16 Apr, 2016 1 commit
-
-
Hans Muller authored
-
- 15 Apr, 2016 2 commits
-
-
Ian Hickson authored
+ Add new demo to gallery to show data tables. (This currently doesn't use a Card; I'll create a Card version in a subsequent patch.) + Fix checkbox alignment. It now centers in its box regardless. + Add Colors.black54. + Some minor fixes to dartdocs. + DataTable, DataColumn, DataRow, DataCell + RowInkWell + Augment dartdocs of materia/debug.dart. + DropDownButtonHideUnderline to hide the underline in a drop-down when used in a DataTable. + Add new capabilities to InkResponse to support RowInkWell. + Augment dartdocs of materia/material.dart. + Add an assert to catch nested Blocks. + Fix a crash in RenderBox when you remove an object and an ancestor used its baseline. (https://github.com/flutter/flutter/issues/2874) + Fix (and redocument) RenderBaseline/Baseline. + Add flex support to IntrinsicColumnWidth. + Document more stuff on the RenderTable side. + Fix a bug with parentData handling on RenderTable children. + Completely rewrite the column width computations. The old logic made no sense at all. + Add dartdocs to widgets/debug.dart. + Add a toString for TableRow.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/3363
-
- 14 Apr, 2016 1 commit
-
-
Ian Hickson authored
-
- 13 Apr, 2016 3 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
...by adding tests to our examples that don't import flutter_test, which pins the relevant dependencies. Also, provide more information when complaining about leaked transient callbacks in tests. Also, make tests display full information when they have an exception, by bypassing the throttling we have for Android logging in tests. Also, make the word wrapping not wrap stack traces if they happen to be included in exception output. Also, fix a leaked transient callback in the checkbox code.
-
Devon Carew authored
-
- 12 Apr, 2016 5 commits
-
-
Adam Barth authored
-
Devon Carew authored
* styles updates for the api docs * update library docs * use the new --favion and --use-categories options for dartdoc
-
Adam Barth authored
Also fill in some related dartdocs.
-
Adam Barth authored
Now past halfway though material.dart by files.
-
Hans Muller authored
* ClampOverscrolls Inherited Widget
-
- 09 Apr, 2016 1 commit
-
-
Hans Muller authored
* Remove ScrollableListPainter
-
- 08 Apr, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
* Added OverscrollIndicator, removed OverscrollIndicatorPainter
-
Adam Barth authored
We need to listen to the Scaffold's animation so that we rebuild every time it ticks so that we can drive our animations.
-