flutter_tele 2.0.5+105
flutter_tele: ^2.0.5+105 copied to clipboard
Telecommunication module based on InCall and android.telecom for Flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_teleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_tele: ^2.0.5+105Alternatively, 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:flutter_tele/flutter_tele.dart';