Skip to content
/ Paisa Public
forked from h4h13/Paisa

Expense manager for Android with Material Design

License

Notifications You must be signed in to change notification settings

Fjuro/Paisa

 
 

Repository files navigation

Paisa - Expense Tracker

Material design expense manager

⚠ Join @paisa group on Telegram 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 wise overview
  • Manage categories

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. Run the app and check once

Steps to build project

Prerequisites

  1. Flutter SDK: Make sure you have the latest Flutter SDK installed and configured. Run flutter doctor to check.
  2. Dependencies: Ensure all project dependencies are installed. Run flutter pub get to download them.
  3. Clone the Flutter project using git clone https://github.com/RetroMusicPlayer/Paisa.git to download the project from the GitHub repository.
  4. Generate localized assets: Run flutter gen-l10n to generate localization classes and assets from your .arb files.
  5. Use VSCode run by flavor or use terminal to run flutter run --flavor dev

Download

Get it on Google Play Download Microsft Store

License

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.

About

Expense manager for Android with Material Design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.6%
  • C++ 1.5%
  • CMake 0.9%
  • HTML 0.4%
  • Ruby 0.2%
  • Swift 0.2%
  • Other 0.2%