larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
531 stars 262 forks source link

Release notes getting clipped to 14 lines for `UpgradeDialogStyle.cupertino` #287

Closed utkarsh1097 closed 1 year ago

utkarsh1097 commented 1 year ago

262 and the subsequent commit fixes the scrollability issue for AlertDialog, which is used when dialogStyle = UpgradeDialogStyle.material, but even as of today, the text gets truncated to the first 14 lines in case of dialogStyle = UpgradeDialogStyle.cupertino.

Source: https://github.com/larryaasen/upgrader/blob/081b98f94340aed38fafc4824e91bbd7dd082cc7/lib/src/upgrader.dart#L698-L750

utkarsh1097 commented 1 year ago

@larryaasen Any approximate ETA for this? Or can I take this up?

larryaasen commented 1 year ago

@utkarsh1097 I have not looked at this yet and don't have an ETA. Feel free to look at this if you are interested.

larryaasen commented 1 year ago

@utkarsh1097 I have a fix for this now on the master branch. Will be releasing a new version soon.

utkarsh1097 commented 1 year ago

Thanks!!