richtrex_image 1.0.0 copy "richtrex_image: ^1.0.0" to clipboard
richtrex_image: ^1.0.0 copied to clipboard

discontinuedreplaced by: auto_size_widget
outdated

An extended package of RichTrex package which is used as a resizable image widget. This supports svg, base64, and other basic image file from internet (probably).

RichTrex: Image #


An extended package of RichTrex package which is used as a resizable image widget. This supports svg, base64, and other basic image file from internet (probably).

Preview #

screen-capture

Install #

Add this line to your pubspec.yaml.

dependencies:
  richtrex_image: ^1.0.0

Usage #

First, import the package.

import 'package:richtrex_image/richtrex_image.dart';

And then put the widget like this.

RichTrexImage(
  "https://your.image/url.png",
  size: const Size(100.0, 100.0),
);

Sample #

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An extended package of RichTrex package which is used as a resizable image widget. This supports svg, base64, and other basic image file from internet (probably).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg, provider

More

Packages that depend on richtrex_image