新的 Instagram
一款用 Flutter 重制的 Instagram 移动应用。



:information_source: 如何运行
要克隆并运行此应用程序,您需要在计算机上安装 Git + Flutter。
克隆并运行
# Clone this repository
$ git clone https://github.com/lucastssb/new-instagram.git
# Go into the repository
$ cd new-instagram/
# Install dependencies
$ flutter pub get
# Run
$ flutter run
? 如何贡献
- Fork;
- 创建一个带有您功能的分支:
git checkout -b my-feature; - 提交更改:
git commit -m 'feat: My new feature'; - 推送到您的分支:
git push origin my-feature。
将您的请求合并完成后,您可以删除您的分支。