1. 23 Apr, 2018 8 commits
  2. 22 Apr, 2018 1 commit
  3. 21 Apr, 2018 6 commits
  4. 20 Apr, 2018 12 commits
  5. 19 Apr, 2018 13 commits
    • xster's avatar
      d05bc9c0
    • Greg Spencer's avatar
      Updating the Chip demo in the Gallery to include all the new types of chips. (#16522) · b83eb465
      Greg Spencer authored
      This chip demo is more interactive than the last one, trying to exercise all of the types of chips for a demo that lets you select different types of "chips" (like tortilla, wood, micro, etc.), and then filter them and select an action on them.
      b83eb465
    • xster's avatar
      cdf80b64
    • xster's avatar
      Fine-tune iOS's scroll start feel (#16721) · 133c98a8
      xster authored
      * Fine-tune iOS's scroll start feel
      
      * remove negations in doc
      
      * Our own dart-side gesture arena also contributes to the 'jerk'. Make sure that snap is accounted as well.
      
      * Added more code comments from review.
      133c98a8
    • Michael Goderbauer's avatar
      1ba99b94
    • Chris Bracken's avatar
      Move script snapshot argumtents to Snapshotter (#16722) · cf577881
      Chris Bracken authored
      This moves --vm_snapshot_data and --isolate_snapshot_data argument
      hardcoding from GenSnapshot (a minimal wrapper around gen_snapshot
      invocations) to Snapshotter.buildScriptSnapshot(). These arguments are
      present in both AOT and script snapshots, but differ semantically: for
      script snapshots they're inputs from the host engine artifacts
      directory, for AOT snapshots they're outputs to the build directory.
      cf577881
    • Greg Spencer's avatar
      Change CircleAvatar to use BoxFit.cover for images (#16649) · 0b389fc9
      Greg Spencer authored
      This is a PR giving some love to the abandoned PR #16263 by @harrisonturton
      
      I've added a test, and formatted it to be readable.
      
      Currently the CircleAvatar does not set a fit property on the DecorationImage it uses to paint images. This causes non-square images to not fully cover the circle, which looks pretty bad. This PR sets it to BoxFix.cover.
      
      Fixes #13478.
      0b389fc9
    • Todd Volkert's avatar
      Add a few timeouts to FlutterDriver.connect() (#16762) · 9da0ec27
      Todd Volkert authored
      We're seeing occasional test timeouts trying to call `FlutterDriver.connect()`.
      Unfortunately, when the test is timed out at the test runner level, you don't
      get a meaningful test failure or stack trace of where the timeout occurrred.
      Your test harness also doesn't get to clean up, which can include things like
      saving the device logs to see what was going on in the device.
      
      Thus, this change adds timeouts in the places where we've most
      commonly observed hangs during tests.
      9da0ec27
    • Chinmay Garde's avatar
      Roll Flutter Engine to 637e921. (#16761) · 07e5056b
      Chinmay Garde authored
      This roll includes the following commits.
      
      * flutter/engine@637e921d6: Use the raster cache when rendering screenshots as bitmaps (#5050)
      * flutter/engine@a23fa923c: Look for an assets path specification in the Info.plist. (#5049)
      07e5056b
    • Devon Carew's avatar
      c058c6a6
    • Chinmay Garde's avatar
    • Jonah Williams's avatar
      Roll engine to 3405e23a32af4ea3655e5d1a78955066b2573331 (#16755) · eb1fd786
      Jonah Williams authored
      * update engine version, ignore scopesRoute and namesRoute flags until framework support is added
      eb1fd786
    • Todd Volkert's avatar
      Roll engine to 3cc8d82895eaaddc52df166ceb0e5d7c3cc40588 (#16728) · 7b163c7c
      Todd Volkert authored
      This contains the following commits:
      
      flutter/engine@3cc8d82 Fix more Linux unittest targets.
      flutter/engine@b6ba69b libtxt: add boxes representing empty lines in GetRectsForRange
      flutter/engine@388f019 Enable downscale of very large images when uploading on IO thread
      flutter/engine@22e1381 Allow runtime unit-test to perform dynamic symbol resolution for Dart snapshots.
      flutter/engine@59d1366 Don’t build the host shell on target builds.
      flutter/engine@7a6b779 Remove the weak pointer factory from the service isolate's DartIsolate object
      flutter/engine@d4729ab Update the embedder GN target to use a source set instead of a complete static library.
      flutter/engine@8973c73 Implement Scene::toImage for creating a raster image representation of a scene.
      flutter/engine@572c584 Configure kernel paths in the embedder if the asset directory contains the kernel assets
      flutter/engine@8ed932c Roll src/third_party/skia/ 1cd6098d5..1ccaa6e05 (20 commits)
      flutter/engine@a0804f3 Simplify weak pointer factories and allow vending weak pointers on multiple threads.
      7b163c7c