package_file_loader 0.4.3 copy "package_file_loader: ^0.4.3" to clipboard
package_file_loader: ^0.4.3 copied to clipboard

Simple utility functions for loading a file from packages

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add package_file_loader

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

dependencies:
  package_file_loader: ^0.4.3

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:package_file_loader/package_file_loader.dart';
1
likes
130
points
666
downloads

Publisher

unverified uploader

Weekly Downloads

Simple utility functions for loading a file from packages

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, json_annotation, path

More

Packages that depend on package_file_loader