flutter_buddhism_icons is a simple icon package to load buddha icons.
Package is still under development, feel free to fork and send pull request
flutter_buddhism_icons: 0.0.1-dev.1
Import the library:
import 'package:flutter_buddhism_icons/buddhist_icons.dart';
ListTile(
leading: Icon(
BuddhistIcon.buddhaBookFilled,
color: Colors.brown,
size: 32,
),
title: Text('Buddha One'),
subtitle: Text('Buddha subtitle'),
),
If you have any questions, feedback or ideas, feel free to create an issue. If you enjoy this project, I'd appreciate your 🌟 on GitHub.