feat: get changelog from app's specific github path (ugly)

This commit is contained in:
Alberto Ponces
2022-08-30 02:07:28 +01:00
parent 03b45e0db0
commit 5c657fbed5
9 changed files with 77 additions and 51 deletions

View File

@ -105,7 +105,7 @@ class ApplicationItem extends StatelessWidget {
),
const SizedBox(height: 4),
Text(
' - ${changelog.join('\n- ')}',
'\u2022 ${changelog.join('\n\u2022 ')}',
style: kRobotoTextStyle,
),
],