flutter_mingcute 2.9.72 copy "flutter_mingcute: ^2.9.72" to clipboard
flutter_mingcute: ^2.9.72 copied to clipboard

A MingCute icon library package for Flutter applications. Carefully designed icons in fill and line styles.

example/README.md

flutter_mingcute example #

import 'package:flutter/material.dart';
import 'package:flutter_mingcute/flutter_mingcute.dart';

void main() => runApp(
  const MaterialApp(
    home: Scaffold(
      body: Center(
        child: Icon(MingCuteIcons.home1Fill, size: 48),
      ),
    ),
  ),
);
1
likes
160
points
51
downloads

Documentation

API reference

Publisher

verified publisherdonminzzi.kr

Weekly Downloads

A MingCute icon library package for Flutter applications. Carefully designed icons in fill and line styles.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutter_mingcute