1. 08 Oct, 2020 1 commit
  2. 05 Oct, 2020 2 commits
  3. 03 Oct, 2020 1 commit
  4. 02 Oct, 2020 2 commits
  5. 10 Sep, 2020 1 commit
  6. 08 Sep, 2020 1 commit
  7. 04 Sep, 2020 1 commit
  8. 03 Sep, 2020 1 commit
  9. 08 Aug, 2020 1 commit
  10. 04 Aug, 2020 1 commit
  11. 29 Jul, 2020 2 commits
  12. 28 Jul, 2020 1 commit
  13. 17 Jul, 2020 1 commit
  14. 11 Jun, 2020 1 commit
  15. 08 Jun, 2020 1 commit
  16. 07 Apr, 2020 1 commit
    • Greg Spencer's avatar
      Revise Action API (#42940) · 0f68b46f
      Greg Spencer authored
      This updates the Action API in accordance with the design doc for the changes: flutter.dev/go/actions-and-shortcuts-design-revision
      
      Fixes #53276
      0f68b46f
  17. 03 Mar, 2020 1 commit
  18. 29 Jan, 2020 1 commit
  19. 08 Jan, 2020 1 commit
  20. 05 Dec, 2019 2 commits
    • Greg Spencer's avatar
      Normalizes all of the "See also" blocks in comments. (#46121) · c6fe7bb9
      Greg Spencer authored
      This normalizes all of the "See also" blocks in comments so that they conform in style.
      
      They all look like this now:
      
        /// See also:
        ///
        ///  * [MyFavoriteWidget], because it's cool.
        class Foo {}
      
      I removed some useless "See also" blocks, and added commentary to ones that were just "bare" references.
      
      This is my penance for adding so many bullets that are "-" instead of "*". :-)
      c6fe7bb9
    • Greg Spencer's avatar
      Overridable default platform key bindings (#45102) · f7d16161
      Greg Spencer authored
      This adds actions and shortcuts arguments to WidgetsApp (and MaterialApp and CupertinoApp) to allow developers to override the default mappings on an application, and to allow for a more complex definition of the default mappings.
      
      I've stopped using SelectAction here, in favor of using ActivateAction for all activations, but haven't removed it, to avoid a breaking change, and to allow a common base class for these types of actions. This is because some platforms use the same mapping (web) for both kinds of activations (both select and activate).
      f7d16161
  21. 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
  22. 31 Oct, 2019 1 commit
  23. 17 Sep, 2019 1 commit
  24. 09 Aug, 2019 1 commit
  25. 09 Jul, 2019 1 commit
  26. 05 Apr, 2019 1 commit
  27. 04 Apr, 2019 1 commit
  28. 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
  29. 07 Feb, 2019 1 commit
  30. 01 Feb, 2019 1 commit
  31. 15 Jan, 2019 1 commit
  32. 07 Jan, 2019 1 commit
  33. 19 Dec, 2018 1 commit
  34. 09 Nov, 2018 1 commit
  35. 30 Oct, 2018 1 commit