内容简介:flutterw is a shell script which downloads and executes the Flutter SDK with the exact version defined in itself. It can keep the flutter sdk version consistent for your co-workers and on the CI servers.flutterw 用来下载Flutter SDK,类似于gradlew。通过在脚本内配置特定版本号,使得同
flutterw
flutterw is a shell script which downloads and executes the Flutter SDK with the exact version defined in itself. It can keep the flutter sdk version consistent for your co-workers and on the CI servers.
Feature
- keep the flutter sdk version consistent for your co-workers and on the CI servers.
- added extra commands like "./flutterw dart" can run a dart command, for example:
./flutterw dart --version
- support windows os, need run with git bash
Config
- Config flutter version:
flutter_channel="stable" flutter_version="1.9.1+hotfix.6"
Run
./flutterw --version
Thanks
https://github.com/LinXiaoTao/flutterw
Contact me:
- Blog: http://blog.csdn.net/masonblog
- Email: MasonLiuChn@gmail.com
中文:
flutterw
flutterw 用来下载Flutter SDK,类似于gradlew。通过在脚本内配置特定版本号,使得同一工程的所有开发者或CI服务器(例如Jenkins)使用Flutter的版本一致。
功能
- 保证所有开发者或CI服务器(例如Jenkins)使用Flutter的版本一致
- 添加了一些额外的常用命令,如 ./flutterw dart 可以直接运行dart命令:
./flutterw dart --version
- 支持windows系统,需要在 git bash 环境下运行
配置
- 配置flutter版本号:
flutter_channel="stable" flutter_version="1.9.1+hotfix.6"
执行
./flutterw --version
感谢
https://github.com/LinXiaoTao/flutterw
Contact me:
- Blog: http://blog.csdn.net/masonblog
- Email: MasonLiuChn@gmail.com
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- flutterw:用来下载 Flutter SDK,类似于 gradlew
- Git 居然可以用来跟女神聊天?
- 啥!动态规划还能用来买股票?
- 无需宏,PPT也能用来投递恶意程序
- 有点意思:K8s被黑客劫持用来挖矿
- 用来组流的网络数据包嗅探器:Streamdump
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解计算机系统(原书第2版)
(美)Randal E.Bryant、David O'Hallaron / 龚奕利、雷迎春 / 机械工业出版社 / 2011-1-1 / 99.00元
本书从程序员的视角详细阐述计算机系统的本质概念,并展示这些概念如何实实在在地影响应用程序的正确性、性能和实用性。全书共12章,主要内容包括信息的表示和处理、程序的机器级表示、处理器体系结构、优化程序性能、存储器层次结构、链接、异常控制流、虚拟存储器、系统级I/O、网络编程、并发编程等。书中提供大量的例子和练习,并给出部分答案,有助于读者加深对正文所述概念和知识的理解。 本书的最大优点是为程序......一起来看看 《深入理解计算机系统(原书第2版)》 这本书的介绍吧!