1
Fork 0

Add dart/freeform-gradient to readme.

This commit is contained in:
prescientmoon 2024-05-28 03:46:10 +02:00
parent 5201e81b36
commit ee138b074d
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@ The repositories are properly imported using [./import.sh](./import.sh) — a da
The experiments are currently organized based on the language they use: The experiments are currently organized based on the language they use:
- [Dart](./dart/)
- [Elm](./elm/) - [Elm](./elm/)
- [F#](./fsharp/) - [F#](./fsharp/)
- [Idris](./idris/) - [Idris](./idris/)

5
dart/README.md Normal file
View file

@ -0,0 +1,5 @@
# Dart
| Name | Description |
| ---------------------------------------- | -------------------------------------------------- |
| [freeform-gradient](./freeform-gradient) | Tiny freeform gradient implementation in flutter.` |