941941 ├── pubspec.yaml
942942 ├── assets
943943 │ ├── fonts
944- │ │ ├── Pretendard-Black.ttf
945- │ │ ├── Pretendard-Bold.ttf
946- │ │ ├── Pretendard-ExtraBold.ttf
947- │ │ ├── Pretendard-ExtraLight.ttf
948- │ │ ├── Pretendard-Light.ttf
949- │ │ ├── Pretendard-Medium.ttf
950- │ │ ├── Pretendard-Regular.ttf
951- │ │ ├── Pretendard-SemiBold.ttf
952- │ │ └── Pretendard-Thin.ttf
953944 │ └── images
954- │ ├── add_icon.svg
955- │ ├── all_pfp_icons.png
956- │ ├── back_icon_black.svg
957- │ ├── back_icon_white.svg
958- │ ├── body_back.png
959- │ ├── body_back_btn.png
960- │ ├── body_front.png
961- │ ├── body_front_btn.png
962- │ ├── body_selector_back.svg
963- │ ├── body_selector_front.svg
964- │ ├── camera_button.svg
965- │ ├── close_icon_black.svg
966- │ ├── close_icon_orange.svg
967- │ ├── close_icon_white.svg
968- │ ├── dropdown_icon.svg
969- │ ├── exercise_record_title_logo.png
970- │ ├── gallery_icon_orange.svg
971- │ ├── gallery_icon_white.svg
972- │ ├── homebar_capsule.svg
973- │ ├── homebar_med.svg
974- │ ├── homebar_walk.svg
975- │ ├── location_icon.svg
976- │ ├── logo.png
977- │ ├── logo.svg
978- │ ├── logo_white.svg
979- │ ├── nav_Commun.svg
980- │ ├── nav_Health.svg
981- │ ├── nav_Home.svg
982- │ ├── nav_Mypage.svg
983- │ ├── parent_exercise_icon.png
984- │ ├── photobook_icon.png
985- │ ├── pill_history_title_logo.png
986- │ ├── pill_item_icon.svg
987- │ ├── reward_gift_icon.png
988- │ ├── reward_icon.svg
989945 │ ├── reward_products
990- │ │ ├── americano.png
991- │ │ ├── bacchus.png
992- │ │ ├── beef.png
993- │ │ ├── honeycombo.png
994- │ │ ├── jeonggwanjang.png
995- │ │ └── orthomol.png
996- │ ├── ruler_icon.svg
997- │ ├── sample_family_photo.png
998- │ ├── sitting_mom_icon.png
999- │ ├── speech_bubble.png
1000- │ ├── splash_icon.png
1001- │ ├── splash_icon.svg
1002- │ ├── step_tracker_crown.svg
1003- │ ├── step_tracker_light_background.svg
1004- │ ├── step_tracker_rectangle.svg
1005- │ ├── step_tracker_title_logo.png
1006- │ ├── users
1007- │ │ ├── baby_icon.png
1008- │ │ ├── black_man_icon.png
1009- │ │ ├── black_woman_icon.png
1010- │ │ ├── dad_icon.png
1011- │ │ ├── daughter_icon.png
1012- │ │ ├── dog_icon.png
1013- │ │ ├── elderly_woman.png
1014- │ │ ├── mom_icon.png
1015- │ │ ├── pfp_check_icon.svg
1016- │ │ ├── robot_icon.png
1017- │ │ └── son_icon.png
1018- │ └── walk_icon.svg
946+ │ └── users
1019947 └── lib
1020948 ├── core
1021- │ ├── app_background.dart
1022- │ ├── app_colors.dart
1023- │ ├── app_email_background.dart
1024- │ ├── app_light_background.dart
1025- │ └── app_orange_background.dart
1026- ├── firebase_options.dart
1027- ├── main.dart
1028949 ├── models
1029- │ ├── maum_log.dart
1030- │ ├── maumlog.dart
1031- │ └── temperature_contribution.dart
1032950 ├── screens
1033- │ ├── add_record_screen.dart
1034- │ ├── bottom_nav.dart
1035- │ ├── splash_screen.dart
1036- │ ├── start_screen.dart
1037- │ ├── parent_init_screen.dart
1038- │ ├── reward_screen.dart
1039951 │ ├── health
1040- │ │ ├── add_pill_screen.dart
1041- │ │ ├── body_selector_test.dart
1042- │ │ ├── exercise_record_detail_screen.dart
1043- │ │ ├── exercise_record_screen.dart
1044- │ │ ├── family_step_tracker_screen.dart
1045- │ │ ├── health_home_screen.dart
1046- │ │ ├── health_status_input_screen.dart
1047- │ │ ├── pill_history_screen.dart
1048- │ │ └── pill_update_popup.dart
1049952 │ ├── home
1050- │ │ ├── home_degree_graph.dart
1051- │ │ ├── home_donutCapsule.dart
1052- │ │ ├── home_logo.dart
1053- │ │ ├── home_ourfamily_text.dart
1054- │ │ ├── home_ourfamily_text_withoutUser.dart
1055- │ │ └── home_screen.dart
1056953 │ ├── login
1057- │ │ ├── login_pw_screen.dart
1058- │ │ └── login_ready_screen.dart
1059954 │ ├── mypage
1060- │ │ ├── mypage_myinfo.dart
1061- │ │ └── mypage_screen.dart
1062955 │ ├── photo
1063- │ │ ├── check_record_screen.dart
1064- │ │ ├── detail_record_screen.dart
1065- │ │ ├── photo_calendar_screen.dart
1066- │ │ ├── photo_date_screen.dart
1067- │ │ ├── photo_remind_popup.dart
1068- │ │ └── photo_update_popup.dart
1069956 │ ├── signup
1070- │ │ ├── familycode_create_screen.dart
1071- │ │ ├── familycode_screen.dart
1072- │ │ ├── familyname_screen.dart
1073- │ │ ├── mode_screen.dart
1074- │ │ ├── password_screen.dart
1075- │ │ ├── profilepic_screen.dart
1076- │ │ ├── ready_screen.dart
1077- │ │ └── username_screen.dart
1078957 ├── services
1079- │ ├── code_service.dart
1080- │ ├── email_service.dart
1081- │ ├── exercise_service.dart
1082- │ ├── family_join_service.dart
1083- │ ├── family_service.dart
1084- │ ├── health_service.dart
1085- │ ├── login_service.dart
1086- │ ├── maum_log_service.dart
1087- │ ├── maumlog_service.dart
1088- │ ├── pain_service.dart
1089- │ ├── photo_calendar_service.dart
1090- │ ├── pill_service.dart
1091- │ ├── signup_service.dart
1092- │ ├── step_service.dart
1093- │ ├── temperature_service.dart
1094- │ └── user_service.dart
1095958 ├── utils
1096- │ └── prefs_manager.dart
1097959 └── widgets
1098- ├── body_selector.dart
1099- ├── custom_chart_painter.dart
1100- ├── custom_drop_down.dart
1101- ├── custom_line_chart.dart
1102- ├── custom_line_chart_painter.dart
1103- ├── date_carousel.dart
1104- ├── day_circles.dart
1105- ├── reward_product_card.dart
1106- └── time_grid.dart
1107960 ```
1108961
1109962<br/>
@@ -1262,8 +1115,7 @@ flutter build ios --release
12621115 이번 해커톤은 나에게 많은 처음을 선사해주었다. 처음으로 장기간 해커톤을 진행해보았고, 처음으로 내가 파일 구조부터 완성물까지 스스로 구현해보았고, 처음으로 여러
12631116 직군들과 힘을 합쳐 목표를 달성해보았다. 모든 게 처음이었던 만큼 많은 역경이 있었지만, 열심히 노력한 과정의 끝이 보이는 지금에서야 그 많은 역경들은 목표를 달성하기 위한
12641117 발판이었음을 깨닫는다. 그리고 6명의 팀원들이 열심히 노력하여 한 프로젝트를 완성시키고 나니 깨닫는 게 참 많다. 이 세상에 나와있는 작고 큰 프로젝트들은 모두 많은 사람들의
1265- 노력과 땀으로 완성되었다는 것을, 그래서 아무리 작은 완성물이어도 다 너무 멋진 작품이라는 것을! 마지막으로 우리 온기 팀원들에게 고생 많았고 다들 너무 멋있었다고 전하고
1266- 싶다.
1118+ 노력과 땀으로 완성되었다는 것을, 그래서 아무리 작은 완성물이어도 다 너무 멋진 작품이라는 것을! 마지막으로 우리 온기 팀원들에게 고생 많았다고 전하고 싶다.
12671119
12681120- ** 박민지** :
12691121 해커톤은 짧은 기간 안에 아이디어를 내고 이를 실현해야 한다는 점에서 어려움이 있었지만, 동시에 짧은 기간 안에 큰 성취와 결과물을 얻을 수 있었던 좋은 경험이었다.
@@ -1290,4 +1142,4 @@ flutter build ios --release
12901142## 10. 참고문헌
12911143
12921144최윤주 (2022, 7, 22). 한국인 10명 중 9명은 적극적 건강관리에 큰 관심. <덴탈아리랑>. Retrieved
1293- from [ https://www.dentalarirang.com/news/articleView.html?idxno=35683 ] ( https://www.dentalarirang.com/news/articleView.html?idxno=35683 )
1145+ from [ https://www.dentalarirang.com/news/articleView.html?idxno=35683 ] ( https://www.dentalarirang.com/news/articleView.html?idxno=35683 )
0 commit comments