Skip to content

FlutterWorks/ovavue_budget_planner

 
 

Repository files navigation

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

About

💸 A tidy budget overview planner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 98.1%
  • Ruby 0.8%
  • HTML 0.6%
  • Makefile 0.3%
  • Shell 0.1%
  • Swift 0.1%