File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ class ApiRequests {
345
345
'href' : rssItem.url,
346
346
'rss' : labelHash,
347
347
});
348
- var xmlResponse = xml.parse (response.body);
348
+ var xmlResponse = xml.XmlDocument . parse (response.body);
349
349
350
350
var data =
351
351
xmlResponse.lastChild.text; // extracting value stored in data tag
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import 'package:rutorrentflutter/components/torrent_tile.dart';
8
8
import 'package:rutorrentflutter/models/general_features.dart' ;
9
9
import 'package:rutorrentflutter/models/torrent.dart' ;
10
10
import '../components/loading_shimmer.dart' ;
11
- import '../utilities/constants.dart' ;
12
11
13
12
class TorrentsListPage extends StatelessWidget {
14
13
checkForActiveDownloads (Api api, GeneralFeatures general) async {
You can’t perform that action at this time.
0 commit comments