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

BitMap is an alternative to Image.file, achieving higher performance image display.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bitmap_texture

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bitmap_texture: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bitmap_texture/bitmap_texture.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

BitMap is an alternative to Image.file, achieving higher performance image display.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, storages

More

Packages that depend on bitmap_texture