Projacct is a personal project and accounting app that helps project managers to manage and track the status of the ongoing projects and maintain income and expense for the projects. It has a simple interface and is easy to use.
Features
Unlimited Projects — Users can create and manage unlimited projects under one dashboard.
Accounting — Each project can have its own income and expenses.
App Monetization — Integration with one of the largest global ad networks, AdMob from Google.
Consolidated Result — Income and expense from all the projects are consolidated and shown on the homepage.
Suggestions — Typeahead suggestions helps to easily add description to income or expenses.
Easy Delete — Accounts can be easily deleted by swiping effect.
Interface — Easy and simple user interface.
Database Used
SQFLite is a lightweight database that allows developers to create and manage SQL databases on a mobile device using SQLite. The data are stored locally on the phone without requiring an internet connection.
What do you need?
- Android Studio or Visual Studio Code.
- Flutter and Dart
- Android device or simulator to test, run and build the application.
What will you get?
- Dart source code
- Documentation
- Support
Change Log
v1.3.1 | 09-05-2023 IMP Fixed cosmetic bugs.
v1.3.0 | 04-05-2023 NEW Compatible with Dart 2.19. NEW Compatible with Flutter 3.7. IMP Fixed minor bugs.
v1.2.0 | 29-10-2021 NEW App monetization with Google AdMob. NEW New scrolling effect with Slivers. NEW Auto text capitalization for text inputs. NEW Compatible with Dart 2.14. NEW Compatible with Flutter 2.5. IMP Hide FAB in accounts page when scrolled to bottom of the screen. IMP Updated the code for Sound Null Safety.
v1.1.0 | 25-06-2021 NEW Added Suggestion feature for account description. NEW Ability to select date on Accounts page. NEW Display total expense in chart on Account Summary page. NEW Compatible with Flutter 2.x. IMP Show status percentage on Edit Project page. IMP Added refresh icon on home page.
v1.0.0 | 27-02-2021 Initial Release