- 22 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 20 Jan, 2021 1 commit
-
-
Hans Muller authored
-
- 14 Jan, 2021 1 commit
-
-
xubaolin authored
-
- 13 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 01 Dec, 2020 1 commit
-
-
xubaolin authored
-
- 20 Nov, 2020 1 commit
-
-
Greg Spencer authored
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
-
- 14 Oct, 2020 1 commit
-
-
Albert Wolszon authored
-
- 13 Oct, 2020 1 commit
-
-
Darren Austin authored
* Migrate more Material framework tests to null safety.
-
- 05 Oct, 2020 1 commit
-
-
Kate Lovett authored
-
- 24 Sep, 2020 1 commit
-
-
Yash Johri authored
-
- 10 Sep, 2020 1 commit
-
-
Hans Muller authored
This reverts commit adc5f26b.
-
- 08 Sep, 2020 1 commit
-
-
Hans Muller authored
-
- 04 Sep, 2020 1 commit
-
-
Zachary Anderson authored
This reverts commit 48f1a0a8.
-
- 03 Sep, 2020 1 commit
-
-
Kate Lovett authored
-
- 20 Aug, 2020 1 commit
-
-
Kate Lovett authored
-
- 13 Jul, 2020 1 commit
-
-
rami-a authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 22 Apr, 2020 1 commit
-
-
Kate Lovett authored
-
- 17 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
* Remove SnackBar floating flag, making the offset fix the only behavior * Remove rest of code that contians references to Scaffold.shouldSnackBarIgnoreFABRect
-
- 16 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 13 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
* Adds an opt-in flag to fix floating snackbar's offset when no floating action button is present. This flag will be removed once the migration for the fix is complete. Co-authored-by: filaps <filip1997.28@mail.ru>
-
- 10 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
Revert "Fix SnackBar clipping when it is floating due to FloatingActionButton positioning (#47616)" (#50516) This reverts commit 801a6a7e.
-
- 08 Feb, 2020 1 commit
-
-
filaps 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
-
- 17 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 31 Jul, 2019 1 commit
-
-
Darren Austin authored
-
- 26 Jun, 2019 1 commit
-
-
Kate Lovett authored
* WIP * Added tests and updated SafeArea implementation. * Analyzer nits * Review feedback * Updated for SnackBar and PersistentFooterButton cases, added tests to check other potential spots. * doc addition for SafeArea * Typos
-
- 13 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 24 Apr, 2019 1 commit
-
-
rami-a authored
This PR introduces a number of changes and improvements to snack bars. This includes the ability to specify: floating style of snack bars that adhere to the updated Material spec elevation and shape on the SnackBar itself instead of relying on fixed values a snackBarTheme as part of ThemeData which allows you to customize all of the above on an app-wide level. This PR is includes the changes from #21484 as well as additional fixes and modifications. Thanks to @NikoYuwono for providing these changes and getting this off the ground!
-
- 20 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 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
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Oct, 2018 1 commit
-
-
jslavitz authored
* added test
-
- 16 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
* Future<void> main * Future<void>.delayed * prefer_void_to_Null * address review comments
-
- 09 Oct, 2018 1 commit
-
-
Jonah Williams authored
-