1. 26 Feb, 2018 1 commit
  2. 24 Feb, 2018 2 commits
  3. 23 Feb, 2018 4 commits
    • amirh's avatar
      Let the FAB compute the notch even when it doesn't overlap the BAB. (#14852) · c6e7ad1c
      amirh authored
      The Floating Action Button adds some margin around it for the notch.
      So we need to compute a notch even when the FAB and the Bottom App Bar
      doe not overlap.
      c6e7ad1c
    • amirh's avatar
      Smooth Floating Action Button notch (#14851) · 5d39f15c
      amirh authored
      5d39f15c
    • Jason Simmons's avatar
      Upgrade to test package version 0.12.30+4 (#14853) · 7f03b9e4
      Jason Simmons authored
      30+4 has made some changes to the remoting protocol that are incompatbile
      with a test harness running 30+3 (e.g. adding a type='initial' field to the
      first message)
      7f03b9e4
    • Vyacheslav Egorov's avatar
      Fix snapshot fingerprinting in --preview-dart-2 mode. (#14843) · 1f6b9471
      Vyacheslav Egorov authored
      * Fix snapshot fingerprinting in --preview-dart-2 mode.
      
      This is a follow up to PR #14775 - instead of treating dill file
      as an input treat as intermediate file and don't fingerprint it.
      
      Make sure to always use original main Dart file as an entry
      point for fingerprint calculation.
      
      This fixes an issue that AOT snapshot would not be recompiled in
      the preview-dart-2 mode if entry point changes, e.g.
      
      $ flutter build aot -t t/x.dart --preview-dart-2
      $ flutter build aot -t t/y.dart --preview-dart-2
      
      The second invocation would not build AOT snapshot.
      
      (This issue is visible on the microbencmarks bot)
      1f6b9471
  4. 22 Feb, 2018 6 commits
  5. 21 Feb, 2018 12 commits
  6. 20 Feb, 2018 7 commits
  7. 19 Feb, 2018 4 commits
  8. 17 Feb, 2018 4 commits