Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alanrussian/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 12, 2017

  1. Change async stubbing to use thenAnswer.

    Mockito now prohibits calling thenReturn with Futures and Streams. dart-lang/mockito#79
    alanrussian committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    c8583b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ab9d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Revert "Update all Mockito deps to 3.0.0."

    This reverts commit e8ab9d3.
    
    I did not correctly update the mockito dep, and there's no easy way to update to 3.0 alpha right now.
    alanrussian committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    c7909b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Configuration menu
    Copy the full SHA
    65f4776 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    761e55a View commit details
    Browse the repository at this point in the history
Loading