Skip to content

lisiyizu/flutter_whatsapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_whatsapp

Join the chat at https://gitter.im/flutter_whatsapp/community

Whatsapp (ver. 2.19.98) clone using Flutter.

About

I made this for my study/exercise on Flutter. I only make the client-side app, the server side is a dummy server.

Development

To run this project on your own, do the following:

  1. Clone this project.
  2. Run flutter pub get.
  3. Create your own Firebase project and add the google-services.json to the folder android/app (for Android). This is a requirement for QR code reader package.
  4. Run the project using flutter run or using your IDE's tools.

Screenshots

AppBar & TabBar List chats from API
Search through chats/statuses/calls Show popup when profile is clicked
Retrieve list of contacts in phone See chat messages and send a new message
See status detail (Android) Retrieve images from DCIM folder and take a picture.
  • 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.

About

Whatsapp clone using Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.2%
  • Other 0.8%