Budget+ is an easy-to-use co-spending tracker to track expenses together with your friends and family.
| Pie Chart | Color Tone Picker | Customize Color Tone |
|---|---|---|
screen-20240707-170558.2.mp4 |
screen-20240707-170638.3.mp4 |
screen-20240707-170638.4.mp4 |
- Kotlin Multiplatform for shared logic across Android and iOS
- Compose Multiplatform for shared UI + MVVM Architecture
- Coroutines & Flow for asynchronous operations
- Metro for dependency injection
- Navigation3 for Composable navigation
- RevenueCat for in-app purchases and subscriptions
- AdMob with Meta Audience Network mediation for ads
- Kotlinx Serialization for JSON parsing
- Kotlinx Datetime for date and time handling
- Firebase
- Firestore for real-time database
- Authentication for Google and Apple ID sign-in
- Crashlytics for crash reporting
- Analytics, Messaging, and Remote Config
- Basic-ads for AdMob KMP integration
- Coil3 for image loading with KMP support
- Colorpicker-compose for color picking
- Compottie for Lottie animations in Compose Multiplatform
- CrashKiOS for better crash reporting on iOS
- Csv for exporting data as CSV (KMP)
- Detekt for Kotlin static code analysis
- Firebase Kotlin SDK for KMP support
- Kermit for logging
- Keval for mathematical expression evaluation
- MockK for mocking classes in unit tests
- Moko-permissions for KMP permission handling
- Reorderable for reordering items in Compose
- In-App Review and In-App Update integration
- Baseline Profile for improving app startup time
- Home screen: https://budgetplus.cchi.tw/record
- Overview: https://budgetplus.cchi.tw/overview
- Unlock premium: https://budgetplus.cchi.tw/unlockPremium
- Settings: https://budgetplus.cchi.tw/settings
- Settings with members dialog: https://budgetplus.cchi.tw/settings?showMembers=true
- Sharing customized color tones: https://budgetplus.cchi.tw/colors?hex=cff1ff%3bdaf2cb%3b84c18f%3b596980
The project uses Baseline Profiles to improve startup performance.
To run the generator:
./gradlew :benchmark:connectedReleaseAndroidTest -P android.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfileThe output can be found in: [module]/build/outputs/connected_android_test_additional_output/release/connected/[device].
Copy and rename the file to baseline-prof.txt and place it in the src/main directory of your app module.
./gradlew :benchmark:connectedReleaseAndroidTest -P android.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=MacrobenchmarkDatabase interactions and push notifications are implemented using Firebase Cloud Functions.
The backend repository is also open-sourced: budgetplus-cloud-functions
This project is licensed under the MIT License.
Copyright (c) 2024 kevinguitar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

