docs: update quickstart
This commit is contained in:
@@ -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.
|
> 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
|
```bash
|
||||||
$ flutter channel master
|
$ flutter channel master
|
||||||
|
$ flutter upgrade
|
||||||
$ flutter config --enable-native-assets
|
$ flutter config --enable-native-assets
|
||||||
$ flutter create thermion_sample_project && cd thermion_sample_project
|
$ flutter create thermion_sample_project && cd thermion_sample_project
|
||||||
$ flutter pub add thermion_flutter
|
$ flutter pub add thermion_flutter
|
||||||
|
|||||||
Reference in New Issue
Block a user