# flutter_wechat_ui **Repository Path**: coder-xb/flutter_wechat_ui ## Basic Information - **Project Name**: flutter_wechat_ui - **Description**: UI interface example of imitation WeChat APP 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 Wechat[UI] Example UI interface example of imitation WeChat APP 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_webchat_ui.git && cd flutter_webchat_ui ``` ### Install pub packages ```bash flutter packages get ``` ### Build and run app ```bash flutter run ```