You can perform the similar action using Draggable
widget but that will work only inside the app and inside same Stateful
/Stateless
widget.
The reason why “drawing over other apps” is not possible in Flutter till yet is because iOS does not support this functionality. You can always log an issue at Flutter’s GitHub repository