zeba_academy_feed_parser 0.1.0
zeba_academy_feed_parser: ^0.1.0 copied to clipboard
Blog & RSS feed toolkit with RSS/Atom parsing, caching, filtering and offline support.
Changelog #
All notable changes to zeba_academy_feed_parser will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.0 - 2026-02-27 #
🎉 Initial Release #
Added
- RSS feed parsing support
- Atom feed parsing support
- Feed model structure for standardized data
- Category filtering functionality
- Lightweight language detection utility
- Local caching using SharedPreferences
- Offline feed loading support
- HTTP feed fetching service
- Clean modular package architecture
- Unit testing setup
- Flutter lint configuration
Technical
- Dart null-safety enabled
- Compatible with Flutter 3.0+
- SDK constraint
>=3.8.1 <4.0.0 - XML parsing using
xmlpackage - Network requests using
http
[Unreleased] #
Planned #
- Feed pagination support
- Background auto refresh
- Advanced language detection plugin
- Feed image extraction improvements
- Search & keyword filtering
- Stream-based real-time updates
- Example Flutter app
Versioning #
This project follows:
MAJOR.MINOR.PATCH
- MAJOR – Breaking changes
- MINOR – New features (backward compatible)
- PATCH – Bug fixes
Notes #
Update this file for every release before publishing to pub.dev.