pci_id 0.1.0+1 copy "pci_id: ^0.1.0+1" to clipboard
pci_id: ^0.1.0+1 copied to clipboard

A repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pci_id

With Flutter:

 $ flutter pub add pci_id

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pci_id: ^0.1.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pci_id/pci_id.dart';
1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, equatable, path, quiver

More

Packages that depend on pci_id