Skip to content

Latest commit

 

History

History
58 lines (55 loc) · 995 Bytes

File metadata and controls

58 lines (55 loc) · 995 Bytes

T04

Farm System 3기 T04팀 레포지토리입니다.

SW 아키텍쳐

image

ERD

image

FRONTEND

app
| _ .dart_tool
| _ .idea
| _ android
| _ assets
	fonts
	images
| _ build
| _ ios
| _ lib
	screens
		ApplyScreen
			ApplyScreen.dart
		ChatScreen
			ChatScreen.dart
			ChatRoomScreen.dart
		HomeScreen
			HomeScreen.dart
		Login
			LoginScreen.dart
		Mypage
			MypageAccountInfo.dart
			MypageFAQ.dart
			MypageManual.dart
			MypagePrivacyPolicy.dart
			MypageTermsOfUse.dart
			Mypage.dart
			MypageEasyTool.dart
		Signup
			PhoneAuthScreen.dart
			SignupScreen.dart
	authProvider.dart
	bottom_icon_icons.dart
	firebase_options.dart
	main.dart
	Navigator.dart
| _ linux
| _ macos
| _ test
	widget_test.dart
| _ windows
| _ firebase.json
| _ analysis_option.yaml
| _ pubspec.lock
| _ pubspec.yaml
| _ README.md