catchimagebox 0.0.1 copy "catchimagebox: ^0.0.1" to clipboard
catchimagebox: ^0.0.1 copied to clipboard

CatchImageBox is a simple and efficient image caching package for Flutter applications. It provides an easy way to manage and display images, with automatic caching to improve performance and user experience.

example/lib/main.dart

import 'package:catchimagebox/catchimagebox.dart';
import 'package:example/app.dart';
import 'package:flutter/material.dart';

Future<void> main() async{

  WidgetsFlutterBinding.ensureInitialized();

  await ImageBoxService.initialize();
  ImageBoxService.setBaseUrl('https://via.placeholder.com');//https://via.placeholder.com/150/92c952
  // await ImageBoxService.clean();

  runApp(const MyApp());
}
1
likes
0
points
41
downloads

Publisher

verified publisherdivyamverma.com

Weekly Downloads

CatchImageBox is a simple and efficient image caching package for Flutter applications. It provides an easy way to manage and display images, with automatic caching to improve performance and user experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flat_buffers, flutter, objectbox, path, path_provider

More

Packages that depend on catchimagebox