device_info_plus_platform_interface

v7.0.3

A common platform interface for the device_info_plus plugin.

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

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

README

Device Info Plus Platform Interface

Flutter Community: device_info_plus_platform_interface

pub package

A common platform interface for device_info_plus.

Usage

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

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

7.0.3

  • FIX(device_info_plus): Specify correct Dart and Flutter version requirements (#3597). (6ebc0ead)

7.0.2

  • REFACTOR(all): Use range of flutter_lints for broader compatibility (#3371). (8a303add)

7.0.1

  • FIX(all): changed homepage url in pubspec.yaml (#3099). (66613656)

7.0.0

Note: This release has breaking changes.

  • BREAKING FEAT: refactor of device_info_plus platform implementation (#1293).

6.0.1

  • FIX: Increase min Flutter version to fix dartPluginClass registration (#1275).

6.0.0

Note: This release has breaking changes.

  • FIX: add @Deprecated annotation to toMap method (#1142).
  • DOCS: Add info about Android properties availability, update API docs links (#1243).
  • BREAKING REFACTOR: Change nullability for AndroidDeviceInfo properties (#1246).
  • BREAKING REFACTOR: two-package federated architecture (#1228).

5.0.0

Note: This release has breaking changes.

  • BREAKING FEAT: Add support of Android display metrics (#829).

4.0.1

  • CHORE: Version tagging using melos.

4.0.0

  • Re-introduce Windows: Add userName, majorVersion, minorVersion, buildNumber, platformId, csdVersion, servicePackMajor, servicePackMinor, suitMask, productType, reserved, buildLab, buildLabEx, digitalProductId, displayVersion, editionId, installDate, productId, productName, registeredOwner, releaseId, deviceId to WindowsDeviceInfo.

3.0.0

  • Redo 2.6.0 into 3.0.0
  • Remove androidId (that was removed in the MethodChannel, and always returned null)

2.6.1

  • Revert 2.6.0

2.6.0

  • Remove androidId (that was removed in the MethodChannel, and always returned null)

2.5.0

  • Revert 2.4.0 changes

2.4.0

  • Windows: Add userName, majorVersion, minorVersion, buildNumber, platformId, csdVersion, servicePackMajor, servicePackMinor, suitMask, productType, reserved, buildLab, buildLabEx, digitalProductId, displayVersion, editionId, installDate, productId, productName, registeredOwner, releaseId, deviceId to WindowsDeviceInfo.

2.3.0+1

  • Fix LinuxDeviceInfo.name docs

2.3.0

  • add BaseDeviceInfo

2.2.1

  • add toMap to WebBrowserInfo

2.2.0

  • add System GUID to MacOS

2.1.0

  • add toMap to models

2.0.0

  • WebBrowserInfo properties are now nullable

1.0.2

  • Improve documentation

1.0.1

1.0.0

  • Migrated to null safety

0.4.0

  • Add macOS support.

0.3.0

  • Rename method channel to avoid conflicts.

0.2.0

  • Transfer to plus-plugins monorepo

0.1.0

  • Transfer package to Flutter Community under new name device_info_plus_platform_interface.

0.0.1

  • Initial open-source release.