A Flutter application that enables users to quickly start a chat with a phone number without saving it to contacts. Supports multiple platforms including Android, iOS, Web, and Windows.
- Start WhatsApp chats without saving contacts
- Cross-platform: Android, iOS, Web, Windows
- Country code picker
- Localized in English and Italian
- Dart
- Flutter SDK
- Android Studio, Xcode, or Visual Studio Code (recommended)
-
Clone the repository:
git clone https://github.com/LRNZ09/click-to-chat.git cd click-to-chat -
Get dependencies:
flutter pub get
-
Run the app:
flutter run
lib/
app.dart # App entry point
main.dart # Main entry
debug.dart # Debug utilities
l10n/ # Localization files
routes/ # App routes
utils/ # Utility functions
assets/ # App assets (icons, images)
web/ # Web-specific files
android/ # Android project
ios/ # iOS project
windows/ # Windows project- English and Italian supported
- Add new translations in
lib/l10n/
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.