Flutter 常用插件合集
shared_preferences
持久化存储数据。
provider
全局数据共享组件。
dio
网络请求插件,提供请求和响应拦截。
json_annotation
提供JSON格式化注解。
sqflite
sqlite支持。
image_picker
使用相机功能。
geolocator
取位置信息的插件,因为没有Google服务,国内无法使用。
url_launcher
用来跳转到其他应用的插件。
english_words
可以生成随机的英文字符串。
firebase_messaging
推送通知。