Releases: OutdatedGuy/cached_video_player_plus
Releases · OutdatedGuy/cached_video_player_plus
v4.0.3
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
What's Changed
- docs: updated iOS chewie demo by @OutdatedGuy in #97
- refactor!: make dispose method asynchronous by @OutdatedGuy in #98
- docs: update README with cache manager override instructions by @OutdatedGuy in #99
- docs: fix desktop demo too small by @OutdatedGuy in #100
Full Changelog: v4.0.1+1...v4.0.2
v4.0.1+1
What's Changed
- style: fixed code formatting issue by @OutdatedGuy in #89
- docs: added WASM support instructions by @OutdatedGuy in #90
- docs: remove redundant instructions from README by @OutdatedGuy in #91
- docs: add buy_me_a_coffee funding option by @OutdatedGuy in #92
- docs: updated screenshots and descriptions by @OutdatedGuy in #93
- docs: added demos section with platform-specific examples by @OutdatedGuy in #94
Full Changelog: v4.0.1...v4.0.1+1
v4.0.1
What's Changed
- refactor: lowered dart sdk constraints by @OutdatedGuy in #83
- docs: added screenshots for pub.dev by @OutdatedGuy in #84
- refactor: add Windows and Linux support in example app by @OutdatedGuy in #85
- docs: update platform support details by @OutdatedGuy in #86
- docs: update v4.0.0 to v4 wherever suitable by @OutdatedGuy in #87
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- refactor: update git and pub ignore list by @OutdatedGuy in #63
- chore: updated dependencies to latest with Flutter 3.32 by @OutdatedGuy in #64
- refactor!: restructured api to use video_player controller by @OutdatedGuy in #65
- refactor: updated structure from a plugin to a package by @OutdatedGuy in #66
- feat: ability to provide custom cache key identifier by @OutdatedGuy in #67
- feat: ability to provide custom cache manager by @OutdatedGuy in #68
- feat: custom download header for just auth purposes by @OutdatedGuy in #69
- refactor!: use shared_prefs instead of get_storage by @OutdatedGuy in #70
- feat: ability to pre-cache video without creating any instances by @OutdatedGuy in #71
- refactor: change exception to StateError for controller by @OutdatedGuy in #72
- docs: add wit and wisdom to v4.0.0 migration by @OutdatedGuy in #73
- fix(web): cannot play cached videos on web by @OutdatedGuy in #74
- feat: implement cache key generation for video caching by @OutdatedGuy in #75
- docs: fine-tuning documentation by @OutdatedGuy in #76
- docs: update example app to showcase full feature set by @OutdatedGuy in #77
- refactor: await cache file removal to avoid possible race condition by @OutdatedGuy in #78
- docs: updated docs for v4 by @OutdatedGuy in #79
- feat: created bug and feature request templates by @OutdatedGuy in #80
Full Changelog: v3.0.3...v4.0.0
v3.0.3
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
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
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
v3.0.0
v2.0.0
What's Changed
- feat: controllable cache and macOS support by @OutdatedGuy in #7
Full Changelog: v1.0.1...v2.0.0