1. 14 Jun, 2021 1 commit
  2. 27 Apr, 2021 1 commit
  3. 23 Apr, 2021 1 commit
  4. 16 Apr, 2021 1 commit
  5. 23 Mar, 2021 1 commit
  6. 19 Feb, 2021 1 commit
  7. 09 Feb, 2021 1 commit
  8. 27 Jan, 2021 1 commit
  9. 15 Jan, 2021 1 commit
  10. 01 Dec, 2020 2 commits
  11. 13 Nov, 2020 1 commit
  12. 06 Aug, 2020 1 commit
  13. 15 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) · d8b6fa15
      Jonah Williams authored
      Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true.
      
      When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently)
      
      Adds an integration test that verifies this code can be run and imported when enabled.
      
      Part of #60914
      d8b6fa15
  14. 24 Jun, 2020 1 commit
  15. 17 Jun, 2020 1 commit
  16. 14 Apr, 2020 1 commit
  17. 03 Mar, 2020 1 commit
  18. 06 Feb, 2020 1 commit
  19. 22 Jan, 2020 1 commit
  20. 16 Jan, 2020 1 commit
  21. 07 Jan, 2020 1 commit
  22. 06 Jan, 2020 1 commit
  23. 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
  24. 26 Nov, 2019 1 commit
  25. 22 Nov, 2019 1 commit
  26. 19 Nov, 2019 1 commit
  27. 21 Oct, 2019 1 commit
  28. 11 Oct, 2019 1 commit
  29. 02 Oct, 2019 1 commit
  30. 13 Sep, 2019 1 commit
  31. 30 Aug, 2019 1 commit
  32. 14 Aug, 2019 1 commit
  33. 05 Aug, 2019 1 commit
  34. 01 Jun, 2019 1 commit
  35. 24 May, 2019 1 commit
    • stuartmorgan's avatar
      Add macosPrefix to the pubspec schema for plugins (#33287) · 0f6e4e61
      stuartmorgan authored
      Adds a new macosPrefix, which serves the same purpose as iosPrefix but
      for macOS plugins.
      
      It is not yet used by the tooling, but this allows for plugins to start
      to be written using it in preparation for tooling support for plugins.
      
      Part of #32718
      0f6e4e61
  36. 01 May, 2019 1 commit
  37. 29 Apr, 2019 1 commit
  38. 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
  39. 06 Mar, 2019 1 commit