visual_cache 1.0.0-betta.3 copy "visual_cache: ^1.0.0-betta.3" to clipboard
visual_cache: ^1.0.0-betta.3 copied to clipboard

Visual Cache was created to help you see how much cache your application has accumulated.

1.0.0-betta.3 #

  • Now you need to call VisualCache() instead of VisualCacheWidget().
  • 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.

1.0.0-betta.2 #

  • Update README.md;
  • Update CHANGELOG.md;

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;

0.1.3-alpha #

  • Platform support updates
  • Update README.md

0.1.0-alpha #

  • First release.
5
likes
0
points
37
downloads

Publisher

verified publishersmollaitc.org

Weekly Downloads

Visual Cache was created to help you see how much cache your application has accumulated.

Repository (GitHub)
View/report issues

Topics

#visual-cache #cache #image-picker #files

License

unknown (license)

Dependencies

flutter, path_provider, pie_chart

More

Packages that depend on visual_cache