Stream<Journey> getTravelFeed() {
return _api.getJourneys(
filter: 'trending',
limit: 20
);
}
Roamly
Travel-focused social platform for sharing travel experiences, discovering destinations, connecting with travelers, and exploring user journeys.