Flutter Postman Clone is a mobile application developed using Flutter that allows users to send GET, POST, PUT, and DELETE HTTP requests to test APIs and interact with web services. This project serves as a lightweight alternative to Postman, providing a simple and intuitive interface for making HTTP requests from your mobile device.
- Create and send GET, POST, PUT, and DELETE requests.
- Customizable request parameters.
- View detailed response body.
- Ensure you have Flutter and Dart installed. If not, follow the official installation guide.
- Clone or download this repository to your local machine.
- Open a terminal and navigate to the project directory.
- Run the following command to install the project's dependencies:
flutter pub get