quytm2239 / SideMenuDownSide

A customized Flutter Drawer
GNU General Public License v3.0
13 stars 4 forks source link

RTL Support #1

Open alfavat opened 3 years ago

alfavat commented 3 years ago

Hi First of all thank you for great job there. Is there any way to change direction from ltr to rtl?

quytm2239 commented 3 years ago

@alfavat Thank you for feedback! If you can wait, I will update it soon when I'm available.

Or you can get your hand dirty :D , with modifing this class: SideMenuContent contains logic about how to display Menu Items. It is written in file side_menu_content.dart It is raw Dart + Flutter UI.