longphanmn / f-datetimerangepicker

Flutter Date & Time Range Picker
Apache License 2.0
20 stars 9 forks source link

Problem rendering in Release.apk #7

Closed dumshi closed 4 years ago

dumshi commented 4 years ago

Hi, Firstly thank you for creating this wonderful widget. I have been using it in my latest project.

However there is a problem. It works fine in Debug.apk. But, asap I created a Release.apk it did not render the dialog box Body part with the datepicker. It came absolutely empty.

I understand the compiler shrinks the code and remove all unwanted/unused stuffs when creating Release.apk. The debug file was about 50MB, but Release was 20MB.

How do I force compiler to include everything just like in Debug?

Thanks in advance.

dumshi commented 4 years ago

It's NOT an issue. I was trying to customize it and basically messed up the ParentWidget hierarchy stuff. Removed the Extra Container I introduced and it's back to how it was :D