일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- oracle
- scrapy
- Visual Studio Code
- Python
- PYTHON MSSQL
- c#
- tensorflow
- 오라클
- 딥러닝
- MEAN Stack
- sql developer
- 크롤링
- 장고
- rs422
- 윈도우10
- MSSQL PYTHON
- windows10
- 티스토리 초대장
- 텐서플로우
- M2M
- Serial
- pymssql
- MSSQL
- django
- 파이썬
- matplot
- vscode
- MX Component
- 자본주의
- rs485
- Today
- Total
목록Language/Flutter (22)
안까먹을라고 쓰는 블로그
■ 오바이트몰(쇼핑몰 앱) 만들기 ㄴ 추가 예약 앱 ▶ FrontEnd - 로그인 . SNS 로그인 (구글, 카카오톡 등) - 메인화면 - 상품검색 - 날짜예약 - ■ BackEnd - 언어 : Node.js or Python Django - FireBase 결재연동 : 부트페이?? .net core??
[참고사이트] https://bangu4.tistory.com/352
https://fre2-dom.tistory.com/175 [Flutter] 플러터 VS Code에서 개발환경 구축 VS Code에서 플러터 개발환경을 구축해보자. Flutter SDK 설치 Install Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems. flutter.dev Flutter 공식 사이트의 접속한다. 자 fre2-dom.tistory.com - Flutter 설치 (Feat. VS CODE) - 환경변수 설정 - Android Studio 설치 및 설정 - VS CODE 설치 https://overit.tistory.com/entry/%ED..
https://medium.com/kick-start-fluttering/saving-data-to-local-storage-in-flutter-e20d973d88fa
https://fonts.google.com/icons?selected=Material+Icons Material Symbols and Icons - Google Fonts Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants. fonts.google.com
1. 터미널 혹은 커맨드창에서 '빌드하고 싶은 플러터 프로젝트 디렉토리로 이동' D:\dz\OverIt\SubJob\Source\FrontEnd\frontend_flutter 2. 명령어 입력 --release로 하니깐, 서버접속이 안된다.. flutter build apk --debug --target-platform=android-arm64 flutter build apk --release --no-sound-null-safety --target-platform=android-arm64 flutter build apk --release --target-platform=android-arm64 3. 빌드 경로는 [Project Forder]/build/app/outputs/flutter-apk/app-..
https://pub.dev/packages/encrypt encrypt | Dart Package A set of high-level APIs over PointyCastle for two-way cryptography. pub.dev flutter crypto https://pub.dev/packages/crypto crypto | Dart Package Implementations of SHA, MD5, and HMAC cryptographic functions pub.dev