xuexiangjys / flutter_template

The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling, login and registration, etc.(Flutter空壳模板工程,已搭建基础框架,实现国际化、主题换肤、登录注册、自动路由注册等功能,可在此基础上简单修改实现自己的应用功能)

Home Page:https://github.com/xuexiangjys/flutter_template/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The plugins `flutter_webview_plugin, image_picker_saver` use a deprecated version of the Android embedding.

MeiChao opened this issue · comments

commented

The plugins flutter_webview_plugin, image_picker_saver use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

推荐使用flutter 2.0.6版本