Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xukecheng/tiny_tiny_rss_client


https://github.com/xukecheng/tiny_tiny_rss_client

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# PoweReader

A New RSS Reader Released with SwiftUI: https://powereader.app/

# tiny_tiny_rss_client

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 is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## Todo List
- [x] 未读文章列表
- [x] SQLite 数据缓存
- [x] 列表下拉刷新
- [x] 点击水波纹
- [x] 文章详情
- [ ] 预缓存图片
- [ ] 解决富文本过长,内容复杂时,滑动卡顿的问题
- [ ] 文章日期分类
- [x] 标记已读、未读
- [x] 星标文章
- [ ] 所有文章列表
- [ ] 星标文章列表
- [x] 详情页 Url 跳转
- [x] 详情页图片查看预览
- [x] Feed Icon
- [ ] Feed 分类
- [ ] 骨架图加载
- [x] 数据存储机制优化
- [ ] 自动化交付
- [x] 平滑滚动
- [x] 优化文章列表展示
- [ ] 线性动画
- [ ] 去除图片预览的动画
- [x] 图片预览,下滑关闭
- [ ] 文章滑动,切换到上一篇或下一篇文章(Feed 内)
- [x] 将数据请求切换到 TinyTinyRss 官方接口
- [ ] 完善登录的状态和数据管理