Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/flutter/flutter.git. Pull mirroring updated .
  1. Feb 22, 2018
  2. Feb 06, 2018
  3. Jan 18, 2018
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8
  4. Nov 17, 2017
  5. Sep 08, 2017
  6. Aug 08, 2017
  7. Aug 04, 2017
  8. Jul 11, 2017
  9. Jul 08, 2017
  10. Jun 28, 2017
  11. Jun 24, 2017
  12. Jun 16, 2017
  13. Apr 24, 2017
  14. Mar 10, 2017
  15. Feb 17, 2017
  16. Feb 11, 2017
  17. Feb 09, 2017
  18. Dec 16, 2016
  19. Dec 14, 2016
  20. Nov 23, 2016
  21. Jul 13, 2016
    • Seth Ladd's avatar
      Firebase hosting for docs (#4871) · 1ac08b26
      Seth Ladd authored
      * configs for firebase hosting
      
      * use the implicit FIREBASE_TOKEN
      
      * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
      1ac08b26
  22. Jul 09, 2016
  23. Jun 23, 2016
  24. May 19, 2016
    • Ian Hickson's avatar
      Try to simplify our bot setup. (#3986) · 942ccc5c
      Ian Hickson authored
      This moves all the bot-related files to `dev/bots`, hiding it from our
      home page in github. Also, simplifies the travis setup, though that
      doesn't do any difference to the performance sadly.
      942ccc5c
  25. Dec 15, 2015
  26. Nov 22, 2015
  27. Nov 13, 2015
    • Hixie's avatar
      Make the analyzer actually work. · 8ab229f8
      Hixie authored
      Turns out that ignoring all error lines that match the empty string is a
      poor way to go.
      
      Also, we have to update all the example packages now too, since we
      analyze them. So just have travis use our update script.
      
      Also, remove flutter_tools' old travis stuff. It's now part of a bigger
      repo.
      
      Also, make travis use the dev Dart SDK, since we need the new analyzer.
      Stable is way too out of date, e.g. it still complains about libraries
      not having names and mixins using 'super', and the strong mode hints are
      even more aggressive than on dev.
      8ab229f8
  28. Nov 07, 2015
  29. Nov 03, 2015