⚠ Join Telegram Group for important updates
Home | Accounts | Categories | Budget overview |
Home | Accounts | Categories | Budget overview |
Home | Accounts | Categories | Budget overview |
- Tracking expenses, incomes & deposits
- Account & budget visw 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" }
-
Check
untranslated.json
for anything missing keys need to be translated -
Run the app and check once
- Clone the Flutter Project:
- Use
git clone https://github.com/RetroMusicPlayer/Paisa.git
to download the project from the GitHub repository.
- Use
- Install Dependencies:
- Navigate to the project directory and run
flutter pub get
to install the required dependencies.
- Navigate to the project directory and run
- Run the App:
- Connect a device or emulator and run the app using
flutter run --flavor dev
or through your IDE.
- Connect a device or emulator and run the app using
Copyright (c) 2022, Hemanth Savarala
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.