SaaSHub helps you find the best software and product alternatives Learn more →
Riverpod Alternatives
Similar projects and alternatives to riverpod
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
-
-
-
-
-
-
Recoil
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
-
-
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
-
mobx.dart
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
-
riverpod discussion
riverpod reviews and mentions
-
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.
-
Exploring Speed Up Mobile App Development Approaches
From a library standpoint, I would recommend https://riverpod.dev over any other state management libraries for productivity purposes.
-
Constructor Tear-Off with Riverpod Family
I have the following code. When I hot reload I get an error like this. Apparently this is fixed in dart 3 and Remi mentions a solve here. I am unclear how to refactor my code to achieve the solve without upgrading Flutter to an unstable version (which I've tried and cannot use because of certain render issues).
-
How use riverpod_generator on a class ? my todo property doesn't refresh on UI
I saw this official example but it doesn't use riverpod_generator : https://github.com/rrousselGit/riverpod/blob/master/examples/todos/lib/todo.dart
-
Full-stack Dart with gRPC Documentation site.
Looking at the riverpod.dev docs, I saw that they were using Docusaurus which led me to creating this site. You can think of it as a guide or your go-to when trying to build gRPC servers and clients using Dart. It's open source hosted at this repo and everyone is really invited to Collaborate.
-
Maximizing Your Flutter App's Performance with (Async)NotifierProvider, Freezed & Riverpod Code Generators
Riverpod Docs
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Dec 2024
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.