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.
- Host: GitHub
- URL: https://github.com/dracxi/whatschat_direct
- Owner: dracxi
- License: other
- Created: 2024-06-27T09:28:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T06:39:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T15:44:27.057Z (over 1 year ago)
- Topics: android, dart, direct, flutter, ios, launch, openchat, whatsapp
- Language: C++
- Homepage:
- Size: 1.86 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WhatsChat Direct


## 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.
## 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.