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

CatchImageBox streamlines image caching in Flutter, enhancing performance and UX.

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
160
points
41
downloads

Publisher

verified publisherdivyamverma.com

Weekly Downloads

CatchImageBox streamlines image caching in Flutter, enhancing performance and UX.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flat_buffers, flutter, objectbox, path, path_provider

More

Packages that depend on catchimagebox