1
Fork 0
solar-conflux/dart/freeform-gradient/README.md

26 lines
397 B
Markdown
Raw Normal View History

# Flutter freeform gradient
This is a demonstration project to show usage of Flutter with Nix.
## Getting Started
Enter in the `nix-shell`:
```sh
nix-shell
```
After this, you can either build this project with:
```sh
flutter build apk
```
Or run it:
```sh
flutter run
```
If you have any issue, you can run `flutter doctor` to get a diagnostic and potential solution to fix your issues.