sealed_language_extensions 1.201404.2
sealed_language_extensions: ^1.201404.2 copied to clipboard
IANA Language Tag Extensions Registry (BCP 47) as compile-time constant, tree-shakable, sealed Dart classes for the registered locale extensions.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sealed_language_extensionsWith Flutter:
$ flutter pub add sealed_language_extensionsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sealed_language_extensions: ^1.201404.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:sealed_language_extensions/sealed_language_extensions.dart';