local_cache_sync 1.2.4
local_cache_sync: ^1.2.4 copied to clipboard
Cache json map to local file with Dart:io. Read cache with sync api.
1.2.4 Update Readme #
- Update Readme.
1.2.3 Add Data Detail Page #
- Now can use
LocalCacheSync.pushDetailPage(context)view cache detail.
1.2.2 Add Size Calculate #
- Now can view total cache size of channel by
LocalCacheLoader(channel).cacheInfo. - Now can view every total cache size on
CacheChannelListPage.
1.2.1 Add ImageCache #
- Add image cache.
1.2.0 Breaking change! #
- If you update to 1.2.0. You cannot read old data with same code!
- Add golbal cache name.
- Add
CacheChannelListPagewidget. - Add
DefaultValueCacheclass.
1.1.1 Release #
- Fix bug.
1.1.0 Release #
- Add
UserDefaultSyncclass.
1.0.0 Release #
- Release
0.0.3 Add Data View Page. #
- Now you can simple view data table with CacheViewTablePage.
0.0.2 Update(Breaking change). #
- Update loader working.
0.0.1 Creat. #
- Create project.