not able to search text by Browser's ctrl+F, using CanvasKit Flutter

815 Views Asked by At

trying find workaround for Flutter web!

need Searchable text by Browser's ctrl+F

Preferred - How to use Skia / CanvasKit in Flutter Web?

To run with CanvasKit:

flutter run -d chrome --dart-define=FLUTTER_WEB_USE_SKIA=true

shortcut:

flutter run -d chrome --web-renderer canvaskit

check code snippet - enter image description here

0

There are 0 best solutions below