603bed7f80
Signed-off-by: prescientmoon <git@moonythm.dev> |
||
---|---|---|
.. | ||
android | ||
ios | ||
lib | ||
nix | ||
test | ||
web | ||
.envrc | ||
.gitignore | ||
.metadata | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
shell.nix |
Flutter freeform gradient
This is a demonstration project to show usage of Flutter with Nix.
Getting Started
Enter in the nix-shell
:
nix-shell
After this, you can either build this project with:
flutter build apk
Or run it:
flutter run
If you have any issue, you can run flutter doctor
to get a diagnostic and potential solution to fix your issues.