Update all deps for null safety

Also fix new compile errors
This commit is contained in:
Vishesh Handa
2021-04-10 21:56:18 +02:00
parent 1bff307f5e
commit 39644f42f3
5 changed files with 193 additions and 123 deletions

View File

@ -187,7 +187,7 @@ class GitPendingChangesBadge extends StatelessWidget {
badgeContent: Text(repo.numChanges.toString(), style: style),
showBadge: repo.numChanges != 0,
badgeColor: theme.iconTheme.color,
position: BadgePosition.topRight(top: 10.0, right: 4.0),
position: BadgePosition.topEnd(top: 10.0, end: 4.0),
child: child,
);
}