universal_asset 1.0.1 copy "universal_asset: ^1.0.1" to clipboard
universal_asset: ^1.0.1 copied to clipboard

A lightweight, modular Flutter package for displaying different types of assets (images, SVGs, Lottie animations, Rive animations) using a single widget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add universal_asset

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

dependencies:
  universal_asset: ^1.0.1

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:universal_asset/universal_asset.dart';
1
likes
135
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, modular Flutter package for displaying different types of assets (images, SVGs, Lottie animations, Rive animations) using a single widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on universal_asset