FLUTTER ECOSYSTEM

YerikAH/whatsapp-clone

使用 Flutter 开发的 WhatsApp 克隆应用。

WhatsApp 克隆 项目封面
Stars
10
Forks
2
最近推送(UTC)
2023年2月6日
项目状态
未归档
Harvey GitHub avatar
GITHUB User

Harvey ↗

Software engineering · Building Legal Tech

@arxatec-enginePerú官方网站 ↗
语言DartSwiftKotlinObjective-C

技术话题

使用的依赖

依赖清单 4 项

App 分类

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

WhatsApp clone

The cloned whatsapp graphical interface, developed with flutter.

Development

Project structure

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.
My experience developing
  • 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.
Technologies used in the project
  1. Flutter
  2. Dart

Demo

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
Screenshots
app app app app

Author