Skip to content

Release v1.9.3

Choose a tag to compare

@prahack prahack released this 19 May 15:09
· 16 commits to develop since this release

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