A new Flutter package to show an alert screen.
Currently Supported by awesome DPLYR
- DPLYR is a new generation of cloud platforms and aims to help developers in their road with open source contributions, and at the end we can say thanks.
To use this package :
- add the dependency to your pubspec.yaml
dependencies:
flutter:
sdk: flutterin_app_call_alert:CallAlert(
callerName:'Karim Mohamed',
ringtonePath:'ringtone.mp3',
onAgree: (){
Navigator.pop(context);
print('Working!');
},
)classMyHomePageextendsStatefulWidget {
@override_MyHomePageStatecreateState() =>_MyHomePageState();
}
class_MyHomePageStateextendsState<MyHomePage> {
@overrideWidgetbuild(BuildContext context) {
returnScaffold(
appBar:AppBar(
title:Text('In App Call Alert'),
),
body:Container(
width:MediaQuery.of(context).size.width,
height:MediaQuery.of(context).size.height,
child:Column(
mainAxisAlignment:MainAxisAlignment.center,
crossAxisAlignment:CrossAxisAlignment.center,
children: [
RaisedButton(
onPressed: () {
Navigator.push(context, MaterialPageRoute(
builder: (context)=>CallAlert(callerName:'Karim Mohamed',
ringtonePath:'ringtone.mp3',
onAgree: (){
Navigator.pop(context);
print('Working!');
},
)
));
},
child:Text(
"Receive Call",
style:TextStyle(color:Colors.white),
),
padding:EdgeInsets.all(12),
color:Colors.blue,
shape:RoundedRectangleBorder(
borderRadius:BorderRadius.circular(12)),
)
],
),
),
);
}
}All Supported Projects by DPLYR
Splash Screen - Flutter
a flutter package created to show simple splashscreenIn App Call Alert - Flutter
a flutter package created recently to show call alert with soundFile Manager
a php project created to manage machines/servers through ftp serversCountries Js
a javascript project created for retrieving country details with flexibility.Block temp mails
a javascript api to prevent temporary emails from signing up on your website. Super easy to useDisposable Emails List
a python script to generate the temporary and spam doamins to prevent them and you can block them through this API Block temp mailsBasic CRM
A crm that is developed with Node Js for entreprenurs who need a basic CRM with text replacment featureBasic Finance
A finance that is developed with Node Js
DPLYR is a SaaS tool that helps developers just like you to deploy their web apps more easily. It supports deploying Node.js apps with MongoDB, MySQL or PostgreSQL databases all for free. Go now to www.dplyr.dev and create a free account.


