gh_asset_pre_cache 0.0.3 copy "gh_asset_pre_cache: ^0.0.3" to clipboard
gh_asset_pre_cache: ^0.0.3 copied to clipboard

A plug-in that improves the usability and performance of the app by pre-caching assets used in the application.

Version 0.0.3 Release #

Automated Image Precache Feature Added: Automatically precache images from the application's asset folder to enhance performance.

Usage #

  1. Add the plugin to your project.
dependencies:
gh_asset_pre_cache: ^0.0.1
  1. Run the following command in the terminal to install the plugin.
flutter pub get
  1. Call the plugin from any part of your app to automatically perform image precaching.
import 'package:gh_asset_pre_cache/gh_asset_pre_cache.dart';

// ...

void precacheImages() {
  GhAssetPreCache().startImageCache();
}

What is Different? #

Note #

  • This version provides basic automated precaching functionality.
  • Future updates will include more features and detailed configurations.

Bug Fixes #

  • No bug fixes in this version.

Other Changes #

  • This version marks the initial release of the plugin. Feedback and suggestions are welcome.

Now, optimize your application's performance by automatically managing image precaching with this plugin! Expect more updates and features in the future. Feel free to provide feedback or report issues on the GitHub repository. Thank you!

6
likes
140
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

A plug-in that improves the usability and performance of the app by pre-caching assets used in the application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on gh_asset_pre_cache