- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Apr, 2021 1 commit
-
-
Chinmoy authored
This change prevents DataRow from being enabled when onSelectChanged is null.
-
- 17 Feb, 2021 1 commit
-
-
Chinmoy authored
-
- 11 Feb, 2021 1 commit
-
-
Rashid-Khabeer authored
-
- 01 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 Oct, 2020 1 commit
-
-
Per Classon authored
[Material] Parent checkbox in DataTable should deselect all, if children checkboxes are disabled or selected (#67938)
-
- 12 Oct, 2020 1 commit
-
-
Per Classon authored
-
- 09 Oct, 2020 2 commits
-
-
Per Classon authored
* Add tristate to parent checkbox for DataTable to follow Material specifications
-
Per Classon authored
* Add decoration parameter to DataTable and DataTableTheme
-
- 08 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Oct, 2020 1 commit
-
-
Darren Austin authored
Migrate Material framework tests to null safety.
-
- 10 Sep, 2020 1 commit
-
-
Per Classon authored
-
- 08 Sep, 2020 1 commit
-
-
Per Classon authored
This reverts commit cb4b8677.
-
- 02 Sep, 2020 1 commit
-
-
Per Classon authored
-
- 13 Aug, 2020 1 commit
-
-
Wikiwix authored
* Fix sort indicator for DataTables As per material spec ascending order should be shown via an upward arrow This commit changes the displayed arrows accordingly. * Test sort indicator orientation in DataTable
-
- 07 Jul, 2020 1 commit
-
-
Per Classon authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 13 Mar, 2020 1 commit
-
-
Tong Mu authored
* Change onSort and add tests * Add doc * Regression test * Remove if (true) * Make test clearer * Clearer comment
-
- 24 Feb, 2020 1 commit
-
-
Dmitry Ratushnyy authored
-
- 06 Jan, 2020 1 commit
-
-
Ben Konyi authored
`showCheckboxColumn` will determine whether or not selectable rows in DateTable or PaginatedDataTable will contain a leading CheckBox.
-
- 16 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 20 Jun, 2019 1 commit
-
-
Shi-Hao Hong authored
* Custom dataRowHeight for DataTable and PaginatedDataTable * Custom headingRowHeight for DataTable and PaginatedDataTable
-
- 19 Jun, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add optional horizontalMargin and columnSpacing properties to DataTable * Add horizontalMargin and columnSpacing tests for DataTable and PaginatedDataTable
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 12 Feb, 2019 1 commit
-
-
KyleWong authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Dec, 2017 1 commit
-
-
Ian Hickson authored
Prevent header from thinking it can wrap and then overflowing. Fix default footer string which lost its colon (localized values are fine). Make the "rows per page" drop-down include at least one value even when the table lacks many items. (Previously it would assert if your table was too short.) Make the footer scrollable. Fix some todos and improve some debug output. Tests for much of the above.
-
- 07 Apr, 2017 1 commit
-
-
Ian Hickson authored
Aggressively apply the const lint.
-
- 13 Mar, 2017 1 commit
-
-
Ian Hickson authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 08 Feb, 2017 2 commits
-
-
Chris Bracken authored
This reverts commit ea21d0c5 which didn't resolve the pagination control overflow issue. Commit 7425940d replaces this as an alternate workaround. Once flutter/flutter#7980 is resolved, we should revert 7425940d and scroll instead.
-
Ian Hickson authored
The Ahem font has a much wider average text width than most fonts.
-