flutter_gen
bloc
flutter_gen | bloc | |
---|---|---|
5 | 58 | |
1,505 | 11,946 | |
1.3% | - | |
8.9 | 9.1 | |
7 days ago | 5 days 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.
flutter_gen
-
Enhancing Your Flutter Project with Typesafe Packages
Typesafe Assets: flutter_gen
-
TOP 5 Flutter Packages! That many apps should be used.
4)Flutter_gen:
-
Using FlutterGen code generator in Flutter
To load assets in your Flutter app, you have to reference the asset using path strings, which is not safe. The FlutterGen package helps remove all string-based APIs in your app by generating code for all your assets.
-
10 Flutter tips - season 2 - part 1/10
This tool is very useful. We all know that string based APIs are not the most secure. If you insert a single character incorrectly, the whole string will stop working. The problem is that you use sting apis very often in Flutter. Assets, fonts, colors... Flutter gen is there to solve this problem.
-
FlutterGen: Good-bye Typos!
If you have any questions regarding this package, in this link you can browse the documentation and you can also check its source code in its repo from GitHub.
bloc
-
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 your thoughts on RxDart and Reactive Programming in flutter in general ?
Check out https://bloclibrary.dev I think they do decoupling the best
What are some alternatives?
freezed - Code generation for immutable classes that has a simple syntax/API without compromising on the features.
riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
blurhash - A very compact representation of a placeholder for an image.
mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
bottom_bar_with_sheet - :rocket: Flutter custom BottomBar Navigation Widget
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
TemplaGen-Templates - PreDefined templates for TemplaGen vscode extension
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.
spotter - 🔭 Productivity tool to launch everything
zustand - 🐻 Bear necessities for state management in React
flutter_gen_demo - Using flutter_gen Demo for LogRocket Article
rxdart - The Reactive Extensions for Dart