- 17 Sep, 2019 1 commit
-
-
Kate Lovett authored
-
- 05 Sep, 2019 1 commit
-
-
Ian Hickson authored
* Minor improvements to framework documentation. * maybePop documentation fix * Mark some flutter_test arguments required. Without these set, we get a crash. * Minor correction to ListView docs
-
- 21 Aug, 2019 1 commit
-
-
LongCatIsLooong authored
-
- 19 Jul, 2019 1 commit
-
-
Kate Lovett authored
Fixes the hasScrollBody flag not accounting for child size. Adds the ability to specify over-scroll behavior.
-
- 14 Jun, 2019 1 commit
-
-
Kate Lovett authored
* WIP * Fixing nested scroll view tests * Fixing nested scroll view tests * Fixing nested scroll view tests * WIP * Added flag for SliverFillRemaining * Clean up * Review * Reverted nested scroll view tests * Updating tests * Updated for overscroll behavior
-
- 14 May, 2019 1 commit
-
-
Efthymis Sarmpanis authored
Add a more meaningful message to the assertion on children property of MultiChildRenderObjectWidget and SliverChildListDelegate. (#32487)
-
- 03 May, 2019 1 commit
-
-
chunhtai authored
-
- 01 May, 2019 1 commit
-
-
Jacob Richman authored
Make FlutterError objects more structured so they can be displayed better in debugging tools such as Dart DevTools.
-
- 23 Apr, 2019 1 commit
-
- 22 Apr, 2019 1 commit
-
-
chunhtai authored
-
- 11 Apr, 2019 1 commit
-
-
Dan Field authored
Credit to @ymback
-
- 03 Apr, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some formatting issues * address review comments * fix indent
-
- 28 Feb, 2019 1 commit
-
-
Greg Spencer authored
Fix the spelling errors in the dartdocs for the framework. There are no functionality changes here, just documentation fixes.
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 Feb, 2019 1 commit
-
-
Todd Volkert authored
This reverts commit 1d93e924.
-
- 13 Feb, 2019 1 commit
-
-
Ian Hickson authored
In particular, make debugVisitOnstageChildren only work in debug mode, and add documentation.
-
- 17 Jan, 2019 1 commit
-
-
Gazihan Alankus authored
-
- 18 Dec, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Nov, 2018 1 commit
-
-
jslavitz authored
* sliver separation and test
-
- 15 Nov, 2018 1 commit
-
-
Justin McCandless authored
* Handle a missing ListView separator as an error * Handle missing item, and errors in itemBuilder and separatorBuilder * CR fixes and move error handling into sliver.dart to handle all ListView constructors * Only show an error for null separatorBuilder value in debug mode
-
- 08 Nov, 2018 1 commit
-
-
Greg Spencer authored
This converts existing ## Sample code samples to {@tool sample}...{@end-tool} form. Also: 1. Fixed a minor bug in analyze-sample-code.dart 2. Made the snippet tool only insert descriptions if the description is non-empty. 3. Moved the Card diagram to before the code sample.
-
- 25 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 09 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 22 Sep, 2018 1 commit
-
-
Ian Hickson authored
* Improve documentation and clean up code. * Remove "Note that". The phrase "note that" is basically meaningless as a prefix to an otherwise fine sentence.
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 11 Sep, 2018 1 commit
-
-
Dan Field authored
* Ensure that the _childElements map is properly traversed as a sparse list and not inflated with garbage collected children. * Add tests to ensure Lists/Tabs with KeepAlive children can make large jumps, don't lose children (including after rebuild).
-
- 07 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* lint unnecessary_new on samples * fix tests
-
- 16 Aug, 2018 1 commit
-
-
xster authored
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 May, 2018 1 commit
-
-
ng1905 authored
-
- 04 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 19 Apr, 2018 1 commit
-
-
Michael Goderbauer authored
Fixes #14590.
-
- 20 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Mar, 2018 1 commit
-
-
Jason Simmons authored
-
- 05 Feb, 2018 1 commit
-
-
Ian Hickson authored
* Fix scrolling of multiple SliverLists and SliverGrids * Update sliver_fixed_extent_list.dart * Update sliver_grid.dart
-
- 17 Nov, 2017 1 commit
-
-
Greg Spencer authored
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once. This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
-
- 31 Oct, 2017 1 commit
-
-
Yegor authored
* fix miscellaneous typos in dartdocs * moar typos
-
- 25 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_const_constructors_in_immutables * remove LabeledGlobalKey._
-