dotdart 0.6.1 copy "dotdart: ^0.6.1" to clipboard
dotdart: ^0.6.1 copied to clipboard

Type-safe Flutter asset access that compiles SVG, Lottie, and images into optimized Dart widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dotdart

With Flutter:

 $ flutter pub add dotdart

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

dependencies:
  dotdart: ^0.6.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dotdart/dotdart.dart';
1
likes
0
points
364
downloads

Documentation

Documentation

Publisher

verified publisherventairy.com

Weekly Downloads

Type-safe Flutter asset access that compiles SVG, Lottie, and images into optimized Dart widgets.

Repository (GitHub)
View/report issues

Topics

#flutter #assets #codegen #lottie #svg

License

unknown (license)

Dependencies

build, dart_style, flutter, glob, image, path, yaml

More

Packages that depend on dotdart