Power Image
Description
A powerful plugin that fully uses the native image library's ability to display images on the flutter side.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
PowerImage
A powerful plugin that fully uses the native image library's ability to display images on the flutter side.
[中文文档](https://github.com/alibaba/power_image/blob/main/README_CN.md)
**Features:**
Supports the ability to load ui.Image. In the solution based on external texture, the user could not get the real ui.Image to use, which made the image library powerless in this special usage scenario.
Support image preloading capability. Just like flutter precacheImage. This is very useful in some scenarios that require high image display speed.
Added texture cache to connect with flutter's imageCache! Unified image cache to avoid memory problems caused by mixing native images.
Emulators are supported. Before flutter-1.23.0-18.1.pre, the emulator could not display Texture Widget.
Improve the custom image type channel. Solve the demand for business custom image acquisition.
Perfect exception capture and collection.
Support animation. (PR from LiteTao)
Usage
Installation
- power_image:It is recommended to use the latest version, power_image pub versions
- power_image_ext:You need to choose the version based on the flutter version you are using. Go to power_image_ext for details!power_image_ext pub versions
Add the following to your `pubspec.yaml` file:
dependencies:
power_image: 0.1.0-pre.2
dependency_overrides:
power_image_ext: 2.5.3
or use code in github directly:
dependencies:
power_image:
git:
url: 'git@github.com:alibaba/power_image.git'
ref: '0.1.0-pre.2'
dependency_overrides:
power_image_ext:
git:
url: 'git@github.com:alibaba/power_image_ext.git'
ref: '2.5.3'
Setup
Flutter
1. Replace `ImageCache` with `ImageCacheExt`.
/// call before runApp()
PowerImageBinding();
or
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11