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

unlisted

Provide standard interface of hardware vendor information in Flutter.

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