1. 11 Mar, 2019 1 commit
  2. 21 Feb, 2019 1 commit
  3. 24 Jan, 2019 1 commit
  4. 23 Jan, 2019 1 commit
  5. 17 Jan, 2019 1 commit
  6. 20 Nov, 2018 2 commits
  7. 14 Nov, 2018 1 commit
  8. 06 Nov, 2018 1 commit
  9. 01 Nov, 2018 1 commit
  10. 17 Oct, 2018 1 commit
  11. 04 Oct, 2018 1 commit
  12. 03 Oct, 2018 1 commit
  13. 20 Sep, 2018 1 commit
  14. 27 Aug, 2018 1 commit
  15. 24 Aug, 2018 1 commit
  16. 23 Aug, 2018 1 commit
  17. 12 Aug, 2018 1 commit
  18. 07 Aug, 2018 1 commit
    • Greg Spencer's avatar
      Remove Travis configuration from flutter/flutter (#20288) · e60087a1
      Greg Spencer authored
      This removes the final traces of Travis and Appveyor from the Flutter tree.
      
      I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).
      
      There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).
      
      FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
      e60087a1
  19. 25 Jul, 2018 1 commit
  20. 03 Jul, 2018 1 commit
  21. 01 May, 2018 1 commit
    • Fedor Korotkov's avatar
      Configure Cirrus CI (#16224) · 73334599
      Fedor Korotkov authored
      * Configure Cirrus CI
      
      * Read file directly instead of shelling a command
      
      * Wait for all streams to finish
      
      * Add LTR `textDirection`
      
      Since `RenderFlex#_debugHasNecessaryDirections` requires it when `direction` is horizontal and there are multiple children.
      73334599
  22. 16 Mar, 2018 1 commit
  23. 09 Jan, 2018 1 commit
  24. 05 Jan, 2018 1 commit
  25. 21 Dec, 2017 1 commit
  26. 12 Jul, 2017 3 commits
    • Filip Hracek's avatar
      Fix missing animated gif in README (#11173) · 39d2deb4
      Filip Hracek authored
      Github makes own copies of images referenced in README, and that fails for large image sizes. The gif has 6MB and so is over the threshold.
      
      Instead of using an off-GitHub image, use the same image uploaded to user-images.githubusercontent.com. This makes GitHub show the image even when it's very large.
      
      This reverses https://github.com/flutter/flutter/pull/11170 and finalizes https://github.com/flutter/flutter/pull/11158.
      39d2deb4
    • Filip Hracek's avatar
      Remove broken image in README (#11170) · 78c19606
      Filip Hracek authored
      Github makes copies of images referenced in README, and it fails for large image sizes. The gif has 6MB and so is over the threshold.
      
      This removes the image until I can figure out how to reinsert it so that it shows.
      78c19606
    • Filip Hracek's avatar
      Expand and prettify README.md (#11158) · 53e2353f
      Filip Hracek authored
      Reuses flutter.io homepage content to give README.md an upgrade, since this file will be the shop window of Flutter to a large part of newcomers. 
      
      The downside is that we now have duplicate content that should be updated in unison with the main site but which cannot be easily copy-pasted, due to constraints of github's Markdown renderer.
      53e2353f
  27. 20 May, 2017 1 commit
  28. 22 Feb, 2017 1 commit
  29. 01 Nov, 2016 1 commit
    • Adam Barth's avatar
      Update README.md · c8878785
      Adam Barth authored
      Try to be clearer that flutter-dev is a public mailing list.
      c8878785
  30. 27 Jul, 2016 1 commit
  31. 23 Jun, 2016 2 commits
  32. 22 Jun, 2016 1 commit
  33. 24 Mar, 2016 1 commit
    • Ian Hickson's avatar
      Update README.md · 4879329d
      Ian Hickson authored
      In the spirit of "you are what you measure", let's measure some more things...
      4879329d
  34. 09 Nov, 2015 1 commit
    • Adam Barth's avatar
      Add a CONTRIBUTING.md · 576795dc
      Adam Barth authored
      This document describes the workflow for contributing code to this repository.
      576795dc
  35. 03 Nov, 2015 2 commits