flutter_bluetooth_serial icon indicating copy to clipboard operation
flutter_bluetooth_serial copied to clipboard

feat: major upgrade to latest Flutter/Dart SDK and Android toolchain

Open vashukarn opened this issue 6 months ago • 0 comments

  • Upgrade Dart SDK to >=3.0.0 <4.0.0
  • Upgrade Flutter SDK to >=3.13.0
  • Update Android Gradle Plugin to 8.6.0 and Gradle to 8.7
  • Migrate to declarative Gradle plugin syntax
  • Update compile SDK to 36, min SDK to 21, target SDK to 34
  • Add Android 12+ Bluetooth permissions
  • Fix StreamSink interface class compatibility
  • Replace deprecated jcenter with mavenCentral
  • Add namespace configuration for AGP 8+
  • Update all dependencies to latest stable versions
  • Bump package version to 1.0.0

BREAKING CHANGE: Minimum SDK requirements increased

vashukarn avatar Sep 19 '25 07:09 vashukarn