Skip to content

v2.0.0

Latest

Choose a tag to compare

@JonasWanke JonasWanke released this 26 Aug 10:28
cd4ab2c

⚠️ BREAKING CHANGES

  • remove shake-to-open support (ce6c9c2)
    • shake_detector uses very outdated dependencies and doesn't support all platforms. You can still implement your own shake-to-open logic.
    • drop the shake_detector dependency
    • remove DebugOverlay's/DebugOverlay.builder's showOnShake and createShakeDetector parameters — call DebugOverlay.show() to open the overlay instead

⚡ Changes

  • MediaQueryDebugHelper: show textScaler instead of the deprecated textScaleFactor (1f50a7e)

🐛 Bug Fixes

  • add missing string to FlagProperty for enableOnlyInDebugMode (a8c1655)

📦 Build & CI

  • update to Flutter >=3.47.0 and Dart ^3.13.0 (7796d5e, db72472)
  • update device_info_plus to ^13.0.0, package_info_plus to ^10.0.0 (e342c0d)
  • update supernova_lints and use dot-shorthands & primary constructors throughout (540a976, 1bf689e, 74d9de7)
  • CI: add workflow_dispatch trigger, re-enable Flutter beta in example CI, and update actions/setup-java to v6 (4a8ddfc, e912204, 1bbfe6b)
  • re-generate the example app's Android platform directory (Groovy → Kotlin DSL Gradle files) (9290fc4)