YerikAH/whatsapp-clone
Flutterで開発されたWhatsAppのクローン。
- Stars
- 10
- Forks
- 2
- 最終プッシュ(UTC)
- 2023/02/06
- プロジェクト状態
- 公開中
言語DartSwiftKotlinObjective-C
技術トピック
使用している依存関係
依存関係一覧 4 件
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.2 - flutter_test開発用
{"sdk":"flutter"} - flutter_lints開発用
^2.0.0
アプリカテゴリー
元の 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
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 appAuthor
-
Harvey Yerik