coolicons
Flutter용 쿨아이콘 아이콘 팩으로, Flutter 프로젝트에 사용 가능한 400개 이상의 아이콘이 포함되어 있습니다.
Flutter용 쿨아이콘 아이콘 팩으로, Flutter 프로젝트에 사용 가능한 400개 이상의 아이콘이 포함되어 있습니다.
{"sdk":"flutter"}{"sdk":"flutter"}^1.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
codecov Test pub package PRs Welcome
This flutter package allows you to use the Coolicons icon pack.
Made from Coolicons.
In the dependencies: section of your pubspec.yaml, add the following line:
coolicons: ^1.0.0
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),
],
),
);
}
}
View the flutter app in the example directory
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.
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