cocoicons 0.1.0 copy "cocoicons: ^0.1.0" to clipboard
cocoicons: ^0.1.0 copied to clipboard

The COCO icon pack with - +600 icons available for your flutter project.

codecov Test pub package PRs Welcome

cocoicons #

The COCO icon pack with - +600 Editable icons available for your flutter project.

Made from COCO icon pack.

🎖 Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

cocoicons:

🎮 Usage #

import 'package:cocoicons/cocoicons.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(CocoIconLine.Notification, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Line Notification Icon', textAlign: TextAlign.center),
            ],
        ),
    );
  }
}

Example #

View the flutter app in the example directory

Screenshot #

🐛 Bugs/Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

🤓 Developer(s) #

Abada Samuel Oghenero

16
likes
130
pub points
70%
popularity

Publisher

verified publishermastersam.tech

The COCO icon pack with - +600 icons available for your flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on cocoicons