bundle_resources_loader 0.0.2 copy "bundle_resources_loader: ^0.0.2" to clipboard
bundle_resources_loader: ^0.0.2 copied to clipboard

PlatformiOS

Flutter plugin for searching files inside the iOS app bundle by filename and/or extension.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bundle_resources_loader

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

dependencies:
  bundle_resources_loader: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:bundle_resources_loader/bundle_resources_loader.dart';
0
likes
160
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for searching files inside the iOS app bundle by filename and/or extension.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bundle_resources_loader

Packages that implement bundle_resources_loader