dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

sdk version issue

Open kumari-jaya opened this issue 5 years ago • 5 comments

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)

kumari-jaya avatar Sep 19 '19 08:09 kumari-jaya

Just replicate the code on your own using staggered grid , Works good for me .

Roboromeo1 avatar Nov 10 '19 10:11 Roboromeo1

@Roboromeo1 how can I make this change?

iklobato avatar Jun 28 '20 15:06 iklobato

@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 .

Roboromeo1 avatar Jun 28 '20 15:06 Roboromeo1

Even after the change, I keep getting this dependency error

Screenshot from 2020-06-28 13-15-40

And when running $ flutter run I got the same erros Screenshot from 2020-06-28 13-16-00

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 :(

iklobato avatar Jun 28 '20 16:06 iklobato

Even after the change, I keep getting this dependency error

Screenshot from 2020-06-28 13-15-40

And when running $ flutter run I got the same erros Screenshot from 2020-06-28 13-16-00

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 :(

Did you add the dependencies in your pubspec.yaml file after creating the new project and pasting the lib folder there?

D-Ajay-Kumar avatar Feb 19 '21 06:02 D-Ajay-Kumar