Realank / flutter_datetime_picker

a date time picker in flutter
MIT License
615 stars 727 forks source link

padding not support RTL #140

Open rome753 opened 4 years ago

rome753 commented 4 years ago

padding: EdgeInsets.only(left: 16, top: 0), Please replace with EdgeInsetsDirectional

AjaCoder commented 4 years ago

I just created a PR adding Hebrew support and fixing this issue. #153