tk2232

Results 3 issues of tk2232

Is it possible to add an example for multiple drag and drop. Select multiple items and drag them together. I have no idea how to implement that.

triage

It seems that no native code has been implemented for web. I got following exception: ```stackTrace MissingPluginException(No implementation found for method memoryToMemory on channel top.kikt/flutter_image_editor) ``` Here is my code...

type: feature
handle: welcome PR
platform: web

With the new navigator 2 WillPopScope is not working. Do we have to override the back button differently with navigator 2? ```dart import 'package:flutter/material.dart'; import 'package:states_rebuilder/states_rebuilder.dart'; void main() { runApp(const...

help wanted