fix: reverse versions list to have recents first.

This commit is contained in:
Aunali321 2022-09-23 13:35:47 +05:30
parent ead308740f
commit efe1306aac

View File

@ -147,7 +147,7 @@ class _PatchItemState extends State<PatchItem> {
translationParams: {
'packageVersion': widget.packageVersion,
'supportedVersions':
'\u2022 ${widget.supportedPackageVersions.join('\n\u2022 ')}',
'\u2022 ${widget.supportedPackageVersions.reversed.join('\n\u2022 ')}',
},
),
actions: <Widget>[