dashboard
dashboard copied to clipboard
sdk version issue
The current Dart SDK version is 2.5.0.
Because dashboard requires SDK version >=1.19.0 <2.0.0, version solving failed. pub get failed (1)
Just replicate the code on your own using staggered grid , Works good for me .
@Roboromeo1 how can I make this change?
@Roboromeo1 how can I make this change?
Create a new project then
@Roboromeo1 how can I make this change?
Just create a new flutter project and copy the code from clone repo. It working good just checked it .
Even after the change, I keep getting this dependency error
And when running $ flutter run
I got the same erros
I even tryied to downgrade my version os Dart SDK changing the PATH
to the v1.19.0 in here again with no success
I dont know what to do :(
Even after the change, I keep getting this dependency error
And when running
$ flutter run
I got the same errosI even tryied to downgrade my version os Dart SDK changing the
PATH
to the v1.19.0 in here again with no successI dont know what to do :(
Did you add the dependencies in your pubspec.yaml file after creating the new project and pasting the lib folder there?