sar_symbol 1.2.1
sar_symbol: ^1.2.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 Flutter:
$ flutter pub add sar_symbolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sar_symbol: ^1.2.1Alternatively, your editor might support 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';