Augusto Carmo
Results
1
comments of
Augusto Carmo
I was able to workaround it by creating the following component that uses the `visibility_detector` package: ```dart import 'package:desktop_drop/desktop_drop.dart'; import 'package:flutter/material.dart'; import 'package:visibility_detector/visibility_detector.dart'; // This class fixes the following issue...