rfid_flutter_core 0.1.0 copy "rfid_flutter_core: ^0.1.0" to clipboard
rfid_flutter_core: ^0.1.0 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.0

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
140
points
10
downloads

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on rfid_flutter_core