The cloned whatsapp graphical interface, developed with flutter.
In the assets
folder are all the files used by the application.
- themes: Files that contain the theme of the application.
- screen: The screen that the user can see.
- widget: They are like components, the screen folder depends on them.
- models: Models i use in data folder.
- data: I use it as a database in the application.
- I had no complications with the development, I can say that it was easy. But it was a lot of fun, I had to think about how to simulate a database, about messages and contacts, that caused me some problems anyway, someday I'll have to make a Full Stack Mobile app.
You can see the app running, just open the terminal and enter the following commands:
git clone https://github.com/YerikAH/whatsapp-clone.git
cd whatsapp-clone
flutter run
-
Harvey Yerik