tg_claw_kit 0.0.7
tg_claw_kit: ^0.0.7 copied to clipboard
Flutter plugin for Claw auth, hidden webcam env bootstrap, chat session management, and device authorization.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tg_claw_kitWith Flutter:
$ flutter pub add tg_claw_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tg_claw_kit: ^0.0.7Alternatively, 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:tg_claw_kit/tg_claw_kit.dart';