network_or_asset_loader 0.0.7
network_or_asset_loader: ^0.0.7 copied to clipboard
A Flutter package that provides a network-based asset loader for easy_localization with smart fallback and caching capabilities.
0.0.6 #
- Minor updates and improvements
0.0.5 #
- Updated GitHub Actions workflow to use latest stable Flutter version
- Fixed workflow compatibility issues
0.0.4 #
- Fixed library file naming to use underscores (network_or_asset_loader.dart)
- Updated all import statements to use correct package and file names
- Added GitHub Actions workflow for automated publishing
- Minor documentation improvements
0.0.3 #
- Breaking Change: Renamed class from
EasyNetworkAssetLoadertoNetworkOrAssetLoader - Breaking Change: Package name changed from
network-or-asset-loadertonetwork_or_asset_loader - Improved naming clarity and consistency
0.0.2 #
- Breaking Change: Renamed class from
WadNetworkAssetLoadertoEasyNetworkAssetLoader - Updated
connectivity_plusdependency to version 7.0.0 - Fixed connectivity check to work with new API that returns
List<ConnectivityResult> - Added comprehensive documentation comments to all public API elements
- Improved code documentation and examples
0.0.1 #
- Initial release
- Network-based translation loading with smart caching
- Automatic fallback to local cache and bundled assets
- Configurable cache duration and network timeout
- Support for easy_localization package