flutter_buddhism_icons
flutter_buddhism_icons is a simple icon package to load buddha icons.
Note
Package is still under development, feel free to fork and send pull request
Demo
Icon sources and Credit
Features
- Load text from assets/file or string
- View text
- Search text
Getting started
flutter_buddhism_icons: 0.0.1-dev.1
Import the library:
import 'package:flutter_buddhism_icons/buddhist_icons.dart';
Usage
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.