I get following error when I was running an app within Android Studio 2.
Gradle tasks [:app:assembleDebug] Could not determine the dependencies of task \':app:cr
Steps to fix:
Run flutter clean in terminal.
flutter clean
Run your app again.