wakelock_plus_platform_interface

v1.3.0

A common platform interface for the wakelock_plus plugin used by the different platform implementations.

Архив пакета: https://pubdev.letsnova.ru/api/archives/wakelock_plus_platform_interface/1.3.0.tar.gz

Установкаdart pub add wakelock_plus_platform_interface

README

Wakelock Plus Platform Interface

Flutter Community: wakelock_plus_platform_interface

pub package

A common platform interface for wakelock_plus.

Usage

This package is already included as part of the wakelock_plus package dependency, and will be included when using wakelock_plus as normal.

История изменений

[1.3.0]

  • #107: Flutter 3.35 upgrade. Thanks diegotori.
  • BREAKING CHANGES:
    • Dart
      • Library now requires Dart version 3.4 or higher.
      • Library now requires Flutter version 3.22 or higher.
    • Android
      • Library now requires Android API 21 (Lollipop) or higher
      • Library now requires Java 17 or higher
      • Library now requires Android Gradle Plugin >=8.12.1
      • Library now requires Gradle wrapper >=8.13

[1.2.3]

[1.2.2]

  • #82: fix: resolve symbol conflicts in wakelock_plus by updating Pigeon prefix. Thanks weitsai.

1.2.1

  • #41: Fix: dependency minimums adjustments. Thanks diegotori.

1.2.0

  • BREAKING CHANGES:
    • Library now requires Dart version 3.3 or higher.
    • Library now requires Flutter version 3.19 or higher.

1.1.0

  • #2: Downgraded minimum meta to version 1.3.0 in order to maintain compatibility with versions of Flutter below 3.10. Thanks diegotori.
  • BREAKING CHANGE: Increased the minimum supported Dart version to 2.18 in order to align it with plugin_platform_interface.

1.0.0

  • Initial release.