video_duration_native_android 0.2.3 copy "video_duration_native_android: ^0.2.3" to clipboard
video_duration_native_android: ^0.2.3 copied to clipboard

PlatformAndroid

Android implementation of the video_duration_native plugin

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.2 - 2025-10-08 #

Bug Fixes #

  • correct Android package name configuration (f2fdd6f)

0.2.1+4 2025-01-XX #

Fixed #

  • Fixed Android package name configuration to match actual file location
  • Corrected plugin class path from com.github.ddarkbooked.video_duration_native to com.example.verygoodcore

0.2.1 - 2025-10-08 #

Bug Fixes #

  • update CHANGELOG and improve test coverage (0316fff)

0.2.0 - 2025-10-08 #

Features #

  • initial implementation of lightweight native video duration reader (cacf2ab)
  • introduce initial plugin packages (d794879)

[Unreleased] #

0.1.0+1 2024-01-XX #

Added #

  • Android implementation of video_duration_native plugin
  • MediaMetadataRetriever integration for lightweight metadata extraction
  • Support for file paths and content:// URIs
  • Kotlin implementation with proper resource cleanup
  • Comprehensive test coverage
  • Error handling with Duration.zero return