1. 09 Feb, 2017 3 commits
  2. 08 Feb, 2017 24 commits
  3. 07 Feb, 2017 13 commits
    • Chris Bracken's avatar
      Handle non-fat frameworks in iOS app framework thinning (#7950) · b16a515d
      Chris Bracken authored
      Support for thinning app frameworks to the target architecture was added
      in 708909fc. This commit adds support
      and error-checking for non-fat frameworks that are not of the target
      architecture. In such cases, we now fail the build, and emit an error
      message and the contents of lipo -info for the affected framework.
      b16a515d
    • Adam Barth's avatar
      Add PageController (#7948) · 2eb4f2c3
      Adam Barth authored
      This patch improves PageView to the point where we can use it in the date
      picker. Specifically, you now get onPageChanged notifications and you can
      control which page is visible using a PageController.
      2eb4f2c3
    • Adam Barth's avatar
      Make ensureVisible work with sliver-based viewports (#7920) · 6ddd0bb4
      Adam Barth authored
      There appears to be an issue with children before the center widget.
      I've filled a bug about that issue and will follow up in a later patch.
      6ddd0bb4
    • Adam Barth's avatar
      Switch complex_layout back to LazyBlock (#7940) · 474c2c7d
      Adam Barth authored
      We need to study these benchmark numbers more carefully. See #7937
      474c2c7d
    • Michael Goderbauer's avatar
    • Hans Muller's avatar
      af587a15
    • Hans Muller's avatar
      c08bac83
    • zhenqiu1101's avatar
      Add find.descendant API to support find descendants of an element by passing... · 47666af5
      zhenqiu1101 authored
      Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. (#7944)
      
      * Add find.descendant API to support find descendants of an element by passing the current element and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      
      * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
      47666af5
    • Hans Muller's avatar
    • Jason Simmons's avatar
    • Chris Bracken's avatar
      708909fc
    • Chris Bracken's avatar
      Thin iOS app frameworks to the target architecture (#7913) · 1926d111
      Chris Bracken authored
      * Support thinning iOS frameworks to supported architectures
      
      When building against frameworks that are distributed as
      multi-architecture fat binaries, we want to strip the frameworks we
      distribute down to only the architectures specified in $ARCHS.
      
      This patch adds:
      * The ability to specify commands to xcode_backend.sh (if none is
        specified, run BuildApp for backward compatibility).
      * A 'thin' command that invokes lipo to thin down the distributed as
        described above.
      
      * Add framework thinning step to iOS build
      
      Invokes xcode_backend.sh thin on the build application.
      
      * Limit architectures to arm64 in Xcode template
      
      Flutter does not yet support armv7 iOS devices. Limit the $ARCHS build
      variable to arm64 until then.
      1926d111
    • Phil Quitslund's avatar
      Bump Dart SDK to 1.22.0-dev.10.5. (#7927) · 795c0c60
      Phil Quitslund authored
      * has all the cherry-picks fixing known issues merged.
      795c0c60