ficonsax
ficonsax は Iconsax であり、さまざまなスタイルの 6000 アイコン、または各スタイルごとに 1000 アイコンを提供し、Dart/Flutter パッケージとして利用可能になっています。
ficonsax は Iconsax であり、さまざまなスタイルの 6000 種類のアイコン、または各スタイルごとに 1000 種類のアイコンが用意されており、Dart/Flutter パッケージとして利用可能です。
{"sdk":"flutter"}^1.0.0{"sdk":"flutter"}以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
codecov Test pub package PRs Welcome
Iconsax is 6000 icons in different styles or 1000 icons for each style separately available for your flutter project.
Made from Iconsax.
In the dependencies: section of your pubspec.yaml, add the following line:
ficonsax:
import 'package:ficonsax/ficonsax.dart';
class MyAwesomeWidget extends StatelessWidget {
Widget build(BuildContext context) {
return Card(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Icon(IconsaxBold.notification, size: 50.0),
const SizedBox(height: 30.0),
Text('Bold Notification 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