1. 28 Mar, 2018 1 commit
  2. 12 Mar, 2018 1 commit
  3. 09 Mar, 2018 1 commit
  4. 21 Feb, 2018 2 commits
  5. 02 Feb, 2018 1 commit
  6. 05 Jan, 2018 1 commit
  7. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  8. 25 Oct, 2017 1 commit
  9. 20 Sep, 2017 1 commit
  10. 01 Aug, 2017 1 commit
  11. 26 Jun, 2017 1 commit
  12. 05 May, 2017 1 commit
    • Jakob Andersen's avatar
      Improve Android builds. (#9801) · 6b54137a
      Jakob Andersen authored
      Eagerly generate local.properties, and always update the flutter.sdk
      setting in it, in case FLUTTER_ROOT has changed.
      
      Fixes #8365.
      Fixes #9716 - at least the specific issue reported. My Android Studio
      still complains about Gradle versions - it ships with v3.2, but requires
      v3.3...
      
      Add a 'generate dependencies' task to the Gradle build, which checks if
      the snapshot dependencies file exists, and runs an extra build before
      the actual FlutterTask if it doesn't. This makes the first build slower,
      but sub-sequent builds (without source changes) much faster.
      
      Fixes #9717.
      6b54137a
  13. 02 May, 2017 1 commit
  14. 27 Apr, 2017 1 commit
  15. 11 Apr, 2017 1 commit
  16. 29 Mar, 2017 1 commit
  17. 04 Mar, 2017 1 commit
  18. 23 Feb, 2017 1 commit
  19. 20 Feb, 2017 1 commit
  20. 14 Feb, 2017 1 commit
  21. 13 Feb, 2017 1 commit
  22. 10 Feb, 2017 1 commit
  23. 08 Feb, 2017 1 commit
  24. 27 Jan, 2017 1 commit
  25. 26 Jan, 2017 1 commit
  26. 10 Jan, 2017 1 commit
  27. 09 Jan, 2017 1 commit
  28. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  29. 28 Sep, 2016 1 commit
  30. 10 Aug, 2016 1 commit
  31. 20 Jul, 2016 1 commit
    • Devon Carew's avatar
      Hello services run (#4969) · 57b76a05
      Devon Carew authored
      * making flutter run work with gradle
      
      * locate android studio
      
      * add test for settings
      
      * review comments
      57b76a05
  32. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  33. 03 Jun, 2016 1 commit
  34. 02 Jun, 2016 1 commit
  35. 29 May, 2016 1 commit
  36. 26 May, 2016 1 commit
  37. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  38. 06 May, 2016 1 commit
  39. 16 Apr, 2016 1 commit