rxdart
bloc
rxdart | bloc | |
---|---|---|
2 | 59 | |
3,388 | 11,975 | |
0.4% | 0.5% | |
7.0 | 9.3 | |
6 days ago | 8 days ago | |
Dart | Dart | |
Apache License 2.0 | 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.
rxdart
-
Incidences App
rxdart
-
Top 10 Flutter libraries you should know in 2021
Rx Dart is the reactive functional programming library for Drat based on Reactive X. It is specially designed to work with Google that extends the capabilities of Dart stream and Stream Controller by offering additional stream classes, operators, and Subjects.
bloc
-
Maintain and Extend Code Easily with Clean Architecture for Flutter
View Models: State management solutions using GetX, BLoC, or Riverpod.
-
BLoC - Mais que um package, um padrão
Bloc - Documentação
-
It’s Not Flutter
GitHub - bloc/examples/flutter_weather GitHub - Andrious/flutter_weather
-
Comprehensive set of Flutter resources:
BLoC Library - Learn how to use the BLoC pattern for state management
-
Why shouldn't blocs reference other blocs?
[Copied from https://github.com/felangel/bloc/issues/4002]
-
BloC infinite scrolling example returns duplicates?
I've recently ported my project to BloC and I used the BloC infinite scrolling example as a blue print for fetching data from my FireStore repository.
-
[Research] Your Flutter Stack
Architecture: Repository pattern as described on bloclibrary.dev
-
Surrounded by flutter state managements
Vs Code has this extension, that can generate all boilerplate code that you need, and everything about bloc has been documented right here. Take a day or two, to familiarize yourself with the examples.
-
I'm very proud to announce the first developer preview of solidart 1.0.0 ✨. Check the CHANGELOG. The developer experience improved a lot 🚀
Looks solid, congrats! This is probably a huge ask but, flutter_bloc has this repository of examples covering almost every imaginable use case. Would be really great to have something similar. Check it out > https://github.com/felangel/bloc/tree/master/examples
-
🎉 Introducing MODDDELS: A Powerful Package for Robust, Self-Validated Models in Flutter & Dart
From this issue on the bloc package :
What are some alternatives?
internet_connection_checker - A pure Dart library that checks for internet by opening a socket to a list of specified addresses, each with individual port and timeout. Defaults are provided for convenience. [UnavailableForLegalReasons - Repository access blocked]
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
build - A build system for Dart written in Dart
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
packages - A collection of useful packages maintained by the Flutter team
cubit - Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.
freezed - Code generation for immutable classes that has a simple syntax/API without compromising on the features.
mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
MobX - Simple, scalable state management.
flutter-intro-slider - Simple and configurable app introduction slider for Flutter