Get started
This section will help you walk through the minimum required setup to run the project.
Features
Simple route navigation with Fluro.
Easily pass a data Model from a parent Widget down to it's descendants with Scope Model.
Include a powerful Http client for Dart is Dio.

List screens
SPLASH
WALK THROUGH
HOME
LOGIN
CREATE WALLET
SIGN UP
FORGOT PASSWORD
VERIFY CODE
LIST WALLET
INFORMATION
PROFILE GUEST
PROFILE LESS
PROFILE MORE
PROFILE PREMIUM
REPORT
SETTINGS PROFILE
ADD TRANSACTION
ADD BANK
CHART
PREMIUM ACCOUNT,
ADD WALLET
CATEGORY
System Requirements
Flutter
Follow flutter offical guide:
https://flutter.dev/docs/get-started/install
Run flutter doctor
➜ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.6.3, on Mac OS X 10.14.5 18F132, locale en-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2.1)
[✓] Android Studio (version 3.4)
[✓] VS Code (version 1.35.0)
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
Last updated
Was this helpful?