sealed_language_subtags 1.202608.8
sealed_language_subtags: ^1.202608.8 copied to clipboard
IANA Language Subtag Registry (BCP 47) as compile-time constant, tree-shakable, sealed Dart classes: languages, scripts, regions and variants.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sealed_language_subtagsWith Flutter:
$ flutter pub add sealed_language_subtagsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sealed_language_subtags: ^1.202608.8Alternatively, 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_subtags/sealed_language_subtags.dart';