- 12 Apr, 2023 1 commit
-
-
Nabeel Parkar authored
Bug report 2 issue template
-
- 01 Mar, 2023 1 commit
-
-
Daniel Austin authored
implement override of toString() in order to print useful message in release mode as well as debug mode (#118263) Added `_ErrorDescription.toString()`
-
- 13 Dec, 2022 1 commit
-
-
Michael Thomsen authored
-
- 29 Nov, 2022 1 commit
-
-
Michael Thomsen authored
* Ignore NullThrownError deprecation * Fix whitespace
-
- 03 Aug, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 16 Jun, 2022 1 commit
-
-
Lasse R.H. Nielsen authored
-
- 22 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Mar, 2021 2 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 0cbe5975.
-
- 15 Mar, 2021 1 commit
-
-
Ian Hickson authored
-
- 29 Oct, 2020 1 commit
-
-
Danny Lin authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 05 Oct, 2020 1 commit
-
-
Tong Mu authored
* Migrate
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 02 Apr, 2020 1 commit
-
-
Ferhat authored
-
- 20 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Feb, 2020 1 commit
-
-
Dan Field authored
-
- 22 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 08 Jan, 2020 1 commit
-
-
Dan Field 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
-
- 22 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Aug, 2019 1 commit
-
-
Ferhat authored
* [web][upstream] Fix debugPrintStack for web platform Fixes: https://github.com/flutter/flutter/issues/37488
-
- 05 Aug, 2019 1 commit
-
-
Danny Tuppeny authored
-
- 22 Jul, 2019 1 commit
-
-
Devon Carew authored
* use sentence case in error message titles * add a test
-
- 09 Jun, 2019 1 commit
-
-
Jonah Williams 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.
-
- 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 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 14 Dec, 2017 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/10695
-
- 17 Jan, 2017 1 commit
-
-
Adam Barth authored
* MultiTapGestureRecognizer previously would assert if there was no competition. * GestureArenaTeam would always select the first recongizer as the winner even if a later recognizer actually accepted the pointer sequence. * debugPrintStack would fail a type check if maxFrames was non-null. * FractionalOffset.lerp would throw a null-pointer exception if its second argument was null. Also, add a number of tests for previously untested lines of code.
-