1. 21 Dec, 2016 1 commit
  2. 30 Nov, 2016 1 commit
  3. 23 Nov, 2016 1 commit
  4. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  5. 21 Nov, 2016 1 commit
  6. 19 Nov, 2016 1 commit
  7. 09 Nov, 2016 1 commit
  8. 04 Nov, 2016 1 commit
  9. 19 Oct, 2016 1 commit
  10. 03 Oct, 2016 1 commit
  11. 29 Sep, 2016 1 commit
  12. 28 Sep, 2016 1 commit
  13. 27 Sep, 2016 1 commit
  14. 26 Sep, 2016 1 commit
    • Ian Hickson's avatar
      Turn off AnimationControllers when not in use (#5902) · 9e673853
      Ian Hickson authored
      This requires all AnimationController objects to be given a
      TickerProvider, a class that can create the Ticker.
      
      It also provides some nice mixins for people who want to have their
      State provide a TickerProvider. And a schedulerTickerProvider for those
      cases where you just want to see your battery burn.
      
      Also, we now enforce destruction order for elements.
      9e673853
  15. 23 Sep, 2016 1 commit
  16. 16 Sep, 2016 1 commit
  17. 09 Sep, 2016 1 commit
  18. 02 Sep, 2016 1 commit
  19. 01 Sep, 2016 1 commit
  20. 31 Aug, 2016 1 commit
  21. 29 Aug, 2016 1 commit
  22. 25 Aug, 2016 1 commit
  23. 24 Aug, 2016 2 commits
  24. 23 Aug, 2016 1 commit
  25. 22 Aug, 2016 1 commit
  26. 18 Aug, 2016 2 commits
  27. 16 Aug, 2016 1 commit
  28. 15 Aug, 2016 2 commits
    • Ian Hickson's avatar
      Fix the logo widget (#5414) · 0d736332
      Ian Hickson authored
      Some tweaks to the logo widget:
      
      * remove bad assert
      * allow text color to be configured
      * make logo pretty in dark mode in gallery
      * fix some docs
      0d736332
    • Ian Hickson's avatar
      A Flutter logo widget. (#5382) · 955b3e21
      Ian Hickson authored
      Instead of a PNG, the Flutter gallery widget is now drawn in code.
      
      There's now a FlutterLogoDecoration class that paints the flutter logo
      anywhere you can use a Decoration (e.g. AnimatedContainer).
      
      There's now a FlutterLogo class that honors the IconTheme.
      
      The About dialog box API now takes a Widget for the applicationIcon,
      instead of an ImageProvider. It uses IconTheme to make the icon the
      right size instead of using an Image widget.
      
      Add padding, duration, and curve properties to the DrawerHeader.
      Make the child of a DrawerHeader optional.
      
      Clean up UserAccuntsDrawerHeader a bit.
      
      Add some useful properties and methods to EdgeInsets.
      
      Add some debug logic to RenderDecoratedBox to catch unpaired
      save/restore calls when possible.
      
      Make GestureDetector fill its parent if it has no children. Fixes
      https://github.com/flutter/flutter/issues/5380
      955b3e21
  29. 12 Aug, 2016 1 commit
  30. 05 Aug, 2016 2 commits
  31. 04 Aug, 2016 1 commit
  32. 29 Jul, 2016 3 commits
  33. 28 Jul, 2016 1 commit
  34. 27 Jul, 2016 1 commit