Reputation: 79
After launching my Flutter application stopped building on a device.
See The Run Log
Upvotes: 0
Views: 1835
Reputation: 1793
On OSX i solved this issue using
$ brew install gradle
SOLUTION:
pubspec.yaml> Packages upgrade
(Gradle task 'assembleDebug'...) wait for couple of moments
Have Fun
Upvotes: 2