-
Notifications
You must be signed in to change notification settings - Fork 282
Flutter (Channel beta), v1.2.1 is released! #78
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
Comments
Good news, none of the above changes breaks |
The following message appear when the
The error is not critical. |
We should probably decide which channel we stick to. I'm usually using the dev channel, which was already at 1.2.2, but that channel is not stable at all.. Perhaps it's good to stay compatible with beta? |
Tracking Beta is good enough. |
As part of solving this issue, the |
I've already pushed version compatibility information directly to master, PR #81 to update embedder definitions. |
The Changelog contains 2 Embedder API changes:
#7497 Embedder API:
main_path
andpackages_path
inFlutterProjectArgs
have been renamed to indicate that they should no longer be provided.#7567 Embedder API: The
FlutterResult
type has been renamed toFlutterEngineResult
.The text was updated successfully, but these errors were encountered: