ToLn class

A revolutionary localization library that automates the entire translation workflow. Version 5.0 introduces robust fallback for empty display names.

Constructors

ToLn()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

currentDirection TextDirection
no setter
localeNotifier ValueNotifier<Locale>
final

Static Methods

getAvailableLocales() Future<List<LocaleInfo>>
--- UPDATED IN V5.0: Handles empty ln_name values gracefully ---
init({required String baseLocale, String? initialLocale}) Future<void>
loadLocale(String newLocale) Future<void>