strange_icons 0.0.2 copy "strange_icons: ^0.0.2" to clipboard
strange_icons: ^0.0.2 copied to clipboard

Strange Icons pack with 6 icons sets containing over 3000 icons in monotone and solid styles.

pub package PRs Welcome

Strange Icons #

Strange icons pack with 6 icon sets containing over 3000 icons in monotone and solid styles, icon sets in strange icons are

Made from StrangeIcons.

🏅 Installation #

Update dependencies of your pubspec.yaml, add the following line

strange_icons: 

or flutter pub add strange_icons from your terminal

🏗️ Usage #

import 'package:strange_icons/strange_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(SandowSolidIcons.arrowRightSquare),
          const SizedBox(height: 10),
          Text('Solid Arrow right square')
        ],
      ),
    );
  }
}

Example #

View the flutter app in the example directory

Screenshot #

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 #

[ ] cover as many monotone icons as we have solid icons

🤓 Developer(s) #

Sebastine Odeh

x handle linkedIn handle medium handle

4
likes
150
points
163
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Strange Icons pack with 6 icons sets containing over 3000 icons in monotone and solid styles.

Repository (GitHub)
View/report issues

Topics

#strange-icons #icon-packs #icons

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

asklepios_icons, flutter, freud_icons, nightingale_icons, osler_icons, sandow_icons, turing_icons

More

Packages that depend on strange_icons