xsahil03x / super_enum

Create super-powered dart enums similar to sealed classes in Kotlin
https://pub.dev/packages/super_enum
MIT License
116 stars 13 forks source link

VS Studio can not find the build task #24

Closed TBCode523 closed 4 years ago

TBCode523 commented 4 years ago

VS Studio for some reason is not detecting the build task runner. Could be something wrong with the library or my version of VS Studio(I updated to the latest version)?

xsahil03x commented 4 years ago

Hey, can you post the full log please?

TBCode523 commented 4 years ago

I'm kind of new at this. I don't know what you mean by the full log, however I explained my problem in more depth with pictures on stackoverflow. https://stackoverflow.com/questions/59462514/build-runner-is-not-found-in-vs-studio

xsahil03x commented 4 years ago

I don't think the URL is working but to my understanding, there isn't any issue with the package.

TBCode523 commented 4 years ago

Where is the URL located and how can I access it? Sorry if it's a trivial problem since this is the 1st issue I had with super enums.