Skip to content

ItzYeho/paisa-app-open-source

 
 

Repository files navigation

IMPORTANT NOTICE: This is the original source code from v6.0.8. This project has since been closed source and made proprietary. I had a local clone of it and since it was licensed under GPLv3 I can legally host this version.

It's unfortunate that the developer had made the project closed source, and I have talked with him and he clarified he did it this way in order to pursue profit/motivation and due to lack of good pull requests.

Do not expect any communications or contributions from me. All I'm doing is posting the original, GPLv3 licensed source code. I am in no obligation to support or contribute additional code to this project.

Below is the original README.md


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 visw 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

  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 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

Paisa App source code (before it was deleted)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dart 96.8%
  • C++ 1.3%
  • CMake 0.8%
  • HTML 0.4%
  • Ruby 0.3%
  • Swift 0.1%
  • Other 0.3%