flutter_ninepatch_image 0.0.1 copy "flutter_ninepatch_image: ^0.0.1" to clipboard
flutter_ninepatch_image: ^0.0.1 copied to clipboard

retracted

ninepatch image for Flutter

ninepatch image for Flutter #

TODO: flutter .9 image

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

dependencies:
  flutter_ninepatch_image: ^0.0.1
NinePatchImage.asset(
    name: 'assets/test_ninepatch.9.png',
    scale: 3.0,
    alignment: Alignment.center,
    child: Text(
        'test',
        style: TextStyle(
            color: Colors.white,
            fontSize: 16,
        ),
    ),
);
3
likes
0
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

ninepatch image for Flutter

Repository (GitHub)
View/report issues

Topics

#ninepatch #nine #image #ninepatch-image

License

unknown (license)

Dependencies

flutter, image_pixels

More

Packages that depend on flutter_ninepatch_image