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

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

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

Flutter 启动模板

排名更新于 2026年6月30日

For 使用 Riverpod 的 Flutter 样板项目, the strongest matches are simplezhli/flutter_deer (This is a Flutter practice project with modular routing), rrousselgit/riverpod (Riverpod is a state management library for Flutter, not) and carguo/gsy_github_app_flutter (This is a full Flutter GitHub client application, not). Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “flutter riverpod starter” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Flutter 启动模板

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

    simplezhli/flutter_deer

    8,580在 GitHub 上查看↗

    Flutter Deer is a Flutter practice project that demonstrates realistic application patterns across Android and iOS. It showcases how to structure a Flutter app with modular routing, reactive state management using Provider, and a centralized network layer built with Dio for structured API calls and error handling. The project also includes integration and accessibility testing that simulates real user interactions to verify UI behavior and screen-reader compatibility. The project differentiates itself by providing a comprehensive showcase of custom UI components and interactions, including ca

    This is a Flutter practice project with modular routing, networking, and testing, but it uses Provider for state management rather than Riverpod, so it does not serve as a Riverpod-specific starter template.

    DartFlutter Testing Utilities
    在 GitHub 上查看↗8,580
  • rrousselgit/riverpodrrousselGit 的头像

    rrousselGit/riverpod

    7,315在 GitHub 上查看↗

    Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl

    Riverpod is a state management library for Flutter, not a starter template or boilerplate project — use it as a dependency, but it doesn’t provide the predefined architecture, routing, or testing setup you’re seeking.

    DartScoped Provider ResolutionCompile-Time Code Generation
    在 GitHub 上查看↗7,315
  • carguo/gsy_github_app_flutterCarGuo 的头像

    CarGuo/gsy_github_app_flutter

    15,457在 GitHub 上查看↗

    This project is an open-source Flutter GitHub client and cross-platform mobile application. It serves as a GitHub GraphQL client and OAuth mobile app, providing a mobile interface for browsing repositories, issues, and user profiles. It is also designed as an open-source architecture reference to demonstrate Flutter best practices, state management, and multi-language localization. The application distinguishes itself by using GraphQL queries to retrieve nested repository and user information, reducing network requests and over-fetching. It utilizes a shared Dart codebase to provide a consist

    This is a full Flutter GitHub client application, not a reusable starter template or boilerplate; it does not mention Riverpod or demonstrate the requested provider-based state management pattern.

    DartState Management Providers
    在 GitHub 上查看↗15,457

Related searches

  • Flutter 应用状态管理库
  • Flutter 清洁架构样板
  • 使用 shadcn/ui 的前端样板模板
  • Flutter 导航与路由库
  • a collection of UI components for Flutter
  • Ionic Capacitor 应用启动模板
  • 展示 Rust 和 Web 前端配置的 Tauri 启动模板
  • a framework for building progressive web apps