[Flutter] 플러터 개발 프로젝트 - "PhotoRoll" 개발 노트(development note)
본 페이지에서는 진행중인 플러터(Flutter) 개발 프로젝트를 소개합니다. 프로젝트 진행사항을 기록하고, 세부 내용 진행 내용을 포함하고 있습니다. 앱 설치 및 세부 진행 내용 관련 소스 관련 문의사항은 댓글로 요청해 주시면 답변 드리겠습니다.
프로젝트 소개
"PhotoRoll" 프로젝트는 일상에서 반복적으로 카메라로 찍게 되는 이미지들을 저장 관리하기 위한 플러터 애플리케이션 프로젝트입니다.
프로젝트 특징
본 프로젝트 진행에 가장 주안점을 둔 부분은 기기의 종속성을 줄이기 위한 기본 설정 애플리케이션의 활용입니다. 예를 들어, 사진을 찍기 위해 실행되는 카메라와 사진을 보기 위한 갤러리 등의 기능을 휴대폰 시스템에서 기본으로 설정된 카메라 앱과 갤러리 앱과 연동하고 있습니다.
이 외에 디자인 요소의 활용에 기본적으로 Google material design에서 가이드하는 표준사항을 기반으로 설계되었습니다.
개발이력
2020.06.01 (v.0.0.1)
-플러터 환경 구성 및 코드 테스트 시작
2020.07.31 (v.0.0.1)
-Image List 화면 내 리스트뷰 아이템 시스템 기본 갤러리 앱 연동 완료
2020.08.01 (v.0.1.0)
-Image List 화면 내 리스트뷰 null 아이템 관련 예외처리 및 텍스트 스타일 수정 완료
-Splash 화면 내 텍스트 스타일 수정 완료
-안드로이드 .apk 빌드 및 발행관리 시작
2020.09.10 (v.0.1.1) - 작업중
-날짜별 리스트 그룹 UI 적용관련 테스트 완료
-JSON 데이터 저장 테스트 완료
-데이터 구조 변경 테스트 중 (리스트 > 오브젝트 리스트)
설치파일
안드로이드(.apk) v.0.1.0 : 다운로드
--------------------------------------------------------------------
Here is the Flutter development project page. The purpose of the page is leaving a history and giving a introduction of the project. Feel free to ask about the application installation or source code, and leave a comment in this posting.
Introduction
"PhotoRoll" project has been started for taking picture redundantly in life. Users can save images and manage them with this Flutter application.
Goal
In this project, one of the main considerations is developing the less dependent application. That means this application is developed with more compatibility to more devices. For example, the feature to take a picture and show the picture in the app is working with the system default application, 3rd party application that user has set.
Furthermore, the application tries to be designed by Google material design standard when it comes to design of UI.
History
2020.06.01 (v.0.0.1)
-Flutter development environment setup and test example codes.
2020.07.31 (v.0.0.1)
-Finished inter-working the system default gallery application in the listview of the Image list route.
2020.08.01 (v.0.1.0)
-Finished exceptional case for null item in the listview of the Image list route, and updated text style in it.
-Updated the text widget style in the Splash route.
-Started to manage the distribution of the application and test android .apk build.
2020.09.10 (v.0.1.1) - Progress
-Complete the test to apply the list UI grouped by date.
-Testing data structure conversion (Dynamic list type to object list type)
-Testing data save to JSON
Installation
Android(.apk) v.0.1.0 : Download
댓글
댓글 쓰기