You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[!] Android Studio (version 2023.2)
X Unable to determine bundled Java version.
[√] Android Studio (version 2024.1)
[√] IntelliJ IDEA Ultimate Edition (version 2022.2)
[√] Connected device (3 available)
[√] Network resources
Version
14
Platforms
Web
Device Model
HP Laptop
flutter info
How to reproduce?
Using extended_text library version ^14.0.1
final displayText =
myString.replaceAll(RegExp(r'^https?://'), '');
return ExtendedText(
displayText,
maxLines: 1,
overflowWidget: TextOverflowWidget(
position: TextOverflowPosition.start,
child: Text(
"...",
style: tableCellStyle,
),
),
style: tableCellStyle,
);
Logs
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: