简体   繁体   中英

How can i load(show) a part of big image in flutter's widget?

I wanna load(show) a part of big image in flutter's widget,by use low memory as i can. And i known a BitmapRegionDecoder class can do this at android platform, is this similar Class/Method at Flutter ?

My last plan is decode at android, and transport result's data to flutter by Channel for show.

Try to use the Widget InteractiveViewer() . You can see a Video .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM