dirham_symbol 0.1.0 copy "dirham_symbol: ^0.1.0" to clipboard
dirham_symbol: ^0.1.0 copied to clipboard

A Flutter package providing the Dirham currency symbol as an SVG icon widget.

Dirham Symbol #

A Flutter package providing the Dirham currency symbol (د.إ) as a customizable SVG icon widget.

Features #

  • High-quality SVG Dirham symbol
  • Customizable size and color
  • Easy to integrate
  • Lightweight

Installation #

Add to your pubspec.yaml:

dependencies:
  dirham_symbol: ^0.1.0

Usage #

import 'package:dirham_symbol/dirham_symbol.dart';

// Basic usage
DirhamIcon()

// Custom size
DirhamIcon(size: 50)

// Custom color
DirhamIcon(size: 30, color: Colors.green)

// In text
Row(
  children: [
    Text('Price: '),
    DirhamIcon(size: 20),
    Text(' 100'),
  ],
)

License #

MIT License

3
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing the Dirham currency symbol as an SVG icon widget.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on dirham_symbol