Skip to content

Latest commit

History

History
88 lines (65 loc) 路 2.26 KB

README.md

File metadata and controls

88 lines (65 loc) 路 2.26 KB

Ovavue

A tidy budget overview planner.
Built with 鉂わ笌 by jogboms

Format, Analyze and Test codecov

Download on the App Store Get it on Google Play


Getting Started

After cloning,

FVM setup

Install fvm if not already installed.

dart pub global activate fvm

Install local flutter version.

fvm install

Install, L10n, Riverpod & Drift code generation

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 in-memory instance
  • prod: Production mode connected to pkg:drift production instance

To run in mock mode,

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

UI Shots

License

MIT License