An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Ovavue


A tidy budget overview planner.


Built with ❤︎ by jogboms


[![Format, Analyze and Test](https://github.com/jogboms/ovavue/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/jogboms/ovavue/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/jogboms/ovavue/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/ovavue)

Download on the App Store
Get it on Google Play

---

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

To run in `mock` mode,

```bash
fvm flutter run --flavor mock --dart-define=env.mode=mock
```

## UI Shots


























## License

MIT License