Demonstrates how to use the truecaller_sdk
plugin.
You can find 2 example implementations under example/lib directory
- main.dart - a very basic, crude implementation of
truecaller_sdk
plugin which would look like this -
To run this file, just execute the following command after navigating to /example
directory -
flutter run --target=lib/main.dart
- main_customization_screen.dart - sample implementation that shows different customization options available for
truecaller_sdk
plugin which would look like this -
To run this file, just execute the following command after navigating to /example
directory -
flutter run --target=lib/customization/main_customization_screen.dart