Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blendthink/flutter-mobile-template


https://github.com/blendthink/flutter-mobile-template

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Flutter Mobile Template

This is a template project for Android and iOS apps.

## Getting Started

### Install

```shell
fvm install
```

### Setup

#### Visual Studio Code

No configuration is required because `.vscode/settings.json` is defined.

#### Android Studio or IntelliJ IDEA

1. Go to `Preferences > Language & Frameworks > Flutter`.
2. Change Flutter SDK path. Example: `/absolute-project-path/.fvm/flutter_sdk`
3. Apply the changes.
4. Restart Editor to see the new settings applied.