1. 29 Jan, 2020 1 commit
  2. 08 Jan, 2020 1 commit
  3. 07 Jan, 2020 1 commit
  4. 05 Dec, 2019 1 commit
  5. 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
  6. 06 Jun, 2019 1 commit
  7. 22 Mar, 2019 1 commit
  8. 09 Mar, 2019 1 commit
  9. 18 Dec, 2018 1 commit
  10. 16 Oct, 2018 1 commit
  11. 04 Oct, 2018 1 commit
  12. 01 Oct, 2018 1 commit
  13. 12 Sep, 2018 1 commit
  14. 02 Aug, 2018 1 commit
  15. 27 Jul, 2018 1 commit
  16. 23 Jul, 2018 1 commit
  17. 16 Jul, 2018 2 commits
  18. 14 Jun, 2018 1 commit
  19. 10 Jun, 2018 1 commit
  20. 09 Jun, 2018 1 commit
  21. 05 Jun, 2018 1 commit
  22. 17 May, 2018 1 commit
    • Greg Spencer's avatar
      Moving API doc asset URLs to point to the new location. (#17697) · ac67efbc
      Greg Spencer authored
      I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website.
      
      No documentation or code changes here, other than changing doc image URLs.
      ac67efbc
  23. 19 Apr, 2018 1 commit
  24. 11 Apr, 2018 1 commit
    • Alexander Aprelev's avatar
      Roll engine to ed303c628fe4b322529f8cf01ecb38135a2bab73 (dart roll) · a2951a9a
      Alexander Aprelev authored
      Changes since last roll:
      ```
      ed303c628 Roll dart sdk again. Previous roll required 23ae4fa098 revert. (#4966)
      8cd272733 Revert "Roll dart to 7764e6962e22afcf4b58c4e3cef3147330f3c884. (#4960)" (#4965)
      9199b40f2 Revert "Support multiple shells in a single process. (#4932)" (#4964)
      6baff4c82 Support multiple shells in a single process. (#4932)
      31c5bb427 Roll dart to 7764e6962e22afcf4b58c4e3cef3147330f3c884. (#4960)
      c8e4c6984 Avoid copying the contents of large platform message responses (#4947)
      5ff527295 Update to use new vulkan GrBackendRenderTarget ctor. (#4962)
      0c8993a1a Update to use new vulkan GrBackendRenderTarget ctor (part 2) (#4963)
      132ebdda8 Revert "Roll src/third_party/skia/ 9874bf1bc..52e16d984 (135 commits) (#4958)" (#4961)
      11882ab9e Roll src/third_party/skia/ 9874bf1bc..52e16d984 (135 commits) (#4958)
      ```
      
      Add consts
      a2951a9a
  25. 05 Apr, 2018 1 commit
  26. 22 Mar, 2018 1 commit
    • Ian Hickson's avatar
      Clean up the existing Navigator API. (#15718) · aba0379d
      Ian Hickson authored
      This is not a grand refactor yet, it's just cleaning up what we have
      already, so that people who keep using this API (e.g. dialogs) have
      something coherent to deal with.
      
      The major changes are that Navigator and NavigatorState have the same
      API now, that most of the examples use `<void>` instead of `<Null>`,
      that the navigator observer can see replaces, and that the `settings`
      is moved from ModalRoute to Route. I also cleaned up some of the API
      documentation.
      aba0379d
  27. 16 Feb, 2018 1 commit
  28. 13 Feb, 2018 1 commit
  29. 02 Jan, 2018 1 commit
  30. 05 Dec, 2017 2 commits
  31. 01 Dec, 2017 1 commit