Closed darkomenx closed 10 months ago
You seem to be using a very old version of super_drag_and_drop (0.3.0). Last version at pub.dev is 0.7.3.
Thank you for your very speed response.
I use this command for install package : flutter pub add super_drag_and_drop
Whereas it installed the old version.
If I force to install 0.7.3 latest version it tell me that exist conflict with
I will investigate around this and return here to keep track
Please reopen if this is not resolved.
Technical information :
Error :
Context :
I want to use the super_drag_and_drop. I launch : flutter pub add super_drag_and_drop I launch and install Rust program with the rustup-init.exe provided I upgrade Rust with rustup upgrade I imported package like this : 'import 'package:super_drag_and_drop/super_drag_and_drop.dart';' I use package like this (basic just for first try) :
Questions :
Thank you for your help