1. 02 May, 2019 2 commits
  2. 29 Apr, 2019 1 commit
  3. 26 Apr, 2019 1 commit
  4. 25 Apr, 2019 3 commits
  5. 22 Apr, 2019 1 commit
  6. 19 Apr, 2019 1 commit
  7. 27 Mar, 2019 1 commit
  8. 22 Mar, 2019 1 commit
  9. 21 Mar, 2019 1 commit
  10. 20 Mar, 2019 2 commits
  11. 18 Mar, 2019 1 commit
  12. 15 Mar, 2019 2 commits
  13. 14 Mar, 2019 1 commit
  14. 07 Mar, 2019 1 commit
  15. 06 Mar, 2019 1 commit
  16. 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
  17. 23 Feb, 2019 2 commits
  18. 22 Feb, 2019 2 commits
  19. 21 Feb, 2019 2 commits
  20. 16 Feb, 2019 1 commit
  21. 13 Feb, 2019 2 commits
    • KyleWong's avatar
      Refactor build-number/build-name logic. (#27743) · 4b4a9400
      KyleWong authored
      This PR aims at several things:
      
      1. Use pub_semver to check a version in pubspec.yaml meets the requirements specified in https://semver.org/.
      2. Don't limit build-number/build-name as a fixed format. Instead, validate it according to the target(ios/android).
      3. Make sure that build-number/build-name are always validated no matter it's specified by the `flutter command` or version in pubspec.yaml.
      
      Fixes #27589
      4b4a9400
    • KyleWong's avatar
      Add android studio process logic for JetBrainsToolbox (#27687) · f2004b8f
      KyleWong authored
      * Make plugin path search logic use version check as a fallback.
      
      * In JetBrainsToolbox, Info.plist would be just some kind of wrapper, we need a double check before get the real one.
      
      * Use Regex to get content instead of `default command` to avoid error output as there could be no JetBrainsToolboxApp key/value for a normal Info.plist(Android Studio.)
      f2004b8f
  22. 12 Feb, 2019 1 commit
  23. 09 Feb, 2019 1 commit
  24. 08 Feb, 2019 1 commit
    • Michael Klimushyn's avatar
      Warn when gradle builds fail because of AndroidX (#27566) · 4a9e5bc1
      Michael Klimushyn authored
      Try to detect Gradle error messages that hint at AndroidX problems, and
      warn in the logs about the potential problem and point to documentation
      on how to fix the issue.
      
      Unfortunately the Gradle errors based on this root issue are varied and
      project dependent. It's probably better to still leave the message
      intact in case the problem is unrelated.
      
      Also filters out the plugin warning message pending in
      flutter/plugins#1138. It's still valuable to add that for people on
      previous versions of Flutter, but this link should override that message
      for anyone on an up to date version of Flutter.
      
      #27106
      4a9e5bc1
  25. 06 Feb, 2019 1 commit
  26. 05 Feb, 2019 2 commits
  27. 30 Jan, 2019 1 commit
  28. 29 Jan, 2019 2 commits
  29. 26 Jan, 2019 1 commit