whatschat_direct

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

OTHER License

Stars
4
Committers
1

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:

    git clone https://github.com/dracxi/whatschat_direct.git
    
  2. Navigate into the project directory:

    cd whatschat_direct
    
  3. Install dependencies:

    flutter pub get
    

Building the App

Android

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

   flutter build apk --release

IOS

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

   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 file for details.

Related Projects