内容简介: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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
快速傅里叶变换
K. R. Rao、D. N. Kim、J. J. Hwang / 万帅、杨付正 / 机械工业出版社 / 2013-3 / 98.00元
《国际信息工程先进技术译丛·快速傅里叶变换:算法与应用》深入浅出地阐述了快速傅里叶变换(FFT)的原理,系统地总结了各类FFT算法,并广泛精辟地介绍了FFT在视频和音频信号处理中的各种应用。《国际信息工程先进技术译丛·快速傅里叶变换:算法与应用》在阐述了离散傅里叶变换(DFT)的原理和性质之后,详细讨论了时域抽取(DIT)和频域抽取(DIF)的各类快速算法。论述了近似计算DFT的整数FFT、二维及......一起来看看 《快速傅里叶变换》 这本书的介绍吧!