1. 22 Jan, 2021 1 commit
  2. 20 Jan, 2021 1 commit
  3. 14 Jan, 2021 1 commit
  4. 13 Jan, 2021 1 commit
  5. 01 Dec, 2020 1 commit
  6. 20 Nov, 2020 1 commit
  7. 29 Oct, 2020 1 commit
  8. 14 Oct, 2020 1 commit
  9. 13 Oct, 2020 1 commit
  10. 05 Oct, 2020 1 commit
  11. 24 Sep, 2020 1 commit
  12. 10 Sep, 2020 1 commit
  13. 08 Sep, 2020 1 commit
  14. 04 Sep, 2020 1 commit
  15. 03 Sep, 2020 1 commit
  16. 20 Aug, 2020 1 commit
  17. 13 Jul, 2020 1 commit
  18. 11 Jun, 2020 1 commit
  19. 22 Apr, 2020 1 commit
  20. 17 Apr, 2020 1 commit
  21. 16 Apr, 2020 1 commit
  22. 13 Feb, 2020 1 commit
  23. 10 Feb, 2020 1 commit
  24. 08 Feb, 2020 1 commit
  25. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  26. 17 Oct, 2019 1 commit
  27. 30 Sep, 2019 1 commit
  28. 24 Sep, 2019 1 commit
  29. 31 Jul, 2019 1 commit
  30. 26 Jun, 2019 1 commit
    • Kate Lovett's avatar
      Preserving SafeArea : Part 2 (#34298) · f9118c0f
      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
      f9118c0f
  31. 13 Jun, 2019 1 commit
  32. 24 Apr, 2019 1 commit
    • rami-a's avatar
      Update SnackBar to allow for support of the new style from Material spec (#31275) · d4e4726a
      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!
      d4e4726a
  33. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      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
      a6af4228
  34. 09 Mar, 2019 1 commit
  35. 07 Mar, 2019 1 commit
  36. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      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
      387f8854
  37. 21 Feb, 2019 1 commit
  38. 25 Oct, 2018 1 commit
  39. 16 Oct, 2018 1 commit
  40. 09 Oct, 2018 1 commit