rfid_flutter_core 0.1.1 copy "rfid_flutter_core: ^0.1.1" to clipboard
rfid_flutter_core: ^0.1.1 copied to clipboard

Core interfaces, data classes, and enums for RFID Flutter packages. Provides the foundation for RFID reader implementations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rfid_flutter_core

With Flutter:

 $ flutter pub add rfid_flutter_core

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

dependencies:
  rfid_flutter_core: ^0.1.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:rfid_flutter_core/rfid_flutter_core.dart';
1
likes
150
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Core interfaces, data classes, and enums for RFID Flutter packages. Provides the foundation for RFID reader implementations.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on rfid_flutter_core