whitecodel_reels 0.0.9+4
whitecodel_reels: ^0.0.9+4 copied to clipboard
A Flutter package to easily integrate instagram like reels in your app
0.0.9+4 #
- README.md updated with new features and usage instructions
0.0.9+3 #
- README.md updated with new features and usage instructions
0.0.9+2 #
- README.md updated with new features and usage instructions
0.0.9+1 #
- README.md updated with new features and usage instructions
0.0.9 #
- Videos are streamed and cached simultaneously via a proxy — no extra bandwidth usage, just better performance
0.0.8+1 #
- README.md updated with new features and usage instructions
0.0.8 #
- Added support for passing additional values such as HTTP headers and video player options via the VideoModel object
0.0.7 #
- Upgraded Gradle wrapper to 8.4 and Android Gradle plugin to 8.3.0
- Upgraded Kotlin to 1.8.10
- Refactored Dart code for readability and maintainability
- Enhanced video player functionality in WhiteCodelReels widget
- Improved controller methods for async handling and clarity
0.0.6 #
- README.md updated
0.0.5 #
- Now only increase page length when previous video is initialized to avoid heavy memory usage
0.0.4 #
- Caching issue fixed now caching only near by videos
- Example code updated and video list added into it
- isCaching flag added default is false
0.0.3 #
- Listen video events improved
- Unnecessary logs removed
0.0.2 #
- VideoController and PageController available in builder
- Example code progress indicator added
- Listen to video events at once fixed now only listen to video events when video is on the screen
- Play Pause button added
- Bottom Navigation bar added in example
0.0.1 #
- Initial release