mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-30 03:21:35 -05:00
[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:
@@ -13,6 +13,7 @@
|
||||
///
|
||||
///
|
||||
///
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
class FDIcons {
|
||||
|
||||
Reference in New Issue
Block a user