flutter_ume_kit_shared_preferences 0.0.2 copy "flutter_ume_kit_shared_preferences: ^0.0.2" to clipboard
flutter_ume_kit_shared_preferences: ^0.0.2 copied to clipboard

Kit for shared_preferences.

flutter_ume_kit_shared_preferences #

基于UME下的shared_preferences插件,可以实时查看修改或删除所有shared_preferences缓存的key的值。

接入UME Example #

只需把整个flutter_ume_kit_shared_preferences 放入kit中本地导入。修改pubspec如下 即可

flutter_ume_kit_shared_preferences:
    path: ../kits/flutter_ume_kit_shared_preferences
    
copied to clipboard

main.dart 新增如下代码,SharedPreferencesInspector模块即可带入UME主模块。


..register(SharedPreferencesInspector())

copied to clipboard

不接入Example运行 #

不接入的话,本项目也带有demo main.dart可以直接运行,详情可以看screenshots下录制的视频。 实测支持iOS、安卓、macos。 理论所有shared_preferences插件支持的平台都支持,但是手上没有Linux、Windows平台机器。故而不做保证。

0
likes
105
points
72
downloads

Publisher

verified publisherflutter.cn

Weekly Downloads

2024.08.26 - 2025.03.10

Kit for shared_preferences.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_ume, shared_preferences

More

Packages that depend on flutter_ume_kit_shared_preferences