Code Monkey home page Code Monkey logo

whatsapp-clone's Introduction

Flutter WhatsApp Clone Clean Architecture

This WhatsApp Clone is from the ongoing Flutter & Firebase Developer Bootcamp on YouTube.

๐Ÿ  Application Architecture

As cleared from the main title, this app uses Clean Architecture to separate app's modules into independent layers to achieve maintainability, scalibility and testability. The Clean Architecture pattern followed in this app is of Robert C. Martin AKA Uncle Bob.

๐Ÿฆพ App Features

This Flutter WhatsApp Clone Clean Architecture is going to include the following features.

  • Authentication: (Phone Auth Firebase)
  • Update Profile
  • Realtime Chat: (Text, Emoji, Image, Voice, Gif, Video)
  • Reply to any Chat (Text, Image, Voice, Gif, Video)
  • Video Call: (Agora SDK)
  • Delete Messages
  • Status & Expire status after 24 hours
  • Seen status
  • Delete Status
  • Call History
  • Sign out

๐Ÿ“ง Feedback

If you have any feedback, please reach out to me at [email protected]

๐ŸŽฅ Watch now

Watch Flutter & Firebase Developer Bootcamp to learn software development best practices with flutter and become an in-demand Flutter Developer.

YouTube

Link: https://www.youtube.com/playlist?list=PLbgNPmiSEwEa4AC4msITOYfY8WXOP2irn

whatsapp-clone's People

Contributors

adnankhan45 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

whatsapp-clone's Issues

deleteMessage not working for me

Hi ! anyone can help me with deleteMessage , it's ,not working for me , and there is no error also , here is my code :
BlocProvider.of(context).deleteMessage(message: MessageEntity(
senderUid: widget.message.senderUid,
recipientUid: widget.message.recipientUid,
messageId: message.messageId
),

                                    );
                                    Navigator.pop(context);
                                  },
                                  confirmTitle: "Delete",
                                  content: "Are you sure you want to delete this message?"
                              );

I reviewed all my code and compared it with github repos , and its fine , but i can not delete message

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.