telelog 0.0.3 copy "telelog: ^0.0.3" to clipboard
telelog: ^0.0.3 copied to clipboard

A simple flutter package that logs messages to telegram father bot

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add telelog

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

dependencies:
  telelog: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:telelog/telelog.dart';
3
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A simple flutter package that logs messages to telegram father bot

Homepage
Repository (GitHub)
View/report issues

Topics

#logging #telegram

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

connectivity_plus, dio, flutter, get_it, logger, package_info_plus

More

Packages that depend on telelog