ZoroTheme: add 'Raw' option for type selection

This commit is contained in:
Moustapha Kodjo Amadou
2025-01-20 12:51:31 +01:00
parent 7694b76ee8
commit 9ba2f54608
2 changed files with 7 additions and 5 deletions

View File

@@ -15,6 +15,6 @@ List<Source> _zorothemeSourcesList = [
]
.map((e) => e
..sourceCodeUrl = _zorothemeSourceCodeUrl
..appMinVerReq = "0.4.0"
..appMinVerReq = "0.4.1"
..version = _zorothemeVersion)
.toList();