flutter_buddhism_icons 0.0.1-dev.1 copy "flutter_buddhism_icons: ^0.0.1-dev.1" to clipboard
flutter_buddhism_icons: ^0.0.1-dev.1 copied to clipboard

Simple Buddhism Icon

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 #

Image

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.

You can also buy me a cup of coffee #

0
likes
140
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Simple Buddhism Icon

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_buddhism_icons