package_file_loader 0.4.2 copy "package_file_loader: ^0.4.2" to clipboard
package_file_loader: ^0.4.2 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

With Flutter:

 $ flutter 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.2

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:package_file_loader/package_file_loader.dart';
1
likes
120
points
764
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