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

Update for Flutter 3.0 #366

Merged
merged 14 commits into from
May 17, 2022
Merged

Conversation

swift-kim
Copy link
Member

@swift-kim swift-kim commented May 16, 2022

Closes #365.

  • Increase the framework version to 3.0.0 (flutter/flutter@ee4e09c).
  • Update the engine hash to 3.0.0-70ec9ba. (Note: Compressed pointers are now enabled for arm64 targets.)
  • Update the tool code according to the upstream side changes. Please refer to the commit history for details.

@swift-kim
Copy link
Member Author

I decided not to add the new "FFI plugin and template" support because it will add too much complexity without much benefit. Note that this has nothing to do with already existing FFI plugins such as url_launcher_tizen. The new FFI template consists of example C code for a shared library (src.tmpl) and CMake files for building the library that we don't use for our FFI plugin implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Flutter 3.0
2 participants