embed 1.4.1 copy "embed: ^1.4.1" to clipboard
embed: ^1.4.1 copied to clipboard

Code generation for embedding arbitrary file content into Dart code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add embed

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

dependencies:
  embed: ^1.4.1

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

Import it

Now in your Dart code, you can use:

import 'package:embed/embed.dart';
29
likes
150
points
6.97k
downloads

Publisher

verified publishernorelease.dev

Weekly Downloads

Code generation for embedding arbitrary file content into Dart code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, collection, embed_annotation, meta, path, recase, source_gen, toml, yaml

More

Packages that depend on embed