1. 17 Nov, 2018 1 commit
  2. 16 Nov, 2018 1 commit
  3. 15 Nov, 2018 3 commits
  4. 14 Nov, 2018 2 commits
  5. 12 Nov, 2018 1 commit
  6. 11 Nov, 2018 1 commit
  7. 09 Nov, 2018 1 commit
  8. 08 Nov, 2018 1 commit
  9. 07 Nov, 2018 2 commits
    • Michael Beckler's avatar
      BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264) · 9abce96e
      Michael Beckler authored
      Should fix #22226.
      
      Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.
      
      The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
      9abce96e
    • Jonah Williams's avatar
      unpin mockito (#24021) · 2fc2581b
      Jonah Williams authored
      2fc2581b
  10. 06 Nov, 2018 7 commits
  11. 05 Nov, 2018 1 commit
  12. 02 Nov, 2018 3 commits
  13. 01 Nov, 2018 1 commit
  14. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  15. 30 Oct, 2018 3 commits
    • Dan Field's avatar
      Revert "Reland Xcode backend refactor" (#23737) · 7217999a
      Dan Field authored
      * Revert "Update templates (#23698)"
      
      This reverts commit 5b0de6d6.
      
      * Revert "Verify that date/number translations exist for all supported languages (#23692)"
      
      This reverts commit 3449edf2.
      
      * Revert "Reland Xcode backend refactor (#23574)"
      
      This reverts commit 7270f284.
      7217999a
    • Dan Field's avatar
      Reland Xcode backend refactor (#23574) · 7270f284
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      7270f284
    • Devon Carew's avatar
      add explicit const keywords (#23652) · e30f9a94
      Devon Carew authored
      e30f9a94
  16. 26 Oct, 2018 1 commit
  17. 24 Oct, 2018 1 commit
  18. 23 Oct, 2018 2 commits
  19. 20 Oct, 2018 1 commit
  20. 19 Oct, 2018 1 commit
    • Chris Bracken's avatar
      Update coverage, linter to latest releases (#23304) · 8007e1bc
      Chris Bracken authored
      Coverage 0.12.3 includes a fix for dart-lang/coverage#194, which was
      causing errors on the flutter build bots.
      
      Linter was updated automatically as a side effect of running
      `flutter update-packages --force-upgrade`.
      8007e1bc
  21. 18 Oct, 2018 3 commits
  22. 17 Oct, 2018 2 commits