Flutter install on google pixelbook

I am installing flutter on my google pixelbook and have run into an error.

I followed the steps on this article:
https://proandroiddev.com/flutter-development-on-a-pixelbook-dde984a3fc1e

I know this is experimental at this time but I am completely new to pixelbook and linux so I thought I would see if anyone has run into this error before. When I run flutter doctor I get this error in terminal:


$ flutter doctor --v
-bash: flutter: command not found


My guess is that you haven't added Flutter to your path?

Flutter is in the ~/flutter/bin path if you followed the instructions here: https://proandroiddev.com/flutter-development-on-a-pixelbook-dde984a3fc1e

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue