svga / SVGAPlayer-Flutter

The SVGAPlayer implementation of Flutter using CustomPainter.
Other
245 stars 102 forks source link

什么时候可以增加flutter新版本的支持? #31

Closed jasoncfpl closed 4 years ago

jasoncfpl commented 4 years ago

现在有计划要升级flutter新版本嘛

PonyCui commented 4 years ago

并没有限制 Flutter 版本哦

jasoncfpl commented 4 years ago

我们这边目前有一个提示,您方便帮忙看一下嘛,我们目前使用的flutter版本是1.17.2 The plugin svgaplayer_flutter is built using an older version of the Android plugin API which assumes that it's running in a full-Flutter environment. It may have undefined behaviors when Flutter is integrated into an existing app as a module.

jasoncfpl commented 4 years ago

https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration @PonyCui

PonyCui commented 4 years ago

已经在最新的 commit 移除 Native Plugin。

jasoncfpl commented 4 years ago

感谢