ovavue
ovavue copied to clipboard
💸 A tidy budget overview planner.
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