1. 01 Oct, 2018 8 commits
  2. 29 Sep, 2018 1 commit
  3. 28 Sep, 2018 18 commits
  4. 27 Sep, 2018 13 commits
    • jslavitz's avatar
      Vertical divider (#22377) · 657a41ed
      jslavitz authored
      * Add vertical divider option.
      
      * added vertical divider
      
      * restored hello world
      
      * final changes
      
      * a few changes
      
      * comment fixes
      
      * added VerticalDivider
      
      * few changes
      
      * comment changes:
      
      * ultra nits
      657a41ed
    • asiva's avatar
      Fix quotes. · 556568ff
      asiva authored
      556568ff
    • asiva's avatar
      Fix error message. · 5024871a
      asiva authored
      5024871a
    • asiva's avatar
      Roll engine to version d80c1de7b53af81a0b4385eb3f13de1ef77f0d2d · aef98047
      asiva authored
      Contains the following changes:
      
      d80c1de7b (HEAD -> master, upstream/master) Roll src/third_party/skia ab3144c3abb9..656cefe65d62 (11 commits) (#6362)
      edf6249e0 Add pushOffset to SceneBuilder (#6349)
      3a01f3956 Change log level from ERROR to WARNING (#6361)
      5ae470845 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (#6360)
      763627fff Do not export libdart symbols (#6337)
      3052dbd79 SystemNavigator.pop can pop w/o UINavigationController (#6341)
      0c096f798 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (#6359)
      b8c2a17a1 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (#6356)
      c589b312a Expose push/popRoute on FlutterViewController (#6347)
      075b3fcca Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (#6355)
      2dd9b99aa Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (#6354)
      5b799381f Dont make any binaries specify an X11 dependency. (#6353)
      309ac4e1b V0.8.2 fix compile problem with xcode10 (#6339)
      26fdd1e4f Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (#6351)
      cc44ca5d0 Perform persistent cache stores on the IO thread outside the frame workload. (#6350)
      f2a3df97e Wire up the Skia persistent GPU related artifacts cache. (#6278)
      aef98047
    • xster's avatar
      Revert "remove code signing special casing for Googlers (#22287)" (#22376) · 6cdf9532
      xster authored
      This reverts commit 1eb38abd.
      6cdf9532
    • xster's avatar
      1eb38abd
    • James D. Lin's avatar
      Improve Swift usage in platform_channel_swift some more (#22318) · f6c154c3
      James D. Lin authored
      Improve Swift usage in platform_channel_swift some more
      
      Make a bunch of changes that willlarche requested in
      https://github.com/flutter/flutter/pull/21712:
      
      * Use `static let` within `enum` namespaces for String constants.
      * Use `guard` for early exits and to avoid forced unwrapping.
      * Explicitly qualify a selector.
      * Fix a retain cycle by using a weak reference.
      f6c154c3
    • Jacob Richman's avatar
      Revert "Only register WidgetInspectorService extension in debug builds." (#22366) · 5225f3d2
      Jacob Richman authored
      This reverts commit 11350fed7f9d2088232354a131ca35a6e0aa6307.
      5225f3d2
    • MH Johnson's avatar
      1ad9f012
    • xster's avatar
      Support activeIcon in CupertinoTabBar (#22323) · 79dae000
      xster authored
      79dae000
    • liyuqian's avatar
      Roll engine 38a646e14cc2..9d4b80a60cb5 (13 commits) (#22358) · d5b21997
      liyuqian authored
      https://github.com/flutter/engine/compare/38a646e14cc2...9d4b80a60cb5
      
      git log 38a646e14cc2..9d4b80a60cb5 --no-merges --oneline
      9d4b80a60 Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#6348)
      ef98dcb11 Add support for counter timeline traces from the engine. (flutter/engine#6315)
      a961e96d1 Roll buildroot to pick up updated vs toolchain. (flutter/engine#6346)
      d6bb59978 Fixed IsolateNameServer documentation (flutter/engine#6344)
      0c854ac01 Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#6345)
      e394ea1dd Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#6343)
      bcdfc2312 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#6342)
      a861f37f7 Pass on the new unsafe-package-serialization option (flutter/engine#6331)
      5e77a1e46 Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#6340)
      6332db875 Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#6338)
      a08bc52e8 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#6336)
      8247ce26b Implement restore functions on Android and iOS (flutter/engine#6322)
      2ead5c06c Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#6334)
      d5b21997
    • Peter Zagoranski's avatar
      Added elevation to BottomSheet (#21998) · acbef6aa
      Peter Zagoranski authored
      acbef6aa
    • Derek Hannah's avatar
      updated Flutter Doctor grammar (#19676) · fafd615a
      Derek Hannah authored
      * updated Flutter Doctor grammar
      
      * updated messaging based on a suggestion by Greg Spencer
      
      * grammar update
      fafd615a