mmcc007/modal_progress_hud

dart sdk 2.1 not compatible ?

nitneuq33000 opened this issue · 4 comments

hello, I upgrade dart sdk to 2.1 but I have error with flutter packages get. modal progress hud not compatible .. .

Sorry about that... I hope I can help.

I ran example test with

[✓] Flutter (Channel beta, v0.9.4, on Mac OS X 10.12.6 16G1036, locale en-US)
    • Flutter version 0.9.4 at /Users/jenkins/Library/flutter
    • Framework revision f37c235c32 (3 weeks ago), 2018-09-25 17:45:40 -0400
    • Engine revision 74625aed32
    • Dart version 2.1.0-dev.5.0.flutter-a2eb050044

It should be compatible up to version 3.0.0. Try setting

  modal_progress_hud: ^0.1.1

to

  modal_progress_hud: any

to see if there is still a version conflict in your app.

Can you run the example?

If still a problem can you send me the output of flutter doctor -v or better still post an example that reproduces the problem.

Glad u got it working👍