https://github.com/jogboms/ovavue
💸 A tidy budget overview planner.
https://github.com/jogboms/ovavue
Last synced: 8 months ago
JSON representation
💸 A tidy budget overview planner.
- Host: GitHub
- URL: https://github.com/jogboms/ovavue
- Owner: jogboms
- License: mit
- Created: 2023-03-31T23:26:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T06:23:26.000Z (about 1 year ago)
- Last Synced: 2025-02-17T01:19:32.996Z (8 months ago)
- Language: Dart
- Homepage:
- Size: 4.94 MB
- Stars: 71
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ovavue
A tidy budget overview planner.
Built with ❤︎ by jogboms
[](https://github.com/jogboms/ovavue/actions/workflows/main.yml) [](https://codecov.io/gh/jogboms/ovavue)
---
## Getting Started
After cloning,
### FVM setup
Install `fvm` if not already installed.
```bash
dart pub global activate fvm
```Install local `flutter` version.
```bash
fvm install
```### Install, L10n, Riverpod & Drift code generation
```bash
fvm flutter pub get
fvm flutter pub run build_runner build
```## Running
There are three (3) available environments:
- `mock`: Demo mode with non-persistent data
- `dev`: Development mode connected to [pkg:drift](https://pub.dev/packages/drift) in-memory instance
- `prod`: Production mode connected to [pkg:drift](https://pub.dev/packages/drift) production instanceTo run in `mock` mode,
```bash
fvm flutter run --flavor mock --dart-define=env.mode=mock
```## UI Shots
![]()
![]()
![]()
![]()
![]()
![]()
## License
MIT License