1. 17 Oct, 2017 1 commit
  2. 16 Oct, 2017 2 commits
  3. 14 Oct, 2017 5 commits
  4. 13 Oct, 2017 7 commits
  5. 12 Oct, 2017 10 commits
  6. 11 Oct, 2017 3 commits
  7. 10 Oct, 2017 6 commits
  8. 09 Oct, 2017 1 commit
  9. 07 Oct, 2017 1 commit
  10. 06 Oct, 2017 4 commits
    • Zachary Anderson's avatar
      4c23397e
    • P.Y. Laligand's avatar
      Disable Dart analysis in Fuchsia. (#12409) · 21b81d90
      P.Y. Laligand authored
      Fuchsia will soon use a newer version of the Dart analysis server which Flutter code has not been adjusted for yet.
      21b81d90
    • Alexander Aprelev's avatar
      Add hotReloadInitialDevFSSyncMilliseconds to track how long user have… (#12417) · ac1546c7
      Alexander Aprelev authored
      * Add hotReloadInitialDevFSSyncMilliseconds to track how long user have to wait before being able to do first reload.
      
      This stat is significantly different between existing and preview-dart-2 setting (for the latter, this stat is ~3x slower: 13s vs ~4s).
      
      * Remove ws
      
      * Cleanup timer-related code
      ac1546c7
    • gspencergoog's avatar
      Adding proper accommodation for textScaleFactor in bottom navigation bar. (#12421) · 8d41fa78
      gspencergoog authored
      This updates the bottom navigation bar to be able to handle more general widgets in the place of the label in the bottom navigation bar, so that Text with a textScaleFactor larger than 1.0 will behave nicely in a bottom navigation bar.
      
      It also means that other widgets given instead of a Text widget for the label will work more predictably.
      
      I also vastly simplified the layout logic, eliminating many computations that were not needed, and refactored the build function to use a separate private navigation tile widget.
      
      Also, the color splash animations were coming from the wrong location (they were coming from far to the right of the touched widget), so that works as specified now.
      8d41fa78