Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 429 Bytes

Flutter Shop Example

Learn flutter widgets and apis by a shop example APP.

How to run

Install flutter sdk

Please refer to flutter official document Install.

Clone repository

git clone [email protected]:missXb/flutter_shop.git && cd flutter_shop

Install pub packages

flutter packages get

Build and run app

flutter run