flutter_omni_kit 0.0.4
flutter_omni_kit: ^0.0.4 copied to clipboard
A comprehensive, production-grade collection of Flutter media widgets, document previewers, and Dart extension methods designed specifically for real-world app development.
0.0.4 #
- New UI Components:
OmniGlassCard: A modern glassmorphism container.OmniShimmer: Easy-to-use skeleton loading animations (ListTile, Circular, Rectangular).
- New Infrastructure Utilities:
OmniNetwork: Simplified API client (Dio wrapper) with connectivity checks.OmniStorage: A clean "one-liner" local storage solution (SharedPreferences wrapper).
0.0.3 #
- Added
useBackgroundValidation(Isolate-based) toOmniVideoPlayerandOmniAudioPlayerto validate media URLs/paths in the background and prevent main-thread jank.
0.0.2 #
- Added extensive customization options (colors, placeholders, error builders) to
OmniVideoPlayer,OmniAudioPlayer, andOmniFilePreviewer.
0.0.1 #
- Initial version.