Last updated:
0 purchases
flutter buddhism icons
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 #
The Noun Project
Features #
Load text from assets/file or string
View text
Search text
Getting started #
flutter_buddhism_icons: 0.0.1-dev.1
copied to clipboard
Import the library:
import 'package:flutter_buddhism_icons/buddhist_icons.dart';
copied to clipboard
Usage #
ListTile(
leading: Icon(
BuddhistIcon.buddhaBookFilled,
color: Colors.brown,
size: 32,
),
title: Text('Buddha One'),
subtitle: Text('Buddha subtitle'),
),
copied to clipboard
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.
You can also buy me a cup of coffee #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.