assets_sync 0.0.1 copy "assets_sync: ^0.0.1" to clipboard
assets_sync: ^0.0.1 copied to clipboard

outdated

AssetsSync is a utility package for flutter that helps developers manage the synchronization of assets in their projects. It provides a simple and intuitive interface for adding and updating assets in [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add assets_sync

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

dependencies:
  assets_sync: ^0.0.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:assets_sync/assets_sync.dart';
5
likes
0
points
1
downloads

Publisher

verified publisherflutterbytes.io

Weekly Downloads

AssetsSync is a utility package for flutter that helps developers manage the synchronization of assets in their projects. It provides a simple and intuitive interface for adding and updating assets in the pubspec.yaml file of a Flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

file_system, flutter, path, path_provider

More

Packages that depend on assets_sync