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(),
    );
  }
}
60
likes
160
pub points
91%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on image_card