device_vendor_info 2.1.0+1 
device_vendor_info: ^2.1.0+1 copied to clipboard
Get hardware information (BIOS, Motherboard and System) into Flutter platform.
2.1.0+1 #
- Fix version constraints unaligned problem.
 
2.1.0 #
- Change Dart SDK constraint to 
^3.8.0. - Windows
- Migrate 
win32_registryto^2.1.0 
 - Migrate 
 
2.0.4+1 #
- Fix incorrect 
vmcheckertransitive constraint inwindowsdependencies. 
2.0.4 #
- Change SDK constraint to 
^3.6.0for monorepo support 
2.0.3 #
- Move VM suspect as internal code
 - Simply code
 
2.0.2 #
- Recode 
isVirtualized()for better virtual machine detection.- Original implementation will be renamed to 
hasHypervisor(). 
 - Original implementation will be renamed to 
 
2.0.1 #
- Fix vmchecker loading issue
 
2.0.0 #
- Add virtualization detection.
 - Increase minimum Flutter and Dart SDK version.
 
1.0.0 #
- Stable release of v1
 
1.0.0-beta.2 #
- Uses v4 interface API
 - Switch to 
dart:ioto determine release platform. 
1.0.0-beta.1 #
- New interface implementations.
 
0.2.0 #
- Move 
DeviceVendorInfoclass underinstance.dartlibarary. - 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.