1. 28 Feb, 2017 1 commit
  2. 21 Feb, 2017 1 commit
  3. 15 Feb, 2017 2 commits
  4. 14 Feb, 2017 2 commits
  5. 10 Feb, 2017 1 commit
    • Jakob Andersen's avatar
      Make new project template gradle-based for Android. (#7902) · b246c5e7
      Jakob Andersen authored
      * Make new project template gradle-based for Android.
      
      With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets.
      
      The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s.
      
      * Move Flutter Gradle plugin to Flutter root.
      b246c5e7
  6. 09 Feb, 2017 1 commit
  7. 07 Feb, 2017 1 commit
  8. 03 Feb, 2017 1 commit
  9. 01 Feb, 2017 2 commits
  10. 31 Jan, 2017 1 commit
  11. 23 Jan, 2017 3 commits
  12. 12 Jan, 2017 1 commit
  13. 05 Jan, 2017 1 commit
  14. 15 Dec, 2016 1 commit
  15. 07 Dec, 2016 1 commit
  16. 30 Nov, 2016 1 commit
  17. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  18. 08 Nov, 2016 1 commit
  19. 26 Oct, 2016 1 commit
  20. 26 Sep, 2016 1 commit
    • Chris Bracken's avatar
      Update examples to Xcode 8 recommended settings · 71b65e32
      Chris Bracken authored
      As of Xcode 7, Apple recommends setting the bundle identifier in the
      PRODUCT_BUNDLE_IDENTIFIER build variable and setting CFBundleIdentifier
      to that variable in Info.plist.
      
      As of Xcode 8, CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE
      are recommended settings.
      71b65e32
  21. 23 Sep, 2016 1 commit
  22. 31 Aug, 2016 1 commit
  23. 29 Aug, 2016 1 commit
  24. 19 Aug, 2016 1 commit
  25. 05 Aug, 2016 2 commits
  26. 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
  27. 14 Jul, 2016 1 commit
  28. 06 Jul, 2016 1 commit
  29. 21 Jun, 2016 1 commit
  30. 20 Jun, 2016 1 commit
  31. 12 Jun, 2016 1 commit
  32. 10 Jun, 2016 1 commit
    • Adam Barth's avatar
      Polish HostMessages (#4515) · 0b6df634
      Adam Barth authored
      Cleans up a few style nits in hello_services and adds support for automatic
      JSON encoding and decoding to the HostMessages interface.
      0b6df634
  33. 07 Jun, 2016 1 commit
  34. 06 Jun, 2016 1 commit