Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error evaluating generator expression: $<TARGET_FILE:modal_progress_hud_nsn_plugin> #6

Closed
acheyfaiz opened this issue Oct 28, 2022 · 7 comments
Labels
bug Something isn't working question Further information is requested

Comments

@acheyfaiz
Copy link

Hi, i want to run my flutter project on desktop. But i have one issue when run it. Any guess how to solve it?

cmake error

@kphanipavan kphanipavan added bug Something isn't working help wanted Extra attention is needed question Further information is requested labels Oct 28, 2022
@kphanipavan
Copy link
Owner

kphanipavan commented Oct 28, 2022

Hello...

Have you tried running the example app/fresh app with just this plugin? See if the problem persists in it...

If it does, please try alternatives:
https://pub.dev/packages/modal_progress_hud_alt
https://pub.dev/packages/blurry_modal_progress_hud

I don't have a windows machine at the moment to debug this issue. Will try to replicate it on my end push the fix accordingly as soon as possible.

Edit:
Try flutter clean first

@acheyfaiz
Copy link
Author

acheyfaiz commented Oct 28, 2022

Hi.. i have tried running on fresh app and the error still exist.

Edit:
right now i tried https://pub.dev/packages/modal_progress_hud_alt for alternative for my current project. works well

@adromil
Copy link

adromil commented Jan 18, 2023

Hi @kphanipavan also encountered the same issue while trying to run my project as a Windows Desktop.

@kphanipavan kphanipavan removed the help wanted Extra attention is needed label Jan 18, 2023
@kphanipavan
Copy link
Owner

Will push a fix soon, try using the git version after the push...
Thank you for the info.

@kphanipavan
Copy link
Owner

@adromil
@acheyfaiz
Try below:

Replace

dependencies:
...
  modal_progress_hud_nsn: ^0.3.0
...

with

dependencies:
...
  modal_progress_hud_nsn:
    git:
      url: https://github.com/kphanipavan/modal_progress_hud_nsn.git
      ref: master
...

Do comment on the result.

@kphanipavan kphanipavan removed the question Further information is requested label Jan 18, 2023
@kphanipavan kphanipavan added the question Further information is requested label Jan 30, 2023
@kphanipavan
Copy link
Owner

Hii,
@acheyfaiz @adromil

Included this fix to stable version 0.4.0. Closing this for now, reopen if necessary.

Thank you.
~ Pvn

@Ut321
Copy link

Ut321 commented Aug 17, 2023

Flutter clean
Flutter pub get
Flutter run


Flutter upgrade
Flutter clean
Flutter pub upgrade
Flutter run

I think then it might will solve the issue .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants