simplab project
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
-
providers
- 전역 상태를 공유할 수 있도록 해주는 provider 클래스를 담았습니다.
- 시간표 상태와, 프로필 상태 등을 다른 파일에서도 손쉽게 쓸 수 있도록 해줍니다.
-
screens
- 화면 UI
-
services
- API
-
widgets
- 위젯들
-
utils
- 기타 함수들