1. 20 Feb, 2020 1 commit
  2. 13 Feb, 2020 1 commit
  3. 12 Feb, 2020 3 commits
  4. 25 Jan, 2020 1 commit
  5. 24 Jan, 2020 1 commit
  6. 15 Jan, 2020 1 commit
  7. 08 Jan, 2020 1 commit
  8. 03 Jan, 2020 1 commit
  9. 18 Dec, 2019 1 commit
  10. 04 Dec, 2019 1 commit
  11. 27 Nov, 2019 2 commits
    • 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
    • Greg Spencer's avatar
      Add macOS to TargetPlatform (#43457) · 245d1b51
      Greg Spencer authored
      This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
      
      I haven't updated the tests here, that will come in a follow-up PR.
      245d1b51
  12. 22 Nov, 2019 1 commit
  13. 16 Nov, 2019 1 commit
  14. 05 Nov, 2019 1 commit
  15. 01 Nov, 2019 2 commits
  16. 28 Oct, 2019 1 commit
  17. 18 Oct, 2019 1 commit
  18. 17 Sep, 2019 1 commit
  19. 20 Aug, 2019 2 commits
    • Ian Hickson's avatar
      Audit use of defaultTargetPlatform (#36871) · bfd27f6b
      Ian Hickson authored
      bfd27f6b
    • Darren Austin's avatar
      Replace ButtonBar.bar method with ButtonBarTheme (#37544) · 9dce19e9
      Darren Austin authored
      * Added new ButtonBarTheme to replace the deprecated ButtonTheme.bar method.
      
      * Responding to PR feedback.
      
      * [Material] Create material Banner component (#36880)
      
      This PR creates a new material widget for the Banner component. This includes a theme as well. This widget can be dropped into any application, ideally at the top of a listview or scrollview.
      
      (cherry picked from commit 35b6d668)
      
      Removed the use of ButtonTheme.bar in the Banner implementation.
      
      * Updated documentation from PR review comments.
      9dce19e9
  20. 11 Apr, 2019 2 commits
  21. 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
  22. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  23. 01 Feb, 2019 1 commit
  24. 16 Jan, 2019 2 commits
  25. 19 Dec, 2018 1 commit
    • MH Johnson's avatar
      [Material] Theme-able TextStyles for AlertDialog (#25339) · 6e155728
      MH Johnson authored
      * Themable elevation on dialogs.
      
      * AlertDialogs Title/Content text styles
      
      * Themable elevation on dialogs.
      
      AlertDialogs Title/Content text styles
      
      * finish merging change
      
      * fixing tests
      
      * Docs fixes
      
      * Change const to final to fix analyzer errors
      
      * Fix analyzer errors
      
      * Remove dart:ui import
      
      * Hans Comments
      6e155728
  26. 18 Dec, 2018 1 commit
  27. 13 Dec, 2018 1 commit
  28. 08 Nov, 2018 1 commit
  29. 05 Nov, 2018 1 commit
    • Greg Spencer's avatar
      Rewrite the analyze-sample-code script to also analyze snippets (#23893) · 202b045b
      Greg Spencer authored
      This rewrites the sample code analysis script to be a little less of a hack (but still not pretty), and to handle snippets as well.
      
      It also changes the semantics of how sample code is handled: the namespace for the sample code is now limited to the file that it appears in, so some additional "Examples can assume:" blocks were added. The upside of this is that there will be far fewer name collisions.
      
      I fixed the output too: no longer will you get 4000 lines of numbered output with the error at the top and have to grep for the actual problem. It gives the filename and line number of the original location of the code (in the comment in the tree), and prints out the source code on the line that caused the problem along with the error.
      
      For snippets, it prints out the location of the start of the snippet and the source code line that causes the problem. It can't print out the original line, because snippets get formatted when they are written, so the line might not be in the same place.
      202b045b
  30. 31 Oct, 2018 1 commit
    • MH Johnson's avatar
      [Material] Theme for Dialogs (#23569) · 50098f14
      MH Johnson authored
      * [Material] Add dialog theme.
      
      * Address Hans' first round comments.
      
      * Address Hans' Second round comments.
      
      * Fix theme tests
      
      * Address Will's comments, add golden test
      
      * Update goldens
      
      * Custom Border radius 16.0
      
      * Address Hans' Comments
      
      * Second round comments
      
      * fix imports
      50098f14
  31. 26 Oct, 2018 1 commit
  32. 17 Oct, 2018 1 commit
  33. 12 Oct, 2018 1 commit