Recently, I began to learn Flutter. Every time when I learned something new, I used it to build a demo and wrote the relevant knowledge to my blog.
Clone the repository.
$ git clone https://github.com/hezhii/flutter_demos.git
Check that a device is running.
$ flutter devices
Run the app. You can run on the specified device via -d
option,if you need.
$ cd flutter_demos
$ flutter run