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. (by felangel)
very_good_cli
A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄 (by VeryGoodOpenSource)
| cubit | very_good_cli | |
|---|---|---|
| 2 | 16 | |
| 542 | 2,384 | |
| - | 0.5% | |
| 6.8 | 9.3 | |
| almost 6 years ago | 3 days ago | |
| Dart | Dart | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
cubit
Posts with mentions or reviews of cubit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-13.
-
Android State Managment
you might find airbnb/mavericks familiar, because i think it has similar principles & api surface to felangel/cubit
- I'm creating my second app, would like some tips for architecture and state management.
very_good_cli
Posts with mentions or reviews of very_good_cli.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-01-21.
-
What is Flutter? A Complete Introduction for Developers
Very Good Ventures (VGV) is known for defining architecture patterns and best practices in the Flutter community. They've worked with companies like Betterment and Hamilton, building production Flutter apps that handle millions of users. VGV open-sources many of their tools, including Very Good CLI for scaffolding projects and Very Good Coverage for enforcing code coverage standards. When companies need to establish patterns for large Flutter codebases, VGV's architectural guidance shapes how teams structure their apps.
-
Adding Flavors to Your Flutter App: From One Codebase to Multiple Experiences
Very Good CLI automates the entire flavor setup. What takes hours manually happens in minutes, with zero configuration errors.
-
Why I'm sticking with clean architecture for my Flutter projects
Actually, I do. Right from the off. See, I like to develop my Flutter apps using the brilliant Very Good CLI. With this comes one absolutely pivotal feature for rapid app development: flavours (or flavors, for those who prefer American English).
-
🚀 Building a Fullstack App with dart_frog and Flutter in a Monorepo - Part 2
To do this, we will be using very_good_cli.
-
How to manage your Flutter monorepos
You could write your own bash script or CLI to help manage these tasks. However, this costs you some time. In order to deal with these tasks more quickly, you can use community tools, like Melos, Very Good CLI, or Sidekick. In this article, we are going to use Melos. Melos is also used by repositories like FlutterFire, AWS Amplify (Flutter), Flame, and Plus Plugins.
-
Templates
Yup you can bundle templates as Dart code and programmatically reference them. See very_good_cli for an example.
-
Multi-flavored authentication in Flutter using flutter_bloc
Manual configuration is needed to set up flavors in our Flutter application, which means we will have to work with many files in different directories. This might become very confusing, but things can be made a lot easier with the help of very_good_cli.
- Very Good CLI - A Very Good Starter Project Generator for Flutter
-
Build own custom Flutter CLI.
I am sorry. I meant to suggest that you review their code as a starting point for your own effort. https://github.com/VeryGoodOpenSource/very_good_cli
-
Rules for django projects.
Just a few days ago i randomly surf some flutter packages and found one package which is very_good_cli this packages help us to make our flutter packages is more stable code base, file and folder structure many more in short.
What are some alternatives?
When comparing cubit and very_good_cli you can also consider the following projects:
bloc - A predictable state management library that helps implement the BLoC design pattern
Django-Styleguide - Django styleguide used in HackSoft projects
getwidget - Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
Flogs - An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
storybook_flutter - A storybook for Flutter widgets.
routemaster - Easy-to-use Navigator 2.0 router for web, mobile and desktop. URL-based routing, simple navigation of tabs and nested routes.