image_card 0.0.4 copy "image_card: ^0.0.4" to clipboard
image_card: ^0.0.4 copied to clipboard

A Flutter package provides the image card customization. Supported more parameter and gradient to customize card

example/lib/main.dart

import 'package:example/image_card_demo_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: ImageCardDemoPage(),
    );
  }
}
68
likes
150
points
198
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package provides the image card customization. Supported more parameter and gradient to customize card

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on image_card