Skip to content

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

License

Notifications You must be signed in to change notification settings

Gyeony95/gh_asset_pre_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published