All Projects → LianjiaTech → bk_flutter_image

LianjiaTech / bk_flutter_image

Licence: MIT License
flutter image,降低内存使用

Programming Languages

java
68154 projects - #9 most used programming language
dart
5743 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to bk flutter image

Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+2890.63%)
Mutual labels:  memory, cache
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+74675%)
Mutual labels:  cache, sdwebimage
Gocache
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Stars: ✭ 775 (+2321.88%)
Mutual labels:  memory, cache
Sst Elements
SST Architectural Simulation Components and Libraries
Stars: ✭ 36 (+12.5%)
Mutual labels:  memory, cache
Memorystore
express-session full featured MemoryStore layer without leaks!
Stars: ✭ 79 (+146.88%)
Mutual labels:  memory, cache
Cash
HTTP response caching for Koa. Supports Redis, in-memory store, and more!
Stars: ✭ 122 (+281.25%)
Mutual labels:  memory, cache
Node Cache
a node internal (in-memory) caching module
Stars: ✭ 1,660 (+5087.5%)
Mutual labels:  memory, cache
Go Cache
This project encapsulates multiple db servers, redis、ledis、memcache、file、memory、nosql、postgresql
Stars: ✭ 143 (+346.88%)
Mutual labels:  memory, cache
elara
Elara DB is an easy to use, lightweight key-value database that can also be used as a fast in-memory cache. Manipulate data structures in-memory, encrypt database files and export data. 🎯
Stars: ✭ 93 (+190.63%)
Mutual labels:  cache
zram manager
No description or website provided.
Stars: ✭ 41 (+28.13%)
Mutual labels:  memory
salad
Asynchronous Scala Redis Client supporting Sentinel and Redis Cluster
Stars: ✭ 14 (-56.25%)
Mutual labels:  cache
webpack-plugin-ramdisk
🐏 A webpack plugin for blazing fast builds on a RAM disk / drive
Stars: ✭ 118 (+268.75%)
Mutual labels:  memory
ecommerce
(Live Link) Extensive ecommerce site with vendors, mods & ability to add to cart without being logged in. Check out v4!
Stars: ✭ 13 (-59.37%)
Mutual labels:  cache
component-box
A little component cacher 📦
Stars: ✭ 25 (-21.87%)
Mutual labels:  cache
magento2-LiteSpeed LiteMage
LiteMage Cache Extension for Magento 2
Stars: ✭ 27 (-15.62%)
Mutual labels:  cache
composer-install
A GitHub Action to streamline installation of PHP dependencies with Composer.
Stars: ✭ 151 (+371.88%)
Mutual labels:  cache
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-9.37%)
Mutual labels:  memory
vue-adaptive-utils
Deliver empathetic experiences to your users by adapting to their capabilities
Stars: ✭ 59 (+84.38%)
Mutual labels:  memory
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (-40.62%)
Mutual labels:  cache
rs-process-memory
A rust library that allows you to read/write into the memory of other processes
Stars: ✭ 63 (+96.88%)
Mutual labels:  memory

bk_flutter_image——Flutter图片内存优化库

背景

随着移动端业务中更多Flutter应用, 多图、大图复杂页面使用Flutter的Image.network(..) , FadeInImage.network(..)易出现出现OOM问题

指南

Android依赖 Glide 4.11.0

dependencies {
    implementation 'com.github.bumptech.glide:glide:4.11.0'
}

iOS 依赖 SDWebImage 5.9.0及以上

pod 'SDWebImage','5.9.0'

使用方式

BkFlutterImage(
  url: imageUrl,
  width: width,
  height: height,
  autoResize: true,
  ...
)

License

详情参见 LICENSE

版本历史

具体版本历史请参看 CHANGELOG.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].