rtl_ui_guard 0.1.0
rtl_ui_guard: ^0.1.0 copied to clipboard
A lightweight Flutter toolkit for previewing, testing, and diagnosing Arabic, Kurdish Sorani, and other RTL user interfaces.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rtl_ui_guardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rtl_ui_guard: ^0.1.0Alternatively, 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:rtl_ui_guard/rtl_ui_guard.dart';