# flutter_website **Repository Path**: coder-xb/flutter_website ## Basic Information - **Project Name**: flutter_website - **Description**: Enterprise station APP example based on 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 Website Example Enterprise station APP example based on Flutter framework. ## 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_website.git && cd flutter_website ``` ### Install pub packages ```bash flutter packages get ``` ### Build and run app ```bash flutter run ```