keyrune_icons_flutter 0.0.3 copy "keyrune_icons_flutter: ^0.0.3" to clipboard
keyrune_icons_flutter: ^0.0.3 copied to clipboard

Magic: The Gathering set symbols from keyrune as icons in a flutter application.

Keyrune Icons Flutter #

Lets you use Magic: The Gathering set symbols as icons in your flutter project!

This is a package which wraps the symbol font keyrune by Andrew Gioia, and allows it to be used as icons in flutter.

Getting started #

Install #

dependencies:
  keyrune_icons_flutter: ^0.0.3

Usage #

// import the package
import 'package:keyrune_icons_flutter/keyrune_icons_flutter.dart';

// use the icons directly
const Icon(KeyruneIcons.ss_10e)

// use icons by string
const Icon(KeyruneIcons.icons["10e"])

Check out keyrune's docs for available icons.

License #

All set symbol images are trademarks of Wizards of the Coast (http://magicthegathering.com). This package is lisenced under GNU AGPL v3.0 or later.

Please see keyrune's LICENSE.md file for information about the keyrune icon font's license.

1
likes
160
pub points
34%
popularity

Publisher

verified publisherj7126.dev

Magic: The Gathering set symbols from keyrune as icons in a flutter application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on keyrune_icons_flutter