diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
691 stars 206 forks source link

get2.1.6 error #72

Closed silentchild closed 4 years ago

silentchild commented 4 years ago

Because demoApp depends on percent_indicator ^2.1.6 which doesn't match any versions, version solving failed. pub get failed (1; Because flutter_base_framework depends on percent_indicator ^2.1.6 which doesn't match any versions, version solving failed.)

diegoveloper commented 4 years ago

Run flutter doctor and paste here

silentchild commented 4 years ago

Run flutter doctor and paste here

Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 1.20.3, on Microsoft Windows [Version 10.0.19041.450], locale zh-CN)

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.1) [√] Android Studio (version 4.0) [√] VS Code (version 1.48.2) [!] Connected device ! No devices available

! Doctor found issues in 1 category.

diegoveloper commented 4 years ago

Add yout pubspec.yaml

Add more log if you can

On Wed, Sep 9, 2020, 1:56 AM silentchild notifications@github.com wrote:

Run flutter doctor and paste here

Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 1.20.3, on Microsoft Windows [Version 10.0.19041.450], locale zh-CN)

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.1) [√] Android Studio (version 4.0) [√] VS Code (version 1.48.2) [!] Connected device ! No devices available

! Doctor found issues in 1 category.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter_percent_indicator/issues/72#issuecomment-689349128, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UFVCEEZD7R2VQVRKSDSE4RK5ANCNFSM4RBIR2GQ .

silentchild commented 4 years ago

Add yout pubspec.yaml Add more log if you can On Wed, Sep 9, 2020, 1:56 AM silentchild @.***> wrote: Run flutter doctor and paste here Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 1.20.3, on Microsoft Windows [Version 10.0.19041.450], locale zh-CN) [√] Android toolchain - develop for Android devices (Android SDK version 30.0.1) [√] Android Studio (version 4.0) [√] VS Code (version 1.48.2) [!] Connected device ! No devices available ! Doctor found issues in 1 category. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#72 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UFVCEEZD7R2VQVRKSDSE4RK5ANCNFSM4RBIR2GQ .

2.1.5 is ok 2.1.6 is not found

diegoveloper commented 4 years ago

I can't find the error, can you try adding the package in a new project?

silentchild commented 4 years ago

I can't find the error, can you try adding the package in a new project?

nothing changed but today reget is ok,thx