Closed soumyaDghosh closed 1 year ago
git clone
or another way for download project from github.flutter doctor
<- this command show what you must install. flutter pub get
This short instruction was created for those who already have skills in writing flutter apps.
For more information go to official flutter website.
There is a dependency issue whenever flutter pub get
is run,
Please make sure you're using Flutter 3.10.6.
We're preparing an updated README and a contribution guide in #1436
There is a dependency issue whenever
flutter pub get
is run,
Same error with me, but even with flutter version 3.10.6
. I downgraded my flutter and got to this version though.
Same error with me, but even with flutter version
3.10.6
. I downgraded my flutter and got to this version though.
Please double check that you're using the correct version and that your repository is clean - I can't reproduce any problems with 3.10.6.
How to build this app from source and make some contributions to it?