Skip to content

Releases: OutdatedGuy/cached_video_player_plus

v4.1.0

05 Dec 19:03
77fe6d6

Choose a tag to compare

What's Changed

  • feat: allow replacing the default implementations of the cache manager and storage by @AlexV525 in #114
  • docs: update funding links in README and pubspec.yaml by @OutdatedGuy in #120
  • docs: promote indie game and support package maintenance by @OutdatedGuy in #121

New Contributors

Full Changelog: v4.0.4...v4.1.0

v4.0.4

25 Aug 23:04
f5a32f8

Choose a tag to compare

What's Changed

Full Changelog: v4.0.3...v4.0.4

v4.0.3

26 Jul 02:28
07e9f6b

Choose a tag to compare

What's Changed

  • fix: dataSource of CachedVideoPlayerPlus.file is not a valid file path by @wlodzix in #103
  • refactor: lowered example dart sdk to 3.0.0 by @OutdatedGuy in #104
  • refactor: simplify cache expiration logic by @OutdatedGuy in #105
  • refactor: consolidate debug print statements into a single method by @OutdatedGuy in #106

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

23 Jul 18:19
1914a9d

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1+1...v4.0.2

v4.0.1+1

22 Jul 10:39
7ac55d6

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.1+1

v4.0.1

17 Jul 02:06
ebb1038

Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

15 Jul 04:02
63cdfbe

Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v4.0.0

v3.0.3

01 Aug 14:22
3faef27

Choose a tag to compare

What's Changed

  • refactor: lowered sdk contraints to 3.0.0 and above by @OutdatedGuy in #38

Full Changelog: v3.0.2...v3.0.3

v3.0.2

11 Jun 12:47
7bc8041

Choose a tag to compare

What's Changed

  • chore: updated dependency constraints to support lower bounds by @OutdatedGuy in #31

Full Changelog: v3.0.1...v3.0.2

v3.0.1

28 May 05:43
fe4b64e

Choose a tag to compare

What's Changed

  • chore: updated plugin & example template to Flutter 3.19 by @OutdatedGuy in #15
  • chore: updated shared code from video_player package by @OutdatedGuy in #16
  • feat: made example code platform adaptive by @OutdatedGuy in #17
  • fix!: wrong storage container used to store the data by @OutdatedGuy in #18
  • feat!: using custom cache manager for caching by @OutdatedGuy in #19
  • perf: using isolates to handle file related tasks by @OutdatedGuy in #23
  • chore: updated plugin & example template to Flutter 3.22 by @OutdatedGuy in #24
  • feat: function to clear existing video cache by @chorauoc in #14
  • fix: revert usage of isolates which are not working by @OutdatedGuy in #27

New Contributors

Full Changelog: v2.0.0...v3.0.0