鸿蒙 Flutter 可用插件
已适配插件列表:https://gitcode.com/openharmony-tpc/flutter_packages
这边在整理一些自己已经用的插件:
cupertino_icons: ^1.0.2
flutter_bloc: ^8.1.3
get_it: ^7.6.7
http: ^1.2.1
equatable: ^2.0.5
uuid: ^4.3.0
internet_connection_checker: ^1.0.0+1
either_dart: ^1.0.0
bloc: ^8.1.3
path: ^1.8.3
rss_dart: ^1.0.0 # rss 解析
intl: any
hive_ce: ^2.11.3
hive_ce_flutter: ^2.3.1
原则上,纯 dart 实现的插件,应该可以在鸿蒙上运行。
对于需要原生能力的插件,需要去从上面的插件列表寻找是否已经适配。
webview_flutter: git: url: "https://gitcode.com/openharmony-tpc/flutter_packages.git" path: "packages/webview_flutter/webview_flutter"