1
Fork 0
solar-conflux/dart/freeform-gradient
Matei Adriel 603bed7f80
dart(freeform-gradient): chore: removed animation
Signed-off-by: prescientmoon <git@moonythm.dev>
2021-08-05 16:47:16 +03:00
..
android dart(freeform-gradient): Gradle needs updating as well 2020-10-19 18:09:34 +02:00
ios dart(freeform-gradient): Initial commit 2020-01-09 10:52:31 +01:00
lib dart(freeform-gradient): chore: removed animation 2021-08-05 16:47:16 +03:00
nix dart(freeform-gradient): Update niv, sources, android and flutter 2020-10-19 13:43:29 +02:00
test dart(freeform-gradient): feat: implementation 2021-08-05 16:25:35 +03:00
web dart(freeform-gradient): Initial commit 2020-01-09 10:52:31 +01:00
.envrc dart(freeform-gradient): Initial commit 2020-01-09 10:52:31 +01:00
.gitignore dart(freeform-gradient): Initial commit 2020-01-09 10:52:31 +01:00
.metadata dart(freeform-gradient): Initial commit 2020-01-09 10:52:31 +01:00
pubspec.lock dart(freeform-gradient): Update niv, sources, android and flutter 2020-10-19 13:43:29 +02:00
pubspec.yaml dart(freeform-gradient): feat: implementation 2021-08-05 16:25:35 +03:00
README.md dart(freeform-gradient): feat: image caching and stuff 2021-08-05 16:45:59 +03:00
shell.nix dart(freeform-gradient): Add niv to shell.nix 2020-10-19 13:34:22 +02:00

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.