Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/business-sixtick/portfolio
sixtick portfolio
https://github.com/business-sixtick/portfolio
Last synced: 8 days ago
JSON representation
sixtick portfolio
- Host: GitHub
- URL: https://github.com/business-sixtick/portfolio
- Owner: business-sixtick
- License: other
- Created: 2024-12-19T00:32:03.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-28T03:45:00.000Z (12 days ago)
- Last Synced: 2024-12-28T04:23:37.828Z (12 days ago)
- Language: Dart
- Homepage: https://business-sixtick.github.io/portfolio/
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# portfolio
sixtick portfolio## 환경설정
- 깃허브에서 프로젝트 생성성
- git clone : https://github.com/business-sixtick/portfolio.git
- 플러터 프로잭트 추가 : flutter create .
- 플러터 의존성 라이브러리 추가 : flutter pub get
- 테스트 실행 : flutter run## 웹 배포
- 웹 테스트 flutter run -d chrome
- flutter build web --base-href="/portfolio/" -o docs // 아웃풋 경로를 build/web 가 아닌 docs로 변경함.
- https://business-sixtick.github.io/portfolio/## 플러터 맛보기
- http://codelabs.developers.google.com/codelabs/flutter-codelab-first?hl=ko## 프로젝트 구조
- /lib/main.dart : 진입점
- /lib/widgets/ : 위젯 (페이지, 컴포넌트)## 디팬던시 dependencies
- flutter pub add flutter_riverpod : 상태관리, 프로바이더 상위버전
- flutter pub add window_size : 데스크탑 앱 화면 크기 설정
- flutter pub add url_launcher : 외부페이지를 실행 시킬수 있음.
- flutter pub add http : 웹 통신
- flutter pub add html : html 파서
- flutter pub add cp949_codec : cp949 디코더 (로또 홈페이지가 cp949 로 인코딩 되어있음. )## 로또 api
- ssh -i C:\Users\sixtick3\.ssh\ssh-key-2024-12-21.key [email protected]
- https://lottoapi.duckdns.org/lotto