Skip to content

Releases: SekolahCode/flutter_cache

flutter_cache 0.1.0

flutter_cache 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@ashrafkamarudin ashrafkamarudin released this 11 Mar 06:29

Changelog

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

flutter_cache 0.0.7

flutter_cache 0.0.7 Pre-release
Pre-release

Choose a tag to compare

@ashrafkamarudin ashrafkamarudin released this 09 Mar 12:39

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;