Release v1.9.3
Breaking
- Minimum supported SDK bumped to Dart 3.6 / Flutter 3.27 (required for Color.withValues())
Fixes
- Replaced deprecated Color.withOpacity() with Color.withValues(alpha: ...) across all bubble widgets to clear pana static-analysis warnings
- Migrated constructors to super-parameters ({super.key}) and removed an unnecessary library directive — clears 21 additional analyzer infos