h4h13 / Paisa

Expense manager for Android with Material Design
Other
1.47k stars 288 forks source link
android bloc blocstatemanagement clean-architecture dart expense-manager expense-tracker expense-tracker-app flutter injectable material-design material-ui materialyou statemanagement windows

Paisa - Expense Tracker

Material design expense manager

⚠ Join Telegram Group 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

Steps to translate

  1. Create .arb file inside lib/localization/app_<language_code>.arb example app_en.arb

  2. 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"
    }
  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.

Download

Get it on Google Play Download Microsoft Store

License

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.