layrz_ui_extensions 0.0.4
layrz_ui_extensions: ^0.0.4 copied to clipboard
Adapters and extensions bridging layrz_sdk and other Layrz packages into layrz_ui, including i18n bindings and model conversions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add layrz_ui_extensionsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
layrz_ui_extensions: ^0.0.4Alternatively, 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:layrz_ui_extensions/layrz_ui_extensions.dart';