asset_delivery 1.1.0
asset_delivery: ^1.1.0 copied to clipboard
A Flutter plugin for managing on-demand asset delivery with Play Asset Delivery, supporting asset pack setup, progress tracking, and persistent storage.
0.0.1 #
- TODO: Describe initial release.
1.0.0 #
-
Added Example for Plugin Usage
- Included a comprehensive usage example to help developers integrate and use the plugin easily in their projects.
-
Improved Documentation
- Added detailed DartDoc comments for all methods and classes.
- Improved explanations for better clarity on functionality, parameters, return values, and platform-specific behaviors.
-
Updated
getAssetPackPath
Method- Introduced a new required parameter
fileExtension
to specify the file type when fetching the asset pack path. This ensures assets are correctly identified and fetched.
- Introduced a new required parameter
1.1.0 #
- Improve the script for adding the necessary code for Android