myaasiinh / Mobile-Programming-2024-2025

Repository untuk mata kuliah mobile programming dan praktikum bertanya materi dan fixing bug
0 stars 0 forks source link

Silvi Nurcahyaningsih - Coffee Shop Mobile Apps - 32602200007 - Kelas Reguler #75

Open silvicahyani22 opened 1 month ago

silvicahyani22 commented 1 month ago

https://dribbble.com/shots/15475209-Coffee-Shop-Mobile-Apps-Dark-Mode

mobile design

lib/ ├── core/ │ ├── utils/ │ ├── constants/ │ ├── data/ │ ├── models/ │ │ ├── Product.dart │ │ ├── Cart.dart │ │ ├── User.dart │ ├── repositories/ │ │ ├── ProductRepository.dart │ │ ├── CartRepository.dart │ │ ├── UserRepository.dart │ ├── features/ │ ├── home/ │ │ ├── viewmodels/ │ │ │ ├── HomeViewModel.dart │ │ ├── screens/ │ │ │ ├── HomeScreen.dart │ │ ├── widgets/ │ │ │ ├── ProductCard.dart │ ├── product_detail/ │ ├── viewmodels/ │ │ ├── ProductDetailViewModel.dart │ ├── screens/ │ │ ├── ProductDetailScreen.dart │ ├── cart/ │ ├── viewmodels/ │ │ ├── CartViewModel.dart │ ├── screens/ │ │ ├── CartScreen.dart │ ├── profile/ │ ├── viewmodels/ │ │ ├── ProfileViewModel.dart │ ├── screens/ │ │ ├── ProfileScreen.dart │ ├── services/ │ ├── api_service.dart │ ├── main.dart

Core

1. Komponen Global (core/global_components)

Typography.dart

ProgressBarComponent:

AvatarComponent:

NetworkImageLoader:

2. Config (core/config)

main_app.dart:

3. Utils (core/utils)

route_utils.dart:

date_utils.dart:

device_utils.dart:

4. Constants (core/constants)

strings.dart:

colors.dart:

dimens.dart:

assets.dart:

Data

1. Course

Product.dart

Cart.dart

ProductRepository.dart

CartRepository.dart

2. Profile

User.dart

UserRepository.dart

ProfileViewModel.dart

3. Quizzes

Quiz.dart, Question.dart, Answer.dart

QuizRepository.dart

api_service.dart

Fitur

1. Tampilan Khusus & Antar Muka

HomeScreen.dart

ProductDetailScreen.dart

CartScreen.dart

ProfileScreen.dart

2. Onboarding

HomeViewModel.dart