base_image 0.0.8 copy "base_image: ^0.0.8" to clipboard
base_image: ^0.0.8 copied to clipboard

BaseImage provides a full range of display formats of images :Network images, SVG images, Local images

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add base_image

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

dependencies:
  base_image: ^0.0.8

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:base_image/base_image.dart';
0
likes
140
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

BaseImage provides a full range of display formats of images :Network images, SVG images, Local images

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg, lottie, plugin_platform_interface

More

Packages that depend on base_image