1. 08 Apr, 2021 1 commit
  2. 05 Apr, 2021 1 commit
  3. 27 Jan, 2021 1 commit
  4. 19 Oct, 2020 1 commit
    • Nobuhiro Tabuki's avatar
      [flutter_tools] change the IntelliJ plugin detection logic. (#68020) · 4e2f82cf
      Nobuhiro Tabuki authored
      This PR suggests improving the IntelliJ plugin "jar" detection logic.
      
      Previously:
      The IntelliJ Flutter plugin was contained flutter-intellij.jar.
      Currently:
      It is named flutter-intellij-X.Y.Z.jar and does not contain META-INF/plugin.xml.
      META-INF/plugin.xml is included in flutter-idea-X.Y.Z.jar.
      
      So this PR changes the rules for searching the plugin's jar file.
      Concretely, it looks for the jar file containing META-INF/plugin.xml in the plugin's package directory and reads the package version from its META-INF/plugin.xml.
      Co-authored-by: 's avatarJonah Williams <jonahwilliams@google.com>
      4e2f82cf
  5. 12 Oct, 2020 1 commit
  6. 29 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] do not error flutter doctor on missing AS/intellij plugins (#66782) · 9bc533c9
      Jonah Williams authored
      In cases where the Intellij/AS plugins are not located, display links to where they can be downloaded but do not surface an error. This should generally reduce confusion about whether the plugins are required for every installed IDE. For example, frequently users may only install AS so that they can install the Android SDK - or they may have multiple copies of Intellij installed.
      
      For example: #66762
      9bc533c9
  7. 06 Jan, 2020 1 commit
  8. 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
  9. 20 Nov, 2019 2 commits
  10. 23 Oct, 2019 1 commit
  11. 22 Oct, 2019 2 commits
  12. 11 Oct, 2019 1 commit
  13. 13 Jul, 2019 1 commit
  14. 12 Sep, 2018 1 commit
  15. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  16. 08 Apr, 2018 1 commit
  17. 04 Apr, 2018 1 commit