https://github.com/gabrielbmoro/pocketnote
My personal assistent app
https://github.com/gabrielbmoro/pocketnote
autoroute flutter getit injectable mobx sqflite
Last synced: about 1 month ago
JSON representation
My personal assistent app
- Host: GitHub
- URL: https://github.com/gabrielbmoro/pocketnote
- Owner: gabrielbmoro
- License: mit
- Created: 2023-12-11T12:49:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T12:19:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T07:22:52.077Z (over 1 year ago)
- Topics: autoroute, flutter, getit, injectable, mobx, sqflite
- Language: JavaScript
- Homepage:
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome! 👋
Welcome to the pocket note project. This is a personal app I am using to help my self montly. It is a kind of a expenses app, but this app was made specially for me.
I live in a ranch with other families, we split the value of our Power bills, sometimes this is hard to manage because we have some values to consider comparing the previous month. The idea of the app is to help specially in this scenario.
In the future I intend to extend the features to help my self in other tasks such as: manage the food of my guinea pigs, pay monthly bills.
---
## How to run the project? 📦
After you clone the app, download all dependencies, you need to generate code using the folling command:
```dart run build_runner build --delete-conflicting-outputs```
We need to generated code because we are using the libraries that requires this, this libraries are: Injectable, Mobx, and Autoroute.
---
### Tech stack summary 🛠️
- [Auto Route](https://pub.dev/packages/auto_route) - Navigation 🧭
- [MobX](https://pub.dev/packages/mobx) - State management ♻️
- [Get it](https://pub.dev/packages/get_it) - Dependency Injection 💉
- [Injectable](https://pub.dev/packages/injectable) - Dependency Injection 💉
- [Share Plus](https://pub.dev/packages/share_plus) - Share text ➕
- [Sqflite](https://pub.dev/packages/sqflite) - Data storage 🧊