"Wave from us, save from war" is our slogan,which is belief that small ripples can create a massive change.
Our service is dedicated to maintaining and elevating awareness of ongoing conflicts, addressing the challenge of declining public interest as wars continue.
By offering an Interactive War Map that provides real-time updates and news on conflicts, alongside integrated features for making donations, we aim to actively engage the global community.
This approach not only keeps the audience informed about the latest developments in conflict zones but also facilitates direct support to affected areas, ensuring that the momentum of global empathy and aid is sustained over time.
To ensure the best experience while testing our app, we recommend testing it in a Pixel 7 Pro API 34 or higher!
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
NAME | ROLE | |
---|---|---|
SEUNGJUN KANG | Leader, Back-End | [email protected] |
DOHYEONG LEE | Front-End | [email protected] |
MINSEONG KIM | Front-End | [email protected] |
KYOUNGHYUN NAM | AI | [email protected] |
This repository follows the following conventions.
Commit Type | Description |
---|---|
Feat | Add new features |
Fix | Fix bugs |
Docs | Modify documentation |
Style | Code formatting, missing semicolons, no changes to the code itself |
Refactor | Code refactoring |
Test | Add test code, refactor test code |
Chore | Modify package manager, and other miscellaneous changes (e.g., .gitignore) |
Design | Change user UI design, such as CSS |
Comment | Add or modify necessary comments |
Rename | Only changes to file or folder names or locations |
Remove | Only performing the action of deleting files |