Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 프로젝트 생성 {{tag>flutter}} ## flutter 프로젝트 생성 <code> flutter create household_account_book </code> ## null safety 설정 <code> cd household_account_book dart migrate --apply-changes </code> ## 처음 실행하면, 사용자 정보 불러오기 로컬 스토리지로 [[get_storage]] 사용 <code> platform_device_id: ^1.0.1 persistent_bottom_nav_bar: ^4.0.2 </code> ## build_runner <code> flutter packages pub run build_runner watch --delete-conflicting-outputs flutter run --release flutter build web --release </code> open/가계부-프로젝트-1.txt Last modified: 2024/10/05 06:15by 127.0.0.1