device_vendor_info_interface 5.0.0 copy "device_vendor_info_interface: ^5.0.0" to clipboard
device_vendor_info_interface: ^5.0.0 copied to clipboard

unlisted

Provide standard interface of hardware vendor information in Flutter.

5.0.0 #

  • Add virtual machine detection.

4.1.1 #

  • Documentation fix

4.1.0 #

  • Remove synced and syncAndSorted getter. These features have been replaced by toSynced().

4.0.1 #

  • Resolved linting problems.
  • Apply missing docs.

4.0.0 #

WARNING: THIS VERSION'S API IS INCOMPATABLE WITH 3.0.0 OR BELOW

  • Class rename
    • DeviceVendorInfoDictionary becomes VendorDictionary
  • Redefine dictionray's entires stream API.

3.0.0 #

  • DeviceVendorInfoDictionary values becomes Object
  • Added TypedDeviceVendorInfoDictionary for specifed values types returned from dictionary.
  • Added EntryBasedDeviceVendorInfoDictionary to deploy new DeviceVendorInfoDictionary by implementing entries only.
  • Provides additional methods of DeviceVendorInfoDictionary which distributed via extension:
    • castValues
    • map
    • where
    • whereTypeOfValues

2.0.0 #

  • DeviceVendorInfoLoader marked as abstract final class that extending or implementing it directly is forbidden.
    • Instead, uses ProductiveDeviceVendorInfoLoader for platform implementation or MockDeviceVendorInfoLoader for testing environment.
  • Add DeviceVendorInfoDictionary inside of ProductiveDeviceVendorInfoLoader for getting raw value from platform.

1.1.0 #

  • Add toJson for retrive information in JSON format

1.0.0+1 #

  • Add macOS as supported platform.

1.0.0 #

  • Define standard structure of hardware infos:
    • BIOS
    • Motherboard
    • System or product
0
likes
130
pub points
4%
popularity

Publisher

verified publisherrk0cc.xyz

Provide standard interface of hardware vendor information in Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, flutter, intl, json_annotation, meta

More

Packages that depend on device_vendor_info_interface