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

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+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:assets_sync/assets_sync.dart';
5
likes
130
pub points
43%
popularity

Publisher

verified publisherflutterbytes.io

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

Documentation

API reference

License

MIT (license)

Dependencies

file_system, flutter, path, path_provider

More

Packages that depend on assets_sync