1. 23 Sep, 2016 1 commit
    • Chris Bracken's avatar
      Flutter run support for iOS 10 (#6028) · fea4a91a
      Chris Bracken authored
      With iOS 10, the syslog format changed from:
      Sep 23 16:04:17 cbracken-iPhone Runner[6188] <Info>: .*
      
      to:
      Sep 23 16:04:17 cbracken-iPhone Runner(libsystem_asl.dylib)[6188] <Info>: .*
      
      This updates the observatory port scraping to handle either case.
      fea4a91a
  2. 16 Sep, 2016 1 commit
  3. 13 Sep, 2016 1 commit
  4. 03 Sep, 2016 1 commit
  5. 01 Sep, 2016 1 commit
  6. 25 Aug, 2016 1 commit
    • Chris Bracken's avatar
      Support a configurable build directory (#5601) · b5f763b4
      Chris Bracken authored
      This change adds a top-level getBuildDirectory func and funcs for
      android, aot, asset, ios build products.
      
      Developers may now add a "build-dir" mapping to their
      ~/.flutter_settings (JSON format) config file. Output directory is
      relative to the main flutter application directory.
      
      This change also changes the default build directory for iOS builds to a
      subdirectory of the configured build directory, 'build/ios' by default.
      b5f763b4
  7. 24 Aug, 2016 1 commit
  8. 11 Aug, 2016 2 commits
  9. 09 Aug, 2016 3 commits
  10. 08 Aug, 2016 1 commit
  11. 20 Jul, 2016 2 commits
  12. 19 Jul, 2016 1 commit
  13. 18 Jul, 2016 1 commit
  14. 15 Jul, 2016 1 commit
  15. 13 Jul, 2016 1 commit
  16. 12 Jul, 2016 1 commit
  17. 06 Jul, 2016 1 commit
  18. 04 Jul, 2016 1 commit
  19. 30 Jun, 2016 1 commit
  20. 28 Jun, 2016 1 commit
    • pq's avatar
      Cleanup empty statements. · 543f705a
      pq authored
      The new `empty_statements` lint (in the next DEV roll), flags these empty statements.  Harmless, except the one in `basic.dart` that fixes a real-life bug. :)
      543f705a
  21. 24 Jun, 2016 1 commit
  22. 15 Jun, 2016 1 commit
  23. 14 Jun, 2016 2 commits
  24. 13 Jun, 2016 2 commits
  25. 07 Jun, 2016 2 commits
  26. 06 Jun, 2016 1 commit
  27. 03 Jun, 2016 2 commits
  28. 02 Jun, 2016 1 commit
  29. 01 Jun, 2016 1 commit
  30. 29 May, 2016 1 commit
  31. 27 May, 2016 1 commit
  32. 26 May, 2016 1 commit
    • Devon Carew's avatar
      Flutter run restart (#4105) · ec751776
      Devon Carew authored
      * working on making a faster flutter run restart
      
      * clean up todos; fire events on isolate changes
      
      * use the Flutter.FrameworkInitialization event
      
      * review comments
      ec751776