simple_audio_kit 1.1.2
simple_audio_kit: ^1.1.2 copied to clipboard
A professional, zero-config audio playback library for Flutter. Supports playlists, background playback, lock screen controls, and robust error handling out-of-the-box.
1.1.2 #
- Analysis Optimization: Synchronized project with standard Dart formatter for 100/100 analysis score.
- Dependency Update: Upgraded
rxdartto0.28.0stable.
1.1.1 #
- Stability Update: Fixed pub.dev "downgrade" analysis failures by adding explicit
rxdartdependency constraints. - Metadata: Updated all dependencies to their latest verified stables based on
panaanalysis.
1.1.0 #
- Pub.dev Optimization: Achieved 160/160 pub points by upgrading all core dependencies and resolving static analysis lints.
- API Migration: Updated core playback engine to
just_audio0.10.x stable API. - Platform Support: Enhanced platform-aware initialization to gracefully handle Desktop (Windows/Linux) headless playback when
audio_serviceis unsupported.
1.0.0 #
- Initial Production Release.
- High-level
Audiostatic facade for absolute simplicity. - Playlist Support: Effortless queue management with gapless playback.
- Background Integration: Automated bindings for iOS Control Center and Android Notifications.
- Advanced Controls: Support for seeking, custom playback speeds (0.5x - 2.0x), and internal volume control.
- Error Handling: Descriptive
SimpleAudioExceptionsystem with automatic network recovery. - Reactive Core: Exposed streams for playback state, position, duration, and errors.
- App Lifecycle Aware: Graceful resource cleanup when the app is detached.