diff --git a/README.md b/README.md index d4197360..55f85bd9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Quickstart (Flutter) • - Documentation • + DocumentationShowcasePlaygroundDiscord diff --git a/docs/examples.mdx b/docs/examples.mdx index 700e2c63..6a5b18e8 100644 --- a/docs/examples.mdx +++ b/docs/examples.mdx @@ -4,11 +4,11 @@ A custom DartPad that lets you experiment with Thermion from your browser (currently, only Chrome is supported). -[![Screenshot of Thermion Dartpad](images/dartpad.thermion.dev_.png)](https://thermion.dev) +[![Screenshot of Thermion Dartpad](images/dartpad.thermion.dev_.png)](https://dartpad.thermion.dev) ## Nick Fisher -My personal website, where I create an interactive clone of myself with Avaturn & Cartesia (no Flutter, made with Thermion and the [Jaspr Dart UI framework](https://github.com/schultek/jaspr). +My personal website, where I create an interactive clone of myself with Avaturn & Cartesia (no Flutter, made with Thermion and the [Jaspr Dart UI framework](https://github.com/schultek/jaspr)). [![Screenshot of Nick Fisher's personal website](images/nick-fisher.com.png)](https://nick-fisher.com) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 2ec94ba8..ee1c0707 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -2,10 +2,11 @@ > You can find the entire project below in the [https://github.com/nmfisher/thermion_examples/tree/master/flutter/quickstart](flutter/quickstart) folder of the `thermion_examples` repository. -1. Switch to Flutter master channel, create a new project, then add `thermion_flutter` as a dependency +1. Switch to Flutter master channel, upgrade Flutter, create a new project, then add `thermion_flutter` as a dependency ```bash $ flutter channel master +$ flutter upgrade $ flutter config --enable-native-assets $ flutter create thermion_sample_project && cd thermion_sample_project $ flutter pub add thermion_flutter