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

image cacheing widget which cache images to fast load

example/lib/main.dart

import 'package:example/screens/home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(primarySwatch: Colors.blue),
      home: HomePage(),
    );
  }
}
7
likes
140
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

image cacheing widget which cache images to fast load

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto, flutter, path, path_provider

More

Packages that depend on image_cacheing