image_x 0.0.3 copy "image_x: ^0.0.3" to clipboard
image_x: ^0.0.3 copied to clipboard

outdated

Lazy image widget for any path [Asset, Path, Url] for all image types.

example/example.md

Import package #

import 'package:image_x/image_x.dart';

Usage: #

class MyLogo extends StatelessWidget {
  const MyLogo({super.key});

  @override
  Widget build(BuildContext context) {
    return const ImageX(
      path: 'assets/images/logo.svg',
      fit: BoxFit.fitWidth,
      svgColor: Colors.blue,
    );
  }
}
0
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Lazy image widget for any path [Asset, Path, Url] for all image types.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, universal_io

More

Packages that depend on image_x