# flutter_shop **Repository Path**: coder-xb/flutter_shop ## Basic Information - **Project Name**: flutter_shop - **Description**: An example of a shopping mall APP based on the Flutter framework. - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://flutter.io/docs/get-started/install). ### Clone repository ```bash git clone git@github.com:missXb/flutter_shop.git && cd flutter_shop ``` ### Install pub packages ```bash flutter packages get ``` ### Build and run app ```bash flutter run ```