1. 15 May, 2017 1 commit
  2. 03 May, 2017 1 commit
  3. 20 Apr, 2017 1 commit
  4. 31 Mar, 2017 1 commit
  5. 14 Mar, 2017 1 commit
  6. 06 Mar, 2017 1 commit
  7. 04 Mar, 2017 1 commit
  8. 02 Mar, 2017 2 commits
    • Michael Goderbauer's avatar
      Enable Hot Reload on Windows (backed by gen_snapshot) (#8512) · d579d587
      Michael Goderbauer authored
      * Enable Hot Reload on Windows (backed by gen_snapshot)
      
      \o/
      
      Two caveats:
      * Hot Reload on Windows is slower than on other platforms because gen_snapshot is slower then sky_snapshot
      * We currently cannot hot reload projects with spaces in the path
      
      * enable tests
      d579d587
    • Jakob Andersen's avatar
      Read package ID and activity name from .apk for Gradle-based builds. (#8452) · c9644a49
      Jakob Andersen authored
      The gradle build scripts can be configured to output different
      application IDs for different build types, so we need to examine the
      built .apk to figure out the name of the package and activity.
      
      Re-landing this change, updated to only get information from the .apk
      if it exists.
      
      Since the tools create an AndroidApk instance early, even before we've
      actually built an .apk, we have to create a new instance after building,
      so we can start the right app/activity.
      
      Fixes #8327.
      c9644a49
  9. 24 Feb, 2017 2 commits
  10. 14 Feb, 2017 1 commit
  11. 10 Jan, 2017 1 commit
  12. 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
  13. 07 Dec, 2016 1 commit
  14. 29 Nov, 2016 1 commit
  15. 13 Oct, 2016 1 commit
  16. 26 Sep, 2016 1 commit
  17. 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
  18. 09 Aug, 2016 1 commit
  19. 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
  20. 06 Jul, 2016 1 commit
  21. 14 Jun, 2016 2 commits
    • pq's avatar
      Added asserts. · f5a4e632
      pq authored
      f5a4e632
    • pq's avatar
      Add missing returns. · 7a955487
      pq authored
      As of `1.18.0-dev-0`, these cases will get flagged.  In the meantime, the
      7a955487
  22. 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
  23. 12 May, 2016 1 commit
  24. 05 May, 2016 1 commit
  25. 16 Apr, 2016 1 commit
  26. 08 Apr, 2016 1 commit
  27. 04 Apr, 2016 1 commit
  28. 25 Mar, 2016 1 commit
  29. 21 Mar, 2016 1 commit
  30. 14 Mar, 2016 2 commits
  31. 12 Mar, 2016 1 commit
  32. 11 Mar, 2016 1 commit
  33. 09 Mar, 2016 1 commit
  34. 23 Feb, 2016 1 commit
  35. 22 Feb, 2016 2 commits