You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use husky in my flutter project, but unfortunately It trows the error.
It's because I'm using with flutter command not dart. Also I'm bound to use flutter command as I have some dependency for UT and other stuff. Can you please help me out with this problem.
Here is error that I'm getting in my terminal.
Resolving dependencies in /porjectpath/0s)
Because project depends on flutter_test from sdk which doesn't exist (the Flutter SDK is not available), version solving failed.
Flutter users should run `flutter pub get` instead of `dart pub get`. .
The text was updated successfully, but these errors were encountered:
Hey Guys,
I wanted to use husky in my flutter project, but unfortunately It trows the error.
It's because I'm using with flutter command not dart. Also I'm bound to use flutter command as I have some dependency for UT and other stuff. Can you please help me out with this problem.
Here is error that I'm getting in my terminal.
The text was updated successfully, but these errors were encountered: