radix_icons 1.0.1 copy "radix_icons: ^1.0.1" to clipboard
radix_icons: ^1.0.1 copied to clipboard

A crisp set of 15x15 icons from radix-ui designed by the @workos team

pub package PRs Welcome

radix_icons #

A crisp set of 15x15 icons from radix-ui designed by the @workos team

Made from radix-ui icons.

🎖 Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

radix_icons: ^1.0.1

🎮 Usage #

import 'package:radix_icons/radix_icons.dart';

class MyAwesomeWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return Card(
        child: Column(
            mainAxisAlignment: MainAxisAlignment.center,
            children: <Widget>[
                Icon(RadixIcons.Figma_Logo, size: 50.0),
                const SizedBox(height: 30.0),
                Text('Figma logo', textAlign: TextAlign.center),
            ],
        ),
    );
  }
}

Example #

View the flutter app in the example directory

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.

🤓 Developer(s) #

Abada Samuel Oghenero

8
likes
130
pub points
42%
popularity
screenshot

Publisher

verified publishermastersam.tech

A crisp set of 15x15 icons from radix-ui designed by the @workos team

Repository (GitHub)
View/report issues

Topics

#icons #icon #ui #ui-design

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on radix_icons