
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
组件 - Image Text Icon内容来自教程《Flutter技术入门与实战》Image参考:Image classBoxFit enum其构造方法:new Image用于从ImageProvider获取图像new Image.asset加载资源图片new Image.file加载本地图片文件new Image.network加载网络图片new Image.mem...
Container参考:Container classFlutter — Container Cheat Sheet
Flutter-ButtonsFloatingActionButton参考:FloatingActionButton classFloatingActionButtonLocation classFloatingActionButton是个类Android风格的按钮,通常在Scaffold.floatingActionButton 中使用。使用floatingActionButton...
Flutter-颜色参考:Color classColor表示的是不可变的32位颜色值,ARGB格式构造方法1.Color(int value)/// Construct a color from the lower 32 bits of an [int].////// The bits are interpreted as follows://///...
RichText参考:RichTextTextSpanRichText表示的是富文本,使用不同的样式来显示文本,使用TextSpan对象来描述要显示的文本Text displayed in a RichText widget must be explicitly styled. When picking which style to use, consider using Defa...
ListView参考:ListView class《Flutter技术入门与实战》ListView表示的是列表,常见属性:scrollDirection - 列表的排序方向,类型为Axisenum Axis {/// Left and right.////// See also://////* [TextDirection], which di...
Row ColumnmainAxisAlignment和crossAxisAlignment属性mainAxisAlignment和crossAxisAlignmentmainAxisAlignment - 表示的是主轴的对齐方式crossAxisAlignment - 表示的是次轴的对齐方式对Row来说,水平方向是主轴,垂直方向是次轴对Column来说,垂直方向是主轴,水平方式是...
React Native因为项目上的需求,要调研下React Native,参考react-native搭建开发环境安装按官网的介绍,先安装node,因为我之前安装过node,导致一直报错,没办法,先把homebrew卸载了,再重新安装卸载Homebrew/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.co...
Flutter on Mac有关Flutter的内容,可以参考文档:flutterchinaflutter在Mac安装Flutter,参考macOS install中的介绍,大致步骤如下:1.下载Flutter SDK2.移动到一个位置,解压,解压后的内容,可能如下:3.将flutter添加到path中,参考:Update your path在终端输入vim .bash_pr...
UIDocumentPickerViewControllerUIDocumentPickerViewController:A view controller that provides access to documents or destinations outside your app’s sandbox.可以访问沙盒外的文档 or 目标可以使用document picker vi...







