Skip to content

Releases: Smolla-ITc/visual_cache

Visual cache ver. 1.2.0

23 Dec 22:23

Choose a tag to compare

Pub Version

1.2.0

  • Rename showLegends -> showDirectoryName.
  • Increased real-time update time from 1 -> 2 seconds.
  • Updated README.md.

Full Changelog: 1.1.1...1.2.0

Visual cache ver. 1.1.1

26 Nov 20:35

Choose a tag to compare

  • Add custom text style.
  • Updated README.md

Visual cache ver. 1.0.0

25 Nov 20:34

Choose a tag to compare

  • Release.
  • bug fixed.

Visual cache ver. 1.0.0-rc.1

24 Nov 15:58

Choose a tag to compare

Pre-release

Pub Version

  • Code formatted for darts.

Visual cache ver. 1.0.0-betta.4

23 Nov 20:17

Choose a tag to compare

Pre-release

Pub Version

1.0.0-betta.4

  • Added real-time cache display/updates.
  • Added the ability to disable or enable real-time cache displays. Example:
isRealTime: false, // Enable disable realtime cache
  • Rewritten comments for better understanding of the code.
  • Minor bugs fixed.
  • Updated README.md file.

Visual cache ver. 1.0.0-betta.3

23 Nov 00:52

Choose a tag to compare

Pre-release
  • 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.

Visual cache ver. 1.0.0-betta.2

21 Nov 00:05

Choose a tag to compare

Pre-release
  • Update README.md;
  • Update CHANGELOG.md;

Visual cache ver. 1.0.0-betta.1

20 Nov 23:33

Choose a tag to compare

Pre-release
  • 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

19 Nov 16:01

Choose a tag to compare

Pre-release
  • Platform support updates
  • Update README.md