device_vendor_info 1.0.0-beta.2 device_vendor_info: ^1.0.0-beta.2 copied to clipboard
Get hardware information (BIOS, Motherboard and System) into Flutter platform.
1.0.0-beta.2 #
- Uses v4 interface API
- Switch to
dart:io
to determine release platform.
1.0.0-beta.1 #
- New interface implementations.
0.2.0 #
- Move
DeviceVendorInfo
class underinstance.dart
libarary. - Update example using direct callback function.
- Provide export hardware information to JSON object in Dart.
- Add topics
0.1.1 #
- Add three functions to fetch hardware informations without calling instance.
- Update dependencies constraint.
0.1.0 #
- First release.