1. 12 Oct, 2017 2 commits
  2. 11 Oct, 2017 3 commits
  3. 10 Oct, 2017 6 commits
  4. 09 Oct, 2017 1 commit
  5. 07 Oct, 2017 1 commit
  6. 06 Oct, 2017 7 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
    • Iiro Krankka's avatar
      Change PageController#nextPage & #previousPage methods to return Future when... · 0a85db29
      Iiro Krankka authored
      Change PageController#nextPage & #previousPage methods to return Future when the animation completes. (#12299)
      
      * Changed PageController #nextPage & #previousPage to return a Future after completing.
      
      * Removed false statement about returning a Future in PageController#jumpToPage
      
      * Added tests to make sure nextPage & previousPage return Futures.
      
      * Tested that the Futures returned by nextPage & previousPage actually resolve.
      
      * Renaming *pageCalled to *pageCompleted, since that's what it's actually for.
      0a85db29
    • Alexander Aprelev's avatar
      Force upgrade update packages with improved update process. (#12412) · c02850b4
      Alexander Aprelev authored
      * Force upgrade update packages with improved update process.
      
      * Update packages
      
      * Revert "Update packages"
      
      This reverts commit a37de26d3f4f7f5a15746ff791002625faa3d3c0.
      c02850b4
    • Yegor's avatar
      Date picker i18n (#12324) · 150c5830
      Yegor authored
      * formatYear
      
      * localize date picker
      
      * tests
      
      * clean-ups
      
      * address comments
      150c5830
  7. 05 Oct, 2017 10 commits
  8. 04 Oct, 2017 6 commits
  9. 03 Oct, 2017 4 commits