FLUTTER ECOSYSTEM

Mastersam07/coolicons

Flutter के लिए कूलकॉन्स आइकन पैक, जिसमें आपके Flutter प्रोजेक्ट के लिए 400 से अधिक आइकन उपलब्ध हैं।

coolicons प्रोजेक्ट कवर
Stars
36
Forks
4
अंतिम पुश (UTC)
1 जन॰ 2022
प्रोजेक्ट स्थिति
सक्रिय
Samuel Abada GitHub avatar
GITHUB User

Samuel Abada ↗

GDE Flutter & Dart

भाषाएँDartSwiftKotlinObjective-C

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 3 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}
  • flutter_lintsडेवलपमेंट^1.0.0

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

codecov Test pub package PRs Welcome

coolicons

This flutter package allows you to use the Coolicons icon pack.

Made from Coolicons.

🎖 Installation

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

coolicons: ^1.0.0

🎮 Usage

import 'package:coolicons/coolicons.dart';

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

Example

View the flutter app in the example directory

Screenshot

https://github.com/Mastersam07/coolicons/raw/master/screenshots/1.jpg

🐛 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)

https://avatars3.githubusercontent.com/u/31275429?s=460&u=b935d608a06c1604bae1d971e69a731480a27d46&v=4

Abada Samuel Oghenero

https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/medium-icon.png?raw=true https://github.com/aritraroy/social-icons/blob/master/facebook-icon.png?raw=true