Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 513 Bytes

flutter_demos

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.

How to use

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