ordered_set
riverpod
Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
ordered_set | riverpod | |
---|---|---|
1 | 65 | |
14 | 5,301 | |
- | - | |
0.0 | 0.0 | |
3 months ago | 1 day ago | |
Dart | Dart | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ordered_set
-
Five features I wish Dart had
The great news about this one item list as well is that these are just proposals to add functions to the SDK, which, as we already learned, can be easily done with extension functions. That is where Dartlin comes to rescue again, providing all the aforementioned functions (with the Kotlin nomenclature) and even more (like the handy associate or groupBy). Another useful bit of code can be found on my ordered_set package's Comparing class, to be used alongside functions that take sorting orders. So you can get all these goodies right now, but would be even better to have them standardized into the SDK.
riverpod
-
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).
-
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
- Am I super dumb or is Riverpod SO complicated?
-
Display username/email after login in home page
I think you might need to use a state management if you want to keep the username and email always in scope in your application. Consider using riverpod or provider
-
Authentication in Flutter with REST & Riverpod
Sources: Riverpod: https://riverpod.dev REST: https://github.com/codeReview-youtube/flutter_auth_api PROJECT: https://github.com/codeReview-youtube/flutter_rest_riverpod_authentication
-
Dr. Riverpod: How I learned to stop worrying and love state management
Luckily, Riverpod is much more than a tool for state management; it's a reactive caching and data-binding framework, and we can build the whole app architecture around Riverpod. Curious to know how?
-
Journey to the riverpod for my flutter app.
In the meantime, I also was working on a react project that uses the React Query, and even though it's not a client-side state management library, I found it a simple and nice way of managing states. I wanted to have something similar but for flutter. Finally, the Riverpod caught my eye. The developer of the Provider developed Riverpod as a successor of the Provider. (Later, I found Recoil is the one I've been looking for in the React app for client state management, and it has a lot of similarities with Riverpod)
-
Build a flutter theme switch with riverpod
Now it's time to add a toggle switch in the app. I'll use riverpod. One of the famous framework people uses for state management. As expressed in the official document, It's more caching framework itself, but It's helpful to cache the global states.
-
Interesting Dart Syntax: mixin application class
Originally reported here: https://github.com/rrousselGit/riverpod/issues/1713
What are some alternatives?
bloc - A predictable state management library that helps implement the BLoC design pattern
MobX - Simple, scalable state management.
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
flutter_redux - A library that connects Widgets to a Redux Store
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.
flame - A Flutter based game engine.
flutter_getx_timetracker - Timetracker created with Flutter and GetX framework
fish-redux - An assembled flutter application framework.
cube - Simple State Manager (Focusing on simplicity and rebuilding only the necessary)
flutter-bloc-library-v1-tutorial - Flutter Bloc Library Tutorial (1.0.0 STABLE)
mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
starter_architecture_flutter_firebase - Time Tracking app with Flutter & Firebase