> For the complete documentation index, see [llms.txt](https://timistudio.gitbook.io/finey-flutter-cash-manager-template/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://timistudio.gitbook.io/finey-flutter-cash-manager-template/master.md).

# Get started

## 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**.

![](/files/-Li2SlmkbeTSbKrYSOWt)

## 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 <a href="#system-requirements" id="system-requirements"></a>

### Flutter

Follow flutter offical guide:

<https://flutter.dev/docs/get-started/install>

* MacOS <https://flutter.dev/docs/get-started/install/macos>
* Windows <https://flutter.dev/docs/get-started/install/windows>
* Linux <https://flutter.dev/docs/get-started/install/linux>

#### Run flutter doctor <a href="#run-flutter-doctor" id="run-flutter-doctor"></a>

```
➜  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.
```
