LanguageTools class

Annotations
  • @Deprecated("use class LangFastor.dart instead")

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

isCacheArabic bool
getter/setter pair

Static Methods

getLocalLanguage(BuildContext context) String
getTextDirection(BuildContext context) TextDirection
instance() Future<LanguageTools>
isArabic(BuildContext context) bool
isDeviceLangaugeArabic(BuildContext context) bool
isEnglish(BuildContext context) bool
setAnyLanguage(BuildContext context, Locale locale) → dynamic
setArabic(BuildContext context) → dynamic
setArabicWhenDeviceLangaugeIsArabic(BuildContext context) → void
some of arabic peaple make there phone langauge is "arabic" by default
setEnglish(BuildContext context) → dynamic

Constants

arLocal → const Locale
defaultLocal → const Locale
enLocal → const Locale
keyCache → const String
listLocal → const List<Locale>