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).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add richtrex_image

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

dependencies:
  richtrex_image: ^1.0.0

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:richtrex_image/richtrex_image.dart';
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