[lemmy] Add Support for Lemmy (#94)

This commit adds support to add Lemmy RSS feeds to FeedDeck. A user can
provide the url of an Lemmy instance, the url of a community or of an
user.

The special thing of the Lemmy source in opposite to the normal RSS
source is, that we parse the provided link form a feed item, to check if
it contains a image, video or YouTube url, to apply some special
formatting.
This commit is contained in:
Rico Berger
2023-12-02 15:52:50 +01:00
committed by GitHub
parent eb28a44cc8
commit 8c88ece3dc
17 changed files with 711 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
import 'package:feeddeck/widgets/item/preview/utils/item_title.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:feeddeck/widgets/item/preview/utils/item_title.dart';
void main() {
testWidgets('Should render title', (tester) async {
await tester.pumpWidget(