hans.huang

Results 14 comments of hans.huang

same problem. Any solution?

There is a conflict if two EasyRichTextPattern target the same text. You can check the workaround here. https://github.com/2000calories/flutter_easy_rich_text/issues/55#issuecomment-2038761247

I have no idea why the default selectable text behaviour change, but you try the contextMenuBuilder below. ``` EasyRichText( "This paragraph is selectable...", selectable: true, contextMenuBuilder: (context, editableTextState) { return...

This is a good suggestion.

Sorry for late reply. There is a conflict if two EasyRichTextPattern target the same text. Here is a workaround. You can implement the link inside the matchBuilder. Since _ (for...

same problem here

Here is the warning message. I am not a java developer. have no idea about the deprecated API. ``` Note: /Users/.../development/flutter/.pub-cache/hosted/pub.dartlang.org/app_installer-1.1.0/android/src/main/java/com/zero/app_installer/AppInstallerPlugin.java uses or overrides a deprecated API. Note: Recompile with...

``` android { compileSdkVersion 31 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' } sourceSets { main.java.srcDirs += 'src/main/kotlin' } defaultConfig { minSdkVersion 21 targetSdkVersion 31...

it would be great if you can add this feature.