tip_flutter_image_view 0.1.5 copy "tip_flutter_image_view: ^0.1.5" to clipboard
tip_flutter_image_view: ^0.1.5 copied to clipboard

A new flutter plugin project,than can let you use native image in flutter app

tip_flutter_image_view #

使用 #

import 'package:tip_flutter_image_view/tip_flutter_image_view.dart';

TipFlutterImageView(
                url: imageUrl,
                width: width,
                height: height,
                aspectRatio: MediaQuery.of(context).devicePixelRatio,
                centerCrop: true,
              ),

利用texture来渲染原生图片资源的插件 #

12fb3e14-f712-4c9b-9368-8a9391e067cd.gif

目前支持

普通bitmap,webp,gif

相关文章

OpenGL with Texture widget

todo
  1. 增加一个loading和err
  2. 进一步优化性能
1
likes
25
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project,than can let you use native image in flutter app

Homepage

License

unknown (LICENSE)

Dependencies

crypto, flutter

More

Packages that depend on tip_flutter_image_view