osler_icons 0.0.2
osler_icons: ^0.0.2 copied to clipboard
Osler icons is from Strange icons Osler icon pack with over 500 regular icons in solid and monotone styles.
Osler Icons #
Osler icons is from strange icons sandow icon pack with close to 500 regular icons in solid and monotone styles.
Made from StrangeIcons.
🏅 Installation #
Update dependencies of your pubspec.yaml, and add the following line
osler_icons:
or flutter pub add osler_icons
from your terminal
🏗️ Usage #
import 'package:osler_icons/osler_icons.dart';
import 'package:flutter/material.dart';
class IconWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Card(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(OslerSolidIcons.dna),
const SizedBox(height: 10),
Text('Solid DNA')
],
),
);
}
}
Example #
View the flutter app in the example
directory
Screenshot #
<img src="ss/img.png"" alt="example 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.
✅ Next steps #
[ ] fix unavailable icons and add them to pack