An open API service indexing awesome lists of open source software.

https://github.com/dracxi/whatschat_direct

WhatsChat Direct is a Flutter application that allows users to open WhatsApp chats without saving the contact number.
https://github.com/dracxi/whatschat_direct

android dart direct flutter ios launch openchat whatsapp

Last synced: 7 months ago
JSON representation

WhatsChat Direct is a Flutter application that allows users to open WhatsApp chats without saving the contact number.

Awesome Lists containing this project

README

          

# WhatsChat Direct

![Flutter](https://img.shields.io/badge/Flutter-2.10.0-blue.svg)
![License](https://img.shields.io/badge/License-MIT-green.svg)

## Overview

WhatsChat Direct is a Flutter application that allows users to open WhatsApp chats without saving the contact number. It also provides the functionality to save numbers for quick access, enhancing the user's WhatsApp messaging experience.


Screenshot 1
Screenshot 2

## Features

- **Open WhatsApp Chat**: Quickly initiate chats without saving numbers.
- **Save Contacts**: Store frequently contacted numbers for easy access.
- **User-friendly Interface**: Intuitive design for seamless navigation.

## Getting Started

### Prerequisites

- Flutter SDK
- Android Studio / Xcode
- Emulator or physical device

### Installation

1. Clone the repository:

```bash
git clone https://github.com/dracxi/whatschat_direct.git
```
2. Navigate into the project directory:
```bash
cd whatschat_direct
```
3. Install dependencies:
```bash
flutter pub get
```
## Building the App

### Android

To build the Android APK file, use the following command:

```bash
flutter build apk --release
```
### IOS

To build the iOS app for release, use the following command:

```bash
flutter build ios --release
```

### Contributing

Contributions are welcome! Fork the repository and submit a pull request or open an issue if you have suggestions or found a bug.

## License

Personal Use License Agreement. See the [LICENSE](LICENSE) file for details.