freight 0.1.1 copy "freight: ^0.1.1" to clipboard
freight: ^0.1.1 copied to clipboard

Ship large assets outside your app bundle: iOS Managed Background Assets and Google Play Asset Delivery behind one Dart API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add freight

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

dependencies:
  freight: ^0.1.1

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:freight/freight.dart';
1
likes
160
points
163
downloads

Documentation

API reference

Publisher

verified publishertreamz.me

Weekly Downloads

Ship large assets outside your app bundle: iOS Managed Background Assets and Google Play Asset Delivery behind one Dart API.

Repository (GitHub)
View/report issues

Topics

#assets #ios #background-assets #asset-delivery

License

MIT (license)

Dependencies

flutter

More

Packages that depend on freight

Packages that implement freight