easy_imagekit 0.0.2 copy "easy_imagekit: ^0.0.2" to clipboard
easy_imagekit: ^0.0.2 copied to clipboard

A powerful, easy-to-use Flutter image processing library. Supports multi-source loading (network/Asset/file/SVG), rich styling, optimized performance, and cross-platform compatibility—simplifying imag [...]

简介 #

🌟 核心特性 #

  • 多源图片加载:支持网络图片、本地文件、Asset 资源、SVG 图片
  • 丰富样式配置:圆角、边框、阴影、透明度、缩放模式等
  • 易用性高:简洁 API 设计,丰富快捷构造方法

快速上手 #

导入头文件 #

import 'package:easy_imagekit/easy_imagekit.dart';

多种初始化方式 #

EasyImage(''), // 推荐 自动识别图片类型
EasyImage.asset(''),
EasyImage.network(''),
EasyImage.base64(''),
EasyImage.circle(''),
EasyImage.source(source: ImageSource.network('url')),
0
likes
145
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful, easy-to-use Flutter image processing library. Supports multi-source loading (network/Asset/file/SVG), rich styling, optimized performance, and cross-platform compatibility—simplifying image development with a concise API.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg, mime

More

Packages that depend on easy_imagekit