Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristijorgji/flutter_tui
https://github.com/kristijorgji/flutter_tui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kristijorgji/flutter_tui
- Owner: kristijorgji
- Created: 2023-10-12T14:28:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T17:43:29.000Z (11 months ago)
- Last Synced: 2024-05-03T00:11:31.786Z (8 months ago)
- Language: Dart
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# single_app
A new Flutter project.
## Getting Started
Make sure to use the same Flutter version that this project requires!
`3.7.12`
I do recommend you use [Flutter Version Manager](https://fvm.app/docs/getting_started/installation)
Then if you use Android Studio do the following:
Settings -> Languages And Frameworks -> Flutter -> Flutter Sdk Path
Insert there the relative path of .fvm/flutter_sdk
For example `/pathToMyCode/flutter_tui/.fvm/flutter_sdk`If the required flutter version is missing you can install it like this:
```shell
fvm install 3.7.12
```In your terminal for the project run
```shell
fvm use 3.7.12
```Then you can run `fvm flutter` instead of just `flutter` in order to use the project specific flutter.
For example, while being inside this project directory just do `fvm flutter pub get` and will use version 3.7.12 for the request.