assets_sync 0.0.1
assets_sync: ^0.0.1 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 [...]
Changelog [Unreleased] [1.0.0] - 2021-01-01
0.0.1 #
Added
- Initial release with the following features:
- addAsset method to add assets to the pubspec.yaml file
- addFonts method to add fonts to the pubspec.yaml file
- FileService class to handle file operations such as reading, writing, and deleting
- PubspecConnector class to handle interactions with the pubspec.yaml file
- AssetsSync class to manage the synchronization of assets in the pubspec.yaml file
- ConnectorsHelper class with utility methods for fetching assets and fonts from the filesystem