Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4h13/paisa-app
Paisa app release and bugs maintain
https://github.com/h4h13/paisa-app
Last synced: 26 days ago
JSON representation
Paisa app release and bugs maintain
- Host: GitHub
- URL: https://github.com/h4h13/paisa-app
- Owner: h4h13
- Created: 2022-04-08T17:05:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T19:40:22.000Z (about 1 month ago)
- Last Synced: 2024-12-03T20:32:48.522Z (about 1 month ago)
- Size: 2.42 MB
- Stars: 68
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Material design expense manager
### ⚠ Join [Telegram Group](https://t.me/app_paisa) for important updates
### Screen shots
#### Mobile
| | | | |
| :--------------------------------------------------: | :--------------------------------------------------: | :--------------------------------------------------: | :--------------------------------------------------: |
| Home | Accounts | Categories | Budget overview |#### Foldable
| | | | |
| :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: |
| Home | Accounts | Categories | Budget overview |#### Tablet & Desktop
| | | | |
| :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: | :-------------------------------------------------------------: |
| Home | Accounts | Categories | Budget overview |### Expense Tracking
- Tracking expenses, incomes & deposits
- Account & budget visw overview
- Manage categories### Steps to translate
1. Create `.arb` file inside `lib/localization/app_.arb` example `app_en.arb`
2. Copy all transactions from `app_en.arb` to created file and remove all keys which annotates with `@`
From```json
{
"appTitle": "Paisa",
"@appTitle": {
"description": "The app name",
"type": "text",
"placeholders": {}
}
}
```To
```json
{
"appTitle": "Paisa"
}
```3. Check `untranslated.json` for anything missing keys need to be translated
4. Run the app and check once### Steps to build project
1. Clone the Flutter Project:
- Use `git clone https://github.com/RetroMusicPlayer/Paisa.git` to download the project from the GitHub repository.
2. Install Dependencies:
- Navigate to the project directory and run `flutter pub get` to install the required dependencies.
3. Run the App:
- Connect a device or emulator and run the app using `flutter run --flavor dev` or through your IDE.### Support Translations
Contact us in Telegram [Telegram Group](https://t.me/app_paisa)
### Download
[](https://play.google.com/store/apps/details?id=dev.hemanths.paisa&hl=en_US&pli=1&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
[](https://apps.microsoft.com/store/detail/9NQ2KR46N764?launch=true&mode=mini)### License
Copyright (c) 2022, Hemanth Savarala
All rights reserved.