1. 27 Oct, 2016 1 commit
  2. 21 Oct, 2016 1 commit
  3. 13 Oct, 2016 1 commit
  4. 07 Oct, 2016 1 commit
    • Adam Barth's avatar
      Deploy `@checked` (#6244) · 2c21d795
      Adam Barth authored
      This patch adds `@checked` everywhere is needed to remove the
      `strong_mode_invalid_method_override` strong mode error.
      2c21d795
  5. 28 Sep, 2016 1 commit
    • John McCutchan's avatar
      Fix flutter run --use-application-binary (#6106) · ca8070f9
      John McCutchan authored
      When using --use-application-binary:
      
      - [x] Stop flutter run from checking for a pubspec.yaml in current directory
      - [x] Stop flutter run from invoking pub get
      - [x] Set 'shouldBuild' based on --use-application-binary
      - [x] Stop requiring 'lib/main.dart' to be present before running.
      - [x] Stop building an FLX when launching on Android
      ca8070f9
  6. 27 Sep, 2016 1 commit
  7. 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
  8. 16 Sep, 2016 1 commit
  9. 24 Aug, 2016 1 commit
  10. 11 Aug, 2016 1 commit
  11. 09 Aug, 2016 2 commits
  12. 20 Jul, 2016 1 commit
  13. 19 Jul, 2016 1 commit
  14. 18 Jul, 2016 1 commit
  15. 24 Jun, 2016 1 commit
  16. 14 Jun, 2016 2 commits
  17. 13 Jun, 2016 1 commit
  18. 07 Jun, 2016 2 commits
  19. 02 Jun, 2016 1 commit
  20. 29 May, 2016 1 commit
  21. 27 May, 2016 1 commit
  22. 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
  23. 24 May, 2016 1 commit
    • Todd Volkert's avatar
      iOS tools cleanup (#4161) · cc8c78ad
      Todd Volkert authored
      * iOS tools cleanup
      
      1) Fix `flutter install` on both device and simulator to refer to the actual
         bundle and not just the .generated folder
      2) Fix `flutter run` on device to actually run vs just installing
      
      Still TODO:
      1) Discovered that isAppInstalled on iOS simulator always reports true,
         meaning it'll never actually try to install the app.
      
      Fixes #3947
      Fixes #1823
      cc8c78ad
  24. 23 May, 2016 1 commit
  25. 12 May, 2016 1 commit
  26. 11 May, 2016 1 commit
  27. 03 May, 2016 1 commit
  28. 27 Apr, 2016 1 commit
    • Devon Carew's avatar
      Flutter run (#3553) · b0dca796
      Devon Carew authored
      * rework flutter run
      
      * fix npe with --debug-port
      
      * connect to obs and exit when that conneciton closes
      
      * update todos
      b0dca796
  29. 07 Apr, 2016 1 commit
  30. 26 Mar, 2016 1 commit
  31. 24 Mar, 2016 1 commit
  32. 21 Mar, 2016 1 commit
  33. 17 Mar, 2016 1 commit
  34. 14 Mar, 2016 2 commits
  35. 12 Mar, 2016 1 commit
  36. 11 Mar, 2016 1 commit