tcmpp_flutter_device 1.5.2 copy "tcmpp_flutter_device: ^1.5.2" to clipboard
tcmpp_flutter_device: ^1.5.2 copied to clipboard

Device support extension for tcmpp flutter plugin

Device support for TCMPP Flutter Plugin #

Device support extension for TCMPP Flutter plugin. Provide bluetooth, wifi, calendar, contact, clipboard and biometric auth (fingerprint & face id) related API implementation for mini-program;

Getting Started #

  1. Add dependency Open the pubspec.yaml file located inside the app folder, and add tcmpp_flutter_device: ${version} under dependencies.
dependencies:

  ...

  tcmpp_flutter_device: ^1.5.0

  ...
  1. Install dependency
  • From the terminal: Run flutter pub get.
  • From VS Code: Click Get Packages located in right side of the action ribbon at the top of pubspec.yaml indicated by the Download icon.
  • From Android Studio/IntelliJ: Click Pub get in the action ribbon at the top of pubspec.yaml.

For details how to add Flutter plugins or packages, see Use packages & plugins

0
likes
140
pub points
61%
popularity

Publisher

unverified uploader

Device support extension for tcmpp flutter plugin

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tcmpp_flutter_device