https://github.com/fabriziog202/readers
A minimalistic library for incremental file reading and buffering.
https://github.com/fabriziog202/readers
dart flutter io
Last synced: 7 months ago
JSON representation
A minimalistic library for incremental file reading and buffering.
- Host: GitHub
- URL: https://github.com/fabriziog202/readers
- Owner: FabrizioG202
- License: mit
- Created: 2024-10-20T18:05:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:57:10.000Z (over 1 year ago)
- Last Synced: 2024-10-22T07:43:12.598Z (over 1 year ago)
- Topics: dart, flutter, io
- Language: Dart
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Readers
Readers is an _experimental_ dart package providing a source and format-agnostic platform for reading and parsing data from various sources.
I am working on better documenting the package and providing examples on how to use it. Right now development is closely tied to the development of [BioDart](https://github.com/FabrizioG202/biodart). Refer to the project for examples on how to use this package.