From eba843535b0670c3b5a60c309866933a67aa6ed9 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 27 Jun 2024 21:15:13 +0800 Subject: [PATCH] docs: update quickstart --- docs/quickstart.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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