Releases: Smolla-ITc/visual_cache
Releases · Smolla-ITc/visual_cache
Visual cache ver. 1.2.0
1.2.0
- Rename
showLegends -> showDirectoryName. - Increased real-time update time from
1 -> 2seconds. - Updated README.md.
Full Changelog: 1.1.1...1.2.0
Visual cache ver. 1.1.1
- Add custom text style.
- Updated README.md
Visual cache ver. 1.0.0
- Release.
- bug fixed.
Visual cache ver. 1.0.0-rc.1
Visual cache ver. 1.0.0-betta.4
Visual cache ver. 1.0.0-betta.3
- Now you need to call
VisualCache()instead ofVisualCacheWidget(). - Added the ability to add names to your subdirectories, example:
// 'Path to subdirectories ': 'Custom name subdirectories'
namedSubdirectories: {
'NewFolder': 'Images',
'NewFolder2': 'Videos',
'NewFolder3': 'File',
},- Added the ability to use your own colors for an example diagram:
colorSubdirectories: [
Colors.amberAccent, // Images color
Colors.deepOrange, // Videos color
Colors.deepPurpleAccent, // File color
Colors.teal, // Add a final color for "Rest Cache" if you don't want it to be determined by itself
],- Added the ability to hide subdirectory names example:
showLegends: true, // Enable disable display of directory names- Added display "Rest Cache" is displayed itself if there are cache files in the /cache folder.
- Fixed MB and GB formatting.
- Error and bug fixes.
- Updated README.md file.
Visual cache ver. 1.0.0-betta.2
- Update README.md;
- Update CHANGELOG.md;
Visual cache ver. 1.0.0-betta.1
- Now you don’t need to write a grammar construct, now you just need to call the VisualCacheWidget() widget;
- Added visual cache viewing using the pie_chart 5.4.0 library;
- Added the ability to add your own directory. Example:
VisualCacheWidget(subdirectories: ['NewFolder','NewFolder2', 'NewFolder3'],)- Update README.md;
- Bug fixes;
Visual cache ver. 0.1.3-alpha
- Platform support updates
- Update README.md