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

RaijinStudios internal icon library

Raijin Symbols #

🔧 Installation #

Run the following to install the dependency:

flutter pub add raijin_symbols

Then run flutter pub get.

🛠️ Usage #

Import the package wherever you need to use it:

import 'package:raijin_symbols/raijin_symbols.dart';

You can then use the RaijinSymbol widget to display icons in your Flutter app:

RaijinSymbol(
  RaijinSymbols.home01,
  style: RaijinSymbolStyle.outline,
  color: Colors.red,
  width: 24,
  height: 24,
),

🔑 License #

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

1
likes
135
points
1
downloads

Publisher

verified publisherraijinstudios.com

Weekly Downloads

RaijinStudios internal icon library

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on raijin_symbols