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

A Flutter package that provides a widget to load images from the web with caching support.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'image_example.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: MImageExample(),
        // body: MCircleAvatarExample(),
      ),
    );
  }
}
2
likes
120
pub points
30%
popularity

Publisher

unverified uploader

A Flutter package that provides a widget to load images from the web with caching support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, cached_network_image_platform_interface, flutter, flutter_cache_manager, loading_animation_widget, octo_image, sm_logger

More

Packages that depend on sm_image