mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-05 18:48:03 -05:00
[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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user