hrms_localization 1.0.1
hrms_localization: ^1.0.1 copied to clipboard
Localization package for HRMS Flutter apps with 11 Indian languages, offline ARB strings, remote patches, and version-locked critical translations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hrms_localizationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hrms_localization: ^1.0.1Alternatively, 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:hrms_localization/hrms_localization.dart';