assets_sync 0.0.1+2 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 [...]
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
0.0.1+1 #
Fixed
- singleton issue with AssetsSync
0.0.1+2 #
Fixed
- singleton issue with AssetsSync