Whatsapp (ver. 2.19.98) clone using Flutter.
I made this for my study/exercise on Flutter. I only make the client-side app, the server side is a dummy server.
To run this project on your own, do the following:
- Clone this project.
- Run
flutter pub get
. - Create your own Firebase project and add the
google-services.json
to the folderandroid/app
(for Android). This is a requirement for QR code reader package. - Run the project using
flutter run
or using your IDE's tools.
- Others
- Take a video and save it to DCIM/Camera folder.
- Scan a QR code (Still buggy).
- Make an intent to open Contacts app on Android.
- Make an intent to open an email app to invite friends.