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.
- 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.
- Flutter SDK
- Android Studio / Xcode
- Emulator or physical device
-
Clone the repository:
git clone https://github.com/dracxi/whatschat_direct.git
-
Navigate into the project directory:
cd whatschat_direct
-
Install dependencies:
flutter pub get
To build the Android APK file, use the following command:
flutter build apk --release
To build the iOS app for release, use the following command:
flutter build ios --release
Contributions are welcome! Fork the repository and submit a pull request or open an issue if you have suggestions or found a bug.
Personal Use License Agreement. See the LICENSE file for details.