Device vendor interface model

This libaray defines standard object model for fetching hardware information.

Import

For deploying productive loader:

import 'package:device_vendor_info_interface/release.dart';

For deploying under testing environment:

import 'package:device_vendor_info_interface/mock.dart';

Libraries

collections
A library for specify asynchronous data structure for accessing data between system and Flutter.
definitions
Uses for defining standard of data and collections.
interface
Interface for standarize information of hardware.
mock
Emulation library for fetching dummy hardware information.
release
Release version for extracting real hardware information during release.