⚠ Join @paisa group on Telegram for important updates
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
Home | Accounts | Categories | Budget overview |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
Home | Accounts | Categories | Budget overview |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
Home | Accounts | Categories | Budget overview |
- Tracking expenses, incomes & deposits
- Account & budget wise overview
- Manage categories
-
Create
.arb
file insidelib/localization/app_<language_code>.arb
exampleapp_en.arb
-
Copy all transactions from
app_en.arb
to created file and remove all keys which annotates with@
From{ "appTitle": "Paisa", "@appTitle": { "description": "The app name", "type": "text", "placeholders": {} } }
To
{ "appTitle": "Paisa" }
-
Run the app and check once
- Flutter SDK: Make sure you have the latest Flutter SDK installed and configured. Run
flutter doctor
to check. - Dependencies: Ensure all project dependencies are installed. Run
flutter pub get
to download them. - Clone the Flutter project using
git clone https://github.com/RetroMusicPlayer/Paisa.git
to download the project from the GitHub repository. - Generate localized assets: Run
flutter gen-l10n
to generate localization classes and assets from your .arb files. - Use VSCode run by flavor or use terminal to run
flutter run --flavor dev
Copyright (c) 2022, Hemanth S
All rights reserved.
This source code is licensed under the GPLv3-style license found in the
LICENSE file in the root directory of this source tree.