SaaSHub helps you find the best software and product alternatives Learn more →
Riverpod Alternatives
Similar projects and alternatives to riverpod
-
-
Shorebird
Shorebird - Patch in minutes not days. Shorebird powers rapid development with CodePush and optimized CI pipelines designed specifically for Flutter.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Recoil
Discontinued Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
-
TanStack Query
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
-
-
-
-
freezed
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
-
-
get_it
Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur
-
-
-
mobx.dart
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
-
flutter_hooks
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
riverpod discussion
riverpod reviews and mentions
-
A Deep Look at the Flutter SDK: What's Actually Under the Hood
Riverpod 3
- 안드로이드 개발자가 빠르게 적용할 수 있는 Flutter 프로젝트 구성
-
State Management in Flutter with Riverpod
Official Docs: link
-
Maintain and Extend Code Easily with Clean Architecture for Flutter
View Models: State management solutions using GetX, BLoC, or Riverpod.
-
Riverpod Flutter: A Beginner's Guide
This is just the beginning of what you can do. For more information and advanced usage, check out the official Riverpod documentation.
-
Streaming Real-Time Data in Flutter: A Step-by-Step Guide for Developers
Riverpod Package: Add the Riverpod package to manage state efficiently.
-
Flutter & Riverpod | How to Maintain the state of NavigationBar across tabs
According to this Q&A answered by Remi Rousselet, the author of Riverpod:
-
Goodbye, Singleton! Should We Implement this in Flutter?
https://pub.dev/packages/get_it https://riverpod.dev/ https://www.studysmarter.co.uk/ https://resocoder.com/
-
Build a Personal Target Tracking Application with Flutter Riverpod and Strapi GraphQL
Before starting the tutorial on developing a personal target tracking application with Flutter, Riverpod, Strapi, and GraphQL, ensure you meet the following requirements:
-
Ask HN: What to use to build an iOS and Android app?
It may also look a bit boilerplate heavy but with the VS Code add in and code snippets it’s actually quite ergonomic to write. Just don’t attempt to type it all out by hand.
If you decide to give it a try there are some packages I’d recommend:
- Follow the official getting started: https://docs.flutter.dev/get-started/install
- State management: https://riverpod.dev/ is easy enough and quite powerful. The official docs still recommend Provider, but that’s basically deprecated. Riverpod is an improved Provider by the same maintainer
- Go router https://pub.dev/packages/go_router is the standard for routing
- I used sqflite for persisting local state: https://pub.dev/packages/sqflite
The setup may of your dev environment may take a bit (the mobile SDKs are quite big to download) but after that it’s quite smooth.
Flutter is “inspired” by react so you should feel familiar with the widget lifecycle. Unlike modern react though it uses class based components and when using stateful widgets (components) it’s split into two separate widgets.
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Stats
rrousselGit/riverpod is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of riverpod is Dart.