A cross-platform finance management application built with Flutter(Support English,Simple Chinese,Traditional Chinese). This is the frontend implementation of clsswjz-server, supporting multiple account books, collaboration, and fund account management.
Visit Releases page to download the latest version:
- Download
clsswjz-{version}-android-arm64.apk
- Allow installation from unknown sources
- Install the APK file directly
- Download
clsswjz-{version}-windows-x64.zip
- Extract to any directory
- Run
clsswjz.exe
- Download
clsswjz-{version}-linux-x64.zip
- Extract to any directory
- Add execution permission:
chmod +x clsswjz
- Run:
./clsswjz
- Income/Expense recording
- Custom category management
- Merchant management
- Fund account management
- Multiple account books
- Transaction filtering and search
- Create and manage multiple account books
- Member permission management
- Book sharing and collaboration
- Default book setting
- User registration and login
- Profile management
- Invitation code system
- Backend service configuration
- Income/Expense overview
- Category statistics
- Trend analysis
- Custom time range
- Material Design 3 compliance
- Multi-platform support (Android/iOS/Web/Desktop)
- Responsive layout
- Dark mode support
- Local data caching
- Real-time data synchronization
- Flutter 3.24.5
- Dart SDK 3.3.0
- Android Studio / VS Code
- Android SDK / iOS SDK
- Clone the project