easy_prank_call 1.0.0 easy_prank_call: ^1.0.0 copied to clipboard
You can schedule a prank audio and video call with this package.
Easy Prank Call #
Show some 💙, 👍 the package & ⭐️ the repo to support the project
You can schedule a prank audio and video call with this package.
Features #
- Support Incoming Audio call
- Support incoming video call
- Support for Schedule Call for Future
How to use #
There are two ways to use Easy Wallpaper.
1: Stand-Alone App mode #
EasyPrankCallApp.launchApp(
title: 'Scary Teacher Prank',
avatarImgPath: 'assets/images/calling_face.jpg',
videoPath: 'assets/videos/teacher_video.mov',
placementBuilder: _addPlacements,
onTapEvent: _onTapEvent,
onDialCall: _callOnWatchAd,
)
2: Add to Widget-Tree #
EasyPrankCallApp(
title: 'Scary Teacher Prank',
avatarImgPath: 'assets/images/calling_face.jpg',
videoPath: 'assets/videos/teacher_video.mov',
placementBuilder: _addPlacements,
onTapEvent: _onTapEvent,
onDialCall: _callOnWatchAd,
)
See Example for better understanding.