salkuadrat / slide_drawer

An easy way to use drawer in Flutter with cool sliding animation.
https://pub.dev/packages/slide_drawer
BSD 2-Clause "Simplified" License
6 stars 12 forks source link

'MenuItem' is imported from both 'platform_menu_bar.dart' and 'package:slide_drawer/src/item.dart'. #9

Closed bradintheusa closed 2 years ago

bradintheusa commented 2 years ago

Anyone else getting

 'MenuItem' is imported from both 'platform_menu_bar.dart' and 'package:slide_drawer/src/item.dart'.

This seems to be a Flutter 3 breaking change.

hicnar commented 2 years ago

Yep, you're correct. Fork it from the original and fix it by renaming the offending class or fork it from my copy where it is already fixed.

bradintheusa commented 2 years ago

Thanks