diff --git a/README.md b/README.md index ac86c85..ecff74b 100644 --- a/README.md +++ b/README.md @@ -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: +- [Dart](./dart/) - [Elm](./elm/) - [F#](./fsharp/) - [Idris](./idris/) diff --git a/dart/README.md b/dart/README.md new file mode 100644 index 0000000..b71e58c --- /dev/null +++ b/dart/README.md @@ -0,0 +1,5 @@ +# Dart + +| Name | Description | +| ---------------------------------------- | -------------------------------------------------- | +| [freeform-gradient](./freeform-gradient) | Tiny freeform gradient implementation in flutter.` |