kreativityapps

Results 6 comments of kreativityapps

They could do it on Android: https://github.com/sangcomz/FishBun

One way to do it is to wrap Painter in a Listener widget. ``int _pointers = 0;`` // will detect the number of fingers touching the widget ``` Listener( onPointerDown:...

Hi, You can check out my commit for [lib/src/native/native_ad_widget.dart](https://github.com/kreativityapps/native_admob_flutter/commit/a032a567ccbf4279dfd69cd657c508ed388d5e4b#diff-a4677e24403918a35efe06177e57559e8d44d6cf6903a469bbdd883c776d303d). I changed the _load method to be a future and wait for it to finish in the initstate, looks more solid....

> Hi, > > You can check out my commit for [lib/src/native/native_ad_widget.dart](https://github.com/kreativityapps/native_admob_flutter/commit/a032a567ccbf4279dfd69cd657c508ed388d5e4b#diff-a4677e24403918a35efe06177e57559e8d44d6cf6903a469bbdd883c776d303d). > > I changed the _load method to be a future and wait for it to finish in...

I can also reproduce it. However, using the plugin from [flutter_clipboard_manager](https://github.com/Taym95/flutter_clipboard_manager/tree/master/flutter_clipboard_manager) as a workaround, paste works when triggered from a button. The java code could indicate a way how to...