layrz_ui_extensions 0.0.1
layrz_ui_extensions: ^0.0.1 copied to clipboard
An i18n adapter binding layrz_ui's LayrzUiL10n contract to the layrz_i18n translation engine.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add layrz_ui_extensionsWith Flutter:
$ flutter pub add layrz_ui_extensionsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
layrz_ui_extensions: ^0.0.1Alternatively, 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:layrz_ui_extensions/layrz_ui_i18n.dart';