1 Star 0 Fork 2

beansoft/getwidget

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
os:
- linux
sudo: false
git:
depth: 3
cache:
directories:
- $HOME/.pub-cache
env:
- FLUTTER_VERSION=stable
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
before_script:
- cd ../
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
- ./flutter/bin/flutter doctor
- cd getwidget/
script:
- ./../flutter/bin/flutter analyze .
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib
- ./../flutter/bin/flutter test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/ideplugin/getwidget.git
git@gitee.com:ideplugin/getwidget.git
ideplugin
getwidget
getwidget
master

搜索帮助