{"id":18207474,"url":"https://github.com/business-sixtick/flutter_lotto","last_synced_at":"2026-05-03T01:39:21.198Z","repository":{"id":258876855,"uuid":"875508159","full_name":"business-sixtick/flutter_lotto","owner":"business-sixtick","description":"플러터 기반의 로또 번호 생성기","archived":false,"fork":false,"pushed_at":"2024-10-23T07:50:16.000Z","size":715,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T03:18:16.901Z","etag":null,"topics":["dart","futter","korea","lotto"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/business-sixtick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-20T06:57:43.000Z","updated_at":"2024-10-23T07:50:20.000Z","dependencies_parsed_at":"2024-10-25T13:45:55.177Z","dependency_job_id":null,"html_url":"https://github.com/business-sixtick/flutter_lotto","commit_stats":null,"previous_names":["business-sixtick/flutter_lotto"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/business-sixtick/flutter_lotto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/business-sixtick%2Fflutter_lotto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/business-sixtick%2Fflutter_lotto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/business-sixtick%2Fflutter_lotto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/business-sixtick%2Fflutter_lotto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/business-sixtick","download_url":"https://codeload.github.com/business-sixtick/flutter_lotto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/business-sixtick%2Fflutter_lotto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002551,"owners_count":26083417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","futter","korea","lotto"],"created_at":"2024-11-03T13:03:07.398Z","updated_at":"2025-10-10T03:07:58.660Z","avatar_url":"https://github.com/business-sixtick.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 제목 : flutter_lotto\n## 부제 : 플러터 기반의 로또 번호 생성기\n### 작성자 : 조영훈\n### 연락처 : [텔레그램](https://t.me/sixtick)\n\n***\n\n## project flow\n1. ### 깃 저장소 생성 및 연동 20241020\n2. ### [사용자 요구사항 수집 20241020](#사용자-요구사항)\n3. ### [프로젝트 기획 20241020](#프로젝트-개요-및-기획)\n4. ### [화면 구상 및 모델 정의 20241021](#화면-구상-및-모델-정의)\n5. ### [프로그램 구현 20241022](#프로그램-구현)\n6. ### 테스트 및 배포\n7. ### 광고 삽입\n\n***\n\n### 사용자 요구사항\n- #### 당첨번호를 확인 할 수 있다. (금주, 이전 이력)\n\u003e - 메인 화면에 금주 당첨번호를 보여준다.\n\u003e - 이전이력은 최근 것 부터 리스트형식으로 볼 수 있다. \n- #### 추천번호를 생성 할 수 있다. \n\u003e - 1 ~ 45 까지의 중복되지 않는 번호 6개 = 1회\n\u003e - 1회 생성\n\u003e - 5회 생성\n- #### 추천번호 생성 시 가중치를 줄 수 있다.\n\u003e - 기본적(default)으로 이전 당첨번호들의 누적으로 가중치를 생성한다.\n\u003e - 기본적으로 이전 당첨번호 10회 정도의 누적을 사용한다.\n\n***\n\n### 프로젝트 개요 및 기획\n- #### 플러터를 학습하여 연습삼아 프로젝트를 진행하는데 주제는 로또 번호 생성기이다.\n- #### 사용자 : 본인\n- #### 개발 환경 : 우분투 \u0026 vscode \u0026 안드로이드 스튜디오\n- #### 개발 언어 : Dart \u0026 Flutter\n- #### 타겟 디바이스 : 안드로이드\n- #### 데이터베이스 : Sqlite\n- #### 일정 : 아직 학원 수업을 듣는 중이므로 기간이 늘어 질 수있다.\n\u003e 1. 기획 : 1일\n\u003e 2. 화면 구성 및 모델 구성 : 1일\n\u003e 3. 프로그램 구현 : 2일 (플러터로 앱제작이 처음이라 1일 추가 했음)\n\u003e 4. 테스트 및 배포 : 2일 (플레이스토어 배포를 해본적이 없어서 1일 추가 했음)\n\u003e 5. 광고 삽입 : 2일 (구글에드센스를 적용 해 본적이 없어서 1일 추가 했음)\n\u003e 6. 총 : 8일\n- #### 예산 : 8일수 * 30인건비 * 3마진 = 720만원\n\n***\n\n### 화면 구상 및 모델 정의\n```\n// 플러터 프로젝트 생성\nflutter create . \n```\n- #### [동행복권 당첨번호][win]\n[win]: https://m.dhlottery.co.kr/gameResult.do?method=byWin \"동행복권 홈페이지 바로가기\"\n- #### vscode 확장 설치 : Draw.io Integration\n![UML](assets/uml.png)\n![PAGES](assets/pages.png)\n***\n\n### 프로그램 구현\n- #### sqlite 쓰려다가 데이터가 극히 소량이라 csv 파일로 변경함\n- #### 최근 당첨 번호 페이지 구현\n- #### 최근 10일 당첨번호 기준으로 가중치 적용한 추천번호 생성 페이지 구현\n- #### 당첨번호 이력 페이지 구현\n![SCREEN](assets/screen.png)\n***\n\n### 테스트 및 배포\n- #### google play console 개발자 계정 승인 대기중... 20241023\n- #### google play console 앱 등록 및 내부 테스트중... 20241030 (개인정보처리방침, 액세스권한, 광고, 컨텐츠등급, 타겟층, 뉴스앱, 데이터보안, 정부앱, 금융기능, 건강, 앱분류) ㄷㄷㄷ\n- #### google play console 테스터 20명 모집중... 20241111 (비공개 테스트) [앱공유](https://play.google.com/store/apps/details?id=com.sixtick.flutter_lotto)\n***\n\n### 광고 삽입\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusiness-sixtick%2Fflutter_lotto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusiness-sixtick%2Fflutter_lotto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusiness-sixtick%2Fflutter_lotto/lists"}