# flutter_demo **Repository Path**: coder-xb/flutter_demo ## Basic Information - **Project Name**: flutter_demo - **Description**: Some small demos based on the Flutter framework, as well as study notes - **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 Demo Project Learn flutter widgets and apis by examples. ## 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_demo.git && cd flutter_demo ``` ### Install pub packages ```bash flutter packages get ``` ### Build and run app ```bash flutter run ``` ### Part of this project, Demos, is taken from: #### GitHub:[OpenFlutter/Flutter-Notebook](https://github.com/OpenFlutter/Flutter-Notebook)