Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blendthink/flutter-mobile-template
https://github.com/blendthink/flutter-mobile-template
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blendthink/flutter-mobile-template
- Owner: blendthink
- Created: 2022-11-29T22:30:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T00:07:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:18:33.412Z (8 months ago)
- Language: Dart
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.