package_file_loader 0.4.0 copy "package_file_loader: ^0.4.0" to clipboard
package_file_loader: ^0.4.0 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.0

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
0
points
764
downloads

Publisher

unverified uploader

Weekly Downloads

Simple utility functions for loading a file from packages

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

build, json_annotation, path

More

Packages that depend on package_file_loader