greek_string_utils 1.0.2
greek_string_utils: ^1.0.2 copied to clipboard
A set of utilities for string with greek letters
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add greek_string_utilsWith Flutter:
$ flutter pub add greek_string_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
greek_string_utils: ^1.0.2Alternatively, 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:greek_string_utils/greek_string_utils.dart';