From 78e480053851f69a6364b0e77edd5e2ee6e1583a Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Thu, 25 Feb 2021 20:14:26 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 73c5079e..848f40c7 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ The `QuillToolbar` class lets you customise which formatting options are availab Default branch `master` is on channel `master`. To use channel `stable`, switch to branch `stable`. Branch `master` on channel `master` supports web. To run the app on web do the following: +1 + +

1) Change flutter channel to master using `flutter channel master`, followed by `flutter upgrade`. 2) Enable web using `flutter config --enable-web` and restart the IDE. 3) Upon successful execution of step 1 and 2 you should see `Chrome` as one of the devices which you run `flutter devices`.