Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 573 Bytes

File metadata and controls

36 lines (24 loc) · 573 Bytes

Real Unit App

A Flutter Wallet for Real Unit Investors.

Getting Started

Before getting started, please make sure you have Flutter version 3.41.6 and the latest version of golang and gomobile installed.

go install golang.org/x/mobile/cmd/gomobile@latest
gomobile init

1. Generate translations

dart run tool/generate_localization.dart

2. Generate Drift Files

dart run build_runner build --delete-conflicting-outputs

3. Get dependencies

flutter pub get

3. Start app

flutter run