awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesRefresh Indicator

Architectures that allow refresh indicators to be swapped via a common interface for animations and events.

Distinct from Pluggable Architectures: Specializes general pluggable architectures to the specific domain of refresh indicators.

Explore 2 awesome GitHub repositories matching data & databases · Refresh Indicator. Refine with filters or upvote what's useful.

Awesome Refresh Indicator GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • scwang90/smartrefreshlayoutscwang90 的头像

    scwang90/SmartRefreshLayout

    25,141在 GitHub 上查看↗

    SmartRefreshLayout is a pull-to-refresh framework and gesture interaction library for Android. It provides a scroll view wrapper that integrates interactive refresh headers and loading footers into mobile user interfaces, coordinating synchronized scrolling and touch events. The project features a pluggable architecture for custom refresh indicators and secondary refresh mechanisms. It utilizes damping-based gesture translation and overscroll rebound mechanisms to manage the tactile feel of drag resistance and physics-based animations. The library covers a broad range of interaction logic, i

    Provides a pluggable system for swapping out refresh indicators by implementing a common interface.

    Javaandroidandroid-uifooter
    在 GitHub 上查看↗25,141
  • xuelongqy/flutter_easy_refreshxuelongqy 的头像

    xuelongqy/flutter_easy_refresh

    4,060在 GitHub 上查看↗

    fluttereasyrefresh 是一个用于在 Flutter 列表组件中实现下拉刷新和无限滚动分页的库。它提供了通过下拉手势触发数据重载以及通过上拉触发器获取额外数据块所需的功能组件和逻辑。 该项目具有解耦的指示器架构,允许自定义视觉样式、主题动画以及页眉和页脚的灵活定位。它包含一个集中式控制器,能够独立于用户手势以编程方式管理刷新和加载状态。 该库通过可自定义的物理效果和惯性来涵盖滚动管理,以及通过分页数据同步来自动化基于页面索引的数据加载。它还提供了嵌套滚动视图的集成,以协调视图层次结构中的指示器位置。

    Supports applying festive themes and custom visual animations to refresh and load actions during scroll interactions.

    Darteasy-refreshflutterload-more
    在 GitHub 上查看↗4,060
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Pluggable Architectures
  5. Refresh Indicator

探索子标签

  • Themed Indicator AnimationsSystems for applying specific visual themes and stylized animations to refresh and load indicators. **Distinct from Refresh Indicator:** Focuses on the aesthetic theming of the animation rather than the pluggable architecture of the indicator.