sar_symbol 1.1.1 copy "sar_symbol: ^1.1.1" to clipboard
sar_symbol: ^1.1.1 copied to clipboard

A Flutter library to display text with custom currency symbols, replacing them with a drawable image (e.g., SAR symbol).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sar_symbol

With Flutter:

 $ flutter pub add sar_symbol

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sar_symbol: ^1.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sar_symbol/sar_symbol.dart';
2
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library to display text with custom currency symbols, replacing them with a drawable image (e.g., SAR symbol).

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on sar_symbol