If anyone has any idea how I might turn this code to fetch a single RSS feed in a Flutter app into code that can handle a set of different RSS feeds, I'd be grateful for the help.
class RSSFetch {The above works fine for a single feed but I want to pulls multiple RSS feeds and combined them before returning them? I assume it would involve a Future.wait but I'm stuck on the syntax (the example below isn't right).
As an additional complication, it looks like the Dart RSS library (webfeed or its fork dart_rss) requires you to invoke a different parsing object for each RSS format (RSS 1.0. 2.0, and Atom).
...this is wrong but I assume it's something like this...
class RSSFetch {--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/8745a8c8-0efe-4b0b-857c-10f361f7a936n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/fdfc0f2c-3f0a-4f05-b51e-875e1f6eb0a6n%40googlegroups.com.