FLUTTER ECOSYSTEM

Mastersam07/coolicons

Flutter用のCooliconsアイコンパック。Flutterプロジェクトで利用可能な400以上のアイコンが含まれています。

coolicons のプロジェクト画像
Stars
36
Forks
4
最終プッシュ(UTC)
2022/01/01
プロジェクト状態
公開中
Samuel Abada GitHub avatar
GITHUB User

Samuel Abada ↗

GDE Flutter & Dart

@nexlabstudioNigeria公式サイト ↗
言語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