YerikAH/whatsapp-clone
Flutter로 개발된 WhatsApp 클론.
- Stars
- 10
- Forks
- 2
- 최근 푸시(UTC)
- 2023. 2. 6.
- 프로젝트 상태
- 활성
언어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