media item and session images and location management, also refactoring and DRYing up code

This commit is contained in:
Joshua Burman
2024-12-31 22:41:17 -05:00
parent 5f628d6b48
commit 10332ec8be
17 changed files with 328 additions and 129 deletions

View File

@ -21,6 +21,7 @@ class CardImage extends StatelessWidget {
image: DecorationImage(
fit: BoxFit.cover,
image: image,
onError: (error, stackTrace) => AssetImage('assets/images/placeholder.jpg')
// color: Colors.blue,
),
borderRadius: BorderRadius.all(Radius.elliptical(8, 8)),