[nitter] Add Media Gallery to Details View (#2)

Instead of rendering the images for a Nitter item within the description
in the details view, we are now rendering the images via the
"ItemMediaGallery" widget. To not render the images twice, we also added
the "disableImages" paramter to the "ItemDescription" widget, to not
render the images in the widget.
This commit is contained in:
Rico Berger
2023-09-05 21:25:51 +02:00
committed by GitHub
parent 0419f2e32d
commit f94d0cb847
3 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
///
///
///
import 'package:flutter/widgets.dart';
class FDIcons {