-
Notifications
You must be signed in to change notification settings - Fork 122
啥时候适配 2.5.0 #132
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
看了一下源码,或许可以用InstanceInvocation 和 InstanceGet 代替 |
@lancexin 我这边研究了一下,Flutter 2.5.0 已经使用这两个进行了替换,不过我在 2.2.3 上部分逻辑使用这两个 API 验证,总是有很多问题,您那边有亲自验证吗? |
@GvcZhang 我也是昨天才有改造的想法,还没来得及研究,但是我有这方面的想法,能否加个vx?可以发我邮箱 lance.xin@me.com 我们详细探讨一下 |
@lancexin 发你邮件了。有兴趣的朋友可以加我一起研究(base64):bXluYW1lX3poYW5nd2Vp |
目前自身已对 Execute Hook 方式做了适配。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kangwang1988
Flutter 2.5.0 对应的 dart 对 ast 部分 api 进行了大量的改动,目前对其适配产生了一定的影响,是否可以尽快适配。
Dart 2.14.2 版本,删除了:
MethodInvocation
和PropertyGet
等相关的 APIThe text was updated successfully, but these errors were encountered: