mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Run dart fix on the code base
This commit is contained in:
@@ -77,7 +77,7 @@ class GithubReleases {
|
||||
.body;
|
||||
final decodedJson = jsonDecode(releaseJsonContent) as List;
|
||||
|
||||
DateTime? latestReleaseAssetDate = null;
|
||||
DateTime? latestReleaseAssetDate;
|
||||
|
||||
final releases = List<Release>.empty(growable: true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user