1. 13 Jan, 2018 1 commit
  2. 12 Jan, 2018 1 commit
  3. 10 Jan, 2018 4 commits
  4. 09 Jan, 2018 1 commit
  5. 06 Jan, 2018 1 commit
  6. 04 Jan, 2018 1 commit
    • Greg Spencer's avatar
      Updates the package dependencies by running flutter update-packages --force-upgrade (#13906) · a04df5bc
      Greg Spencer authored
      This simply updates the package dependencies by running flutter update-packages --force-upgrade.
      
      I'm doing this with no other changes, because the last time I tried that, redness occurred. I want to isolate the problem to a "clean" update of the packages.
      
      It looks like the plugins device_info, connectivity, and url_launcher haven't yet had their gradle configurations updated, so they fail when trying to build with the new gradle. I did not upgrade for those three packages only (in flutter_gallery) until we are ready to fix them (fixing them for master will break them for alpha users, so we need to do an alpha roll to do that).
      a04df5bc
  7. 21 Dec, 2017 1 commit
  8. 20 Dec, 2017 1 commit
    • Greg Spencer's avatar
      Adding minzip to packaging steps for Windows (#13679) · 765191e7
      Greg Spencer authored
      This adds our self-compiled copy of the MinGit executable (built from the flutter/git repo) to the archive when building an archive for Windows.
      
      I also tweaked the internal API for prepare_package.dart so that there's a single entry point to build an archive.
      765191e7
  9. 14 Dec, 2017 1 commit
  10. 01 Dec, 2017 1 commit
  11. 01 Nov, 2017 1 commit
  12. 26 Oct, 2017 2 commits
  13. 25 Oct, 2017 1 commit
  14. 11 Oct, 2017 1 commit
  15. 06 Oct, 2017 1 commit
  16. 22 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Pin all dependencies ONCE AND FOR ALL (#12210) · 441b5c20
      Ian Hickson authored
      * Pin all dependencies ONCE AND FOR ALL
      
      This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.
      
      * Add comments.
      441b5c20
  17. 30 Mar, 2017 1 commit
    • Sarah Zakarias's avatar
      Add swift version of Platform Channel example (#9098) · a94e995f
      Sarah Zakarias authored
      * wip
      
      * wip
      
      * delete main.m
      
      * readd main.m
      
      * update to use new channel api
      
      * update android
      
      * removed android/
      
      * remove debug print
      
      * remomved main.m
      
      * Update year in copyright
      
      * break long line and update name
      
      * mit comments
      
      * update examples/README
      
      * break line
      
      * update README
      
      * update test
      a94e995f
  18. 27 Mar, 2017 1 commit
  19. 20 Mar, 2017 1 commit
  20. 14 Feb, 2017 1 commit
  21. 13 Feb, 2017 1 commit
    • szakarias's avatar
      Add platform_services sample (#8058) · 93c6dbb9
      szakarias authored
      * Add platform_services sample
      
      * update build.gradle to use latest scripts
      
      * use FlutterActivity
      
      * Updated ExampleInstrumentedTest.java and deleted FlutterPlugin.groovy
      
      * Remove getRandom code from main.dart
      
      * remove unused import
      93c6dbb9
  22. 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
  23. 08 Nov, 2016 1 commit
  24. 23 Sep, 2016 1 commit
  25. 29 May, 2016 1 commit
  26. 13 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Fix dependency skew. (#3306) · 7861d029
      Ian Hickson authored
      ...by adding tests to our examples that don't import flutter_test, which
      pins the relevant dependencies.
      
      Also, provide more information when complaining about leaked transient
      callbacks in tests.
      
      Also, make tests display full information when they have an exception,
      by bypassing the throttling we have for Android logging in tests.
      
      Also, make the word wrapping not wrap stack traces if they happen to
      be included in exception output.
      
      Also, fix a leaked transient callback in the checkbox code.
      7861d029
  27. 07 Nov, 2015 1 commit
  28. 02 Nov, 2015 1 commit
  29. 29 Oct, 2015 1 commit
    • Hixie's avatar
      Rev package versions for release. · fca9b8f3
      Hixie authored
      sky_engine is now at 0.0.45
      sky_services is now at 0.0.45
      flx is now at 0.0.4
      flutter is now at 0.0.15
      flutter_sprites is now at 0.0.12
      fca9b8f3
  30. 28 Oct, 2015 1 commit
    • Hixie's avatar
      Rev package versions for release. · cbf9eab8
      Hixie authored
      sky_engine is now at 0.0.44
      sky_services is now at 0.0.44
      flx is now at 0.0.3
      flutter is now at 0.0.14
      flutter_sprites is now at 0.0.11
      cbf9eab8
  31. 12 Oct, 2015 1 commit
  32. 10 Oct, 2015 1 commit
  33. 10 Aug, 2015 2 commits
  34. 08 Aug, 2015 1 commit
  35. 07 Aug, 2015 1 commit