detectable_text_field library
Classes
- DetectableText
- Show detected text only to be shown
- DetectableTextEditingController
- DetectableTextField
- TextPatternDetector
Enums
Constants
- detectionContentLetters → const String
- urlRegexContent → const String
- useDetectableTextEditingController → const _DetectableTextEditingControllerHookCreator
Properties
- atSignRegExp → RegExp
-
final
- atSignUrlRegExp → RegExp
-
final
- hashTagAtSignRegExp → RegExp
-
Regular expression when you select decorateAtSign
final
- hashTagAtSignUrlRegExp → RegExp
-
final
- hashTagRegExp → RegExp
-
Regular expression to extract hashtag
final
- hashTagUrlRegExp → RegExp
-
final
- urlRegex → RegExp
-
final
Functions
-
detectionRegExp(
{bool hashtag = true, bool atSign = true, bool url = true}) → RegExp?