没有合适的资源?快使用搜索试试~ 我知道了~
flutter_image_form_field:将图像上传到Flutter表单
共20个文件
dart:10个
md:3个
yaml:2个
需积分: 29 0 下载量 99 浏览量
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币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- TH2024005基于微信平台的文玩交易小程序ssm.zip
- java高校职工工资管理系统
- 零基础学AI-python语言:python基础语法(课件部分)
- IMT5G推进组发布5G无人机应用白皮书
- 基于Java SSM写的停车场管理系统,加入了车牌识别和数据分析
- 2025年P气瓶充装模拟考试卷
- 【java毕业设计】基于spring boot心理健康服务系统(springboot+vue+mysql+说明文档).zip
- 基于vue+ssm816企业在线培训系统全套(源码+万字LW).zip
- 【java毕业设计】springbootJava物业智慧系统(springboot+vue+mysql+说明文档).zip
- 【源码+数据库】基于java Swing+mysql实现的学生选课信息系统
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功