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

Sandow icons is from strange icons sandow icon pack with close to 500 regular icons in solid and monotone styles.

pub package PRs Welcome

Sandow Icons #

Sandow 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, add the following line

sandow_icons: 

or flutter pub add sandow_icons from your terminal

🏗️ Usage #

import 'package:sandow_icons/sandow_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

Note

There are some issues converting many monotone icons to font due to their usage of strokes instead of fills

🤓 Developer(s) #

Sebastine Odeh

x handle linkedIn handle medium handle

0
likes
140
points
235
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Sandow icons is from strange icons sandow icon pack with close to 500 regular icons in solid and monotone styles.

Homepage
Repository (GitHub)

Topics

#icon-packs #icons #sandow-icons #strange-icons

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on sandow_icons