没有合适的资源?快使用搜索试试~ 我知道了~
flutter_image_form_field:将图像上传到Flutter表单
共20个文件
dart:10个
md:3个
yaml:2个
需积分: 29 0 下载量 85 浏览量
2021-05-06
11:14:18
上传
评论
收藏 16KB ZIP 举报
温馨提示
ImageFormField 以Flutter Form处理图像上传。 用法 为了完全自定义照片上传字段,需要几个回调和类。 在大多数情况下,您将混合来自远程源和本地上载的照片。 对于这些,适配器层很有用: class ImageInputAdapter { /// Initialize from either a URL or a file, but not both. ImageInputAdapter ({ this .file, this .url }) : assert (file != null || url != null ), assert (file != null && url == null ), assert (file == null && url != null ); /// An image file final Fil
资源推荐
资源详情
资源评论
收起资源包目录
flutter_image_form_field-master.zip (20个子文件)
flutter_image_form_field-master
.gitignore 683B
pubspec.yaml 303B
README.md 3KB
CHANGELOG.md 550B
LICENSE 1KB
example
pubspec.yaml 533B
README.md 195B
image_form_example_android.iml 1KB
lib
profile_screen.dart 3KB
image_input_adapter.dart 2KB
upload_button.dart 1KB
main.dart 4KB
image_form_example.iml 896B
.travis.yml 50B
lib
image_form_field.dart 55B
src
controller.dart 1KB
field.dart 4KB
types.dart 282B
button.dart 2KB
preview.dart 2KB
共 20 条
- 1
资源评论
80seconds
- 粉丝: 50
- 资源: 4566
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功