新闻应用

这是一个使用 flutter 开发的新闻阅读应用,从 https://newsapi.org 网站获取 API。并使用 Flutter Bloc State Management 和 Clean Artchitecture 模式

截图

App Screenshot

应用功能

  • 最新新闻
  • 新闻搜索
  • 热门新闻
  • 新闻推荐
  • 新闻书签
  • 新闻详情
  • 深色模式

使用源代码的方法

你需要从 https://newsapi.org/ 注册 API KEY,然后将 API KEY 放入 lib\src\core\networks\network_constant.dart

// ganti dengan key kamu
const key = "__here__";

GitHub

查看 Github