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.