이름 | 대학교 | 역할 | 이메일 |
---|---|---|---|
황현정 | 동국대학교 | 팀장, 프론트엔드 | [email protected] |
여은동 | 동국대학교 | 프론트엔드 | [email protected] |
김나령 | 덕성여자대학교 | 백엔드 | [email protected] |
권보궁 | 단국대학교 | 백엔드 | [email protected] |
정민지 | 동덕여자대학교 | 기획 | [email protected] |
이지혜 | 서울여자대학교 | 디자인 | [email protected] |
flutter pub get
flutter run
## If you encounter any issues in iOS build, follow these steps to clean your build cache for iOS
cd ios
rm Podfile.lock
rm Podfile
rm -rf Pods
pod cache clean --all
cd ..
flutter clean
flutter pub get
cd ios
pod install
flutter pub get
flutter run
## If you encounter any issues in Android build, follow these steps to clean your build cache for Android
cd android
./gradlew clean
cd ..
flutter clean
flutter pub get
flutter run
KakaoTalk_Video_2024-03-24-04-30-18.mp4
Title | Img | Title | Img |
---|---|---|---|
메인 스크린 | 유기견 상세 스크린 | ||
유기견과 채팅 스크린 | 대화하기 스크린 | ||
좋아요 스크린 | 마이페이지 스크린 |
- feat: Add a new feature
- fix: Bug fix
- docs: Documentation updates
- style: Code formatting, missing semicolons, cases where no code change is involved
- refactor: Code refactoring
- test: Test code, adding refactoring tests
- hore: Build task updates, package manager updates
아이콘 | 코드 | 설명 |
---|---|---|
🎨 | :art | Improving structure/format of the code |
⚡️ | :zap | Performance improvement |
🔥 | :fire | Code/file deletion |
🐛 | :bug | Bug fix |
🚑 | :ambulance | Critical fix |
✨ | :sparkles | New features |
💄 | :lipstick | Adding/updating UI/style files |
⏪ | :rewind | Reverting changes |
🔀 | :twisted_rightwards_arrows | Branch merging |
💡 | :bulb | Adding/updating comments |
🗃 | :card_file_box | Database-related modifications |