-
Notifications
You must be signed in to change notification settings - Fork 185
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
Any plans to support dart3 #829
Comments
yes, seems related to the error, when trying runing protoc: can't load kernel binary: invalid kernel binary format version |
Receiving same message when running protoc for dart, ever since using Flutter 3.10. |
@kevmoo do you know what's blocking this? This might be blocking our adoption of latest flutter web / dart 3 right now. |
@mraleph ? |
@peterweb2005 and @ashishdock you might have been hit by dart-lang/sdk#52386. If that is the case you should delete the cache at C:\Users<user>\AppData\Roaming\Pub\Cache\bin and point your PATH variable to C:\Users<user>\AppData\Local\Pub\Cache\bin and things should work again. |
thanks, |
We just published protobuf-3.0.0 and protoc_plugin-21.0.0. |
I was browsing https://dart.dev/resources/dart-3-migration and then wondered if there are any plans to update the build to use dart 3?
Also, are there plans to publish a new version? https://pub.dev/packages/protoc_plugin/versions
The text was updated successfully, but these errors were encountered: