callplugin 0.0.3 callplugin: ^0.0.3 copied to clipboard
A new Flutter Plugin That Allow User to get call detail.
callplugin #
A new Flutter project.
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
My Flutter App #
My Flutter App is a simple app built using Flutter. It allows users to get call detail.
Getting Started #
To use this app, simply follow these steps:
- Clone the repository
- Run
flutter pub get
to install dependencies - Run
flutter run
to start the app - Add Permission in Manifest file CALL_PHONE, READ_CALL_LOG
Features #
-
User can direct call using openDial() method PermissionStatus readCallDetail = await Permission.phone.request(); if (readCallDetail == PermissionStatus.granted) { _callpluginPlugin.openDial(_phoneNumberController.text); } else { print("Not Granted Granted"); }
-
User can get call detail in string like Future
setState(() { _platformVersion = platformVersion; });
}
Contributing #
We welcome contributions! To contribute:
- Fork the repository
- Create a new branch
- Make your changes
- Submit a Pull Request
License #
This project is licensed under the MIT License - see the LICENSE.md file for details.