refi64 / vuedart

Create Vue web apps in Dart
https://refi64.com/vuedart
310 stars 19 forks source link

Revert the version of analyzer to 0.35 for avoiding bug #37

Closed wallyjue closed 5 years ago

wallyjue commented 5 years ago

Hi, thanks for the great work. I found an issue when I tried to run VueDart, and I found out a workaround solution is to downgrade the dependent pacakge of analyzer to less than 0.36, so here is the PR.

Ref: https://github.com/dart-lang/source_gen/issues/399

refi64 commented 5 years ago

Thanks for this! However, I pushed some more fundamental fixes in https://github.com/kirbyfan64/vuedart/commit/9e0af29a3436b982c1f6e56c339eafe8bcce6444 instead.

refi64 commented 5 years ago

Actually, I'll manually merge this into the v0.4 branch because cherry-picking is hard.

refi64 commented 5 years ago

Committed as https://github.com/kirbyfan64/vuedart/commit/fdc7078464679ee66f99420a7f08dcc9130cc7ca. Thanks again!

wallyjue commented 5 years ago

Thanks! That's awesome!