Relative Content

Tag Archive for flutterflutter-dependencies

How to fix Flutter Webview library is not working

I’m using Flutter’s webview_flutter package, but it’s not working. My pubspec.yaml file is configured as follows:
dependencies:
flutter:
sdk: flutter
webview_flutter: ^4.0.1
After running flutter pub get, I encounter the following issues in my code:

Erase Paint Unable clear paint and Image in Canava With Multiple Canavas Layer

I have wrote paint app using flutter, unable erase the whatever i have drawn please help to me.
We have provided sample code of below. Below code are the paint drawn and erase functionality not working below code. Eraser we are using white color but it was another drawing drawn time it was not appearing. Sample code below i have attached.