flutter examples
1.0.0
主存储库包含展示 Flutter 应用程序开发中的特性/功能/集成的所有示例应用程序
查找链接:[设置 Flutter] [Widgets Catalog] [Dart Lang]
./get_packages.sh
确保脚本可执行。如果不是,请先运行
chmod +x get_packages.sh
使其可执行。
我欢迎并鼓励所有拉取请求。我通常需要 24-48 小时才能回复任何问题或请求。以下是一些需要遵循的基本规则,以确保及时添加您的请求:
CMD
+ Option
+ L
(Mac 上)和CTRL
+ ALT
+ L
(Linux + Windows 上)的Reformat Code
功能来实现。develop
分支发出拉取请求。任何其他分支(除非维护者指定)都将被拒绝。这是对此存储库所做的良好 PR 的链接。确保包名称符合以下格式:
github.nisrulz.<app_name>
由于现在的存储库非常大,我相信很多人只想下载其中的一些项目。要解决这个问题,请按照以下步骤操作:
使用自制软件安装svn
(Mac/Linux)
brew install svn
复制此存储库中示例文件夹的名称,即simple_material_app
接下来,替换以下命令中的example_folder
:
svn checkout https://github.com/nisrulz/flutter-examples/trunk/example_folder
即考虑simple_material_app
是示例文件夹的名称,命令变为:
svn checkout https://github.com/nisrulz/flutter-examples/trunk/simple_material_app
完毕!您应该检查所有具体示例!
该项目由 Nishant Srivastava 创建,但希望由许多其他人开发和维护。请参阅此处的贡献者列表。
如果您欣赏我的工作,请考虑给我买一杯☕来让我充电? [贝宝]
Copyright 2017 Nishant Srivastava
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.