Skip to content

Releases: SekolahCode/flutter_cache

flutter_cache 0.1.0

11 Mar 06:29

Choose a tag to compare

flutter_cache 0.1.0 Pre-release
Pre-release

Changelog

  • Migrated to null safety
  • Update Shared Preference and Flutter constraint

flutter_cache 0.0.7

09 Mar 12:39

Choose a tag to compare

flutter_cache 0.0.7 Pre-release
Pre-release

Changelog

  • Can set optional value if key not exists in load()
  • Import package method instead of Cache class.
  • Upgrade to dependencies to Flutter 2
  • Update Test from flutter_test to test package

Breaking Changes

  • Import package method instead of Cache class.
    • changed from import 'package:flutter_cache/flutter_cache.dart'; to import 'package:flutter_cache/flutter_cache.dart' as cache;