Flutter RSS feed parsing - A demo application of flutter which parse RSS XML contents to the flutter application

Overview

Flutter RSS feed parsing demo

This is demo application of flutter which shows how to parse RSS XML feed contents to the flutter application

Here is how demo looks like

List of RSS feeds:

alt text

View one RSS feed:

alt text

You might also like...

Dart library for parsing relative date and time.

Dateparser Dart library for parsing relative date and time. Examples just now a moment ago tomorrow today yesterday 10 days remaining 2 hours ago 2 mo

Sep 20, 2022

An intuitive Token Parser that includes grammar definition, tokenization, parsing, syntax error and debugging. Implementation based on Lexical Analysis for Dart.

Token Parser An intuitive Token Parser that includes syntax/grammar definition, tokenization and parsing. Implementation based on Lexical Analysis. Re

Dec 15, 2022

A color parse package for flutter,it works on iOS and Android.

A color parse package for flutter,it works on iOS and Android. Getting Started To get a color Color color1 = ColorUtil.color('#f2f2f2'); Color color2

Oct 30, 2021

A Flutter plugin that allows communication with a Parse Server

A Flutter plugin that allows communication with a Parse Server

Parse For Flutter! Hi, this is a Flutter plugin that allows communication with a Parse Server, (https://parseplatform.org) either hosted on your own s

Apr 14, 2022

A Flutter Task App with Parse (Back4app) as the backend demonstrating CRUD operations.

A Flutter Task App with Parse (Back4app) as the backend demonstrating CRUD operations.

Siro's Task App Description A Flutter Task App with Parse (Back4app) as the backend demonstrating CRUD operations. Getx State Management Objective Thi

Aug 27, 2022

A Demo application📱 which stores User feedback from 💙Flutter application into Google Sheets🗎 using Google AppScript.

A Demo application📱  which stores User feedback from 💙Flutter application into Google Sheets🗎 using Google AppScript.

📱 Flutter 💙 to Google Sheets 📊 A Demo application which stores User feedback from Flutter application into Google Sheets using Google AppScript. Yo

Dec 28, 2022

Dart duration iso parser - Package to parse duration from ISO 8601 string

duration_iso_parser Package for parsing ISO 8601 durations string to the Duratio

Jan 18, 2022

Given a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON.

JSON to Dart Given a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON. This library is designed to ge

Dec 25, 2022

Response Parser makes it easier to parse data and error response from server.

Response Parser makes it easier to parse data and error response from server. Getting started Do you want to write this pretty functions... FutureEit

Nov 5, 2022
Owner
Nyakuri Levite
Fullstack software developer with ♥️ Vuejs framework, Laravel framework, NodeJs, ReactJs and Flutter. Currently works at TechAffinity Global Private Limited
Nyakuri Levite
Plist parser - A Plist parser for Flutter supports XML and binary Apple Property list (plist) formats

Plist Parser for Flutter ?? A Flutter Plugin for Plist parser supporting XML and

dirablue ( gaku ) 4 Nov 17, 2022
A Flutter application for viewing a rich feed of GitHub activity.

github_activity_feed A Flutter application for viewing a rich feed of GitHub activity. Project status: Public Preview: Version 0.8.2 Supported platfor

Reuben Turner 74 Nov 24, 2022
NewsFeedFlutter - News Feed Built Using Flutter

News Feed Using Flutter A dummy project in 1 hour to test what flutter can do. I

null 0 Jan 30, 2022
Com o intuito de treinar/estudar a construção de telas no flutter, me coloquei o desafio de copiar a tela inicial ( feed ) do instagram.

insta_copia A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Gustavo Andrade 2 Sep 17, 2022
A Video Feed Api Built Using Bloc

api_bloc A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Rohan 2 Jul 1, 2022
Web3-demo-flutter - A demo for the flutter web3 library.

web3_demo_flutter A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you starte

Tommaso Azzalin 0 Oct 7, 2022
Fluter-json - App Demonstrating JSON Data Parsing with various flutter widgets

users_list Flutter App to Demonstrate JSON Parsing Getting Started This project is a starting point for a Flutter application. A few resources to get

Khurram Rizvi 5 Jul 10, 2021
Low-level link (text, URLs, emails) parsing library in Dart

linkify Low-level link (text, URLs, emails) parsing library in Dart. Required Dart >=2.12 (has null-safety support). Flutter library. Pub - API Docs -

Charles C 60 Nov 4, 2022
A class for parsing strings using a sequence of patterns.

This package exposes a StringScanner type that makes it easy to parse a string using a series of Patterns. For example: import 'dart:math' as math; i

Dart 51 Nov 8, 2022
A library for parsing and encoding IEEE-754 binary floating point numbers.

Dart IEEE754 library This library provides decoding and transforming IEEE754 floating point numbers in binary format, double format, or as exponent an

null 0 Dec 24, 2021