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

![](https://1040054136-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhefpGmXvWHHYv5NcHU%2F-Li2Sh6gN7Ix5UZkDlXL%2F-Li2SlmkbeTSbKrYSOWt%2F65308702_416795942241422_4791023206800556032_n.jpg?alt=media\&token=efd95ea7-acf2-4014-80c3-e9a8c4703b29)

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://timistudio.gitbook.io/finey-flutter-cash-manager-template/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
