Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@devtronic devtronic released this 08 Feb 12:30

Features

Cache location

You're now able to set a custom cache location by setting catalyst_builder: { cacheDir: 'a/cache/path' } property in the pubspec.yaml

Take a look in pubspec.yaml for an example.

Internal

  • The CacheHelper is no longer static.