rx_bloc_cli 0.0.1 copy "rx_bloc_cli: ^0.0.1" to clipboard
rx_bloc_cli: ^0.0.1 copied to clipboard

outdated

rx_bloc_cli that enables quick project setup including: flavors, localization [intl], state management [rx_bloc], routing [auto_route], design system, analytics [firebase], tests

Rx Bloc CLI #

Rx Bloc Command Line Interface helps you creating fully functional and feature-rich projects in just a moment. It comes with pre-generated features (such as flavors, app localization, etc) so you can start working on your project right away.


Installing #

$ dart pub global activate rx_bloc_cli

Commands #

$ rx_bloc_cli create #

Create command

Create a new project at the given directory with lots of already set-up features out of the box. Cusomize your project with the following properties:

parameter defaults to description
--project-name Name of directory where the project resides The project name for this new Flutter project. This must be a valid dart package name.
--org com.example The organisation name
--include-analytics true Enables Google analytics for the project

What's Included? 📦 #

Out of the box, a Rx Bloc CLI created projects includes:

Cross Platform Support - Built-in support for Android, iOS and Web

Build Flavors - Support for multiple flavors (development, staging and production)

Internationalization Support - Support multiple languages in your app just by adding translations and let the generator do the job for you

Sound Null-Safety - With sound null safety support, protect your app from null-dereference exceptions at runtime

rx_bloc - Integrated RxBlocs that help separate business logic from the presentation of the data in a clean, scalable and testable manner

Design system - A single place where you can define all your colors, typography, assets and more. Your app's Light and Dark mode are already configured

Testing - With Unit and Golden Tests you know your app is working as intended

Static analysis - Strict Lint rules which are used to write quality code

Analytics - (Optional) Firebase analytics that keep track of how your app is used

Push notifications - (Coming soon) Receive push notifications and messages to your device using Firebase Cloud Messaging


$ rx_bloc_cli --help #

See the complete list of commands and usage information.

Rx Bloc Command Line Interface

Usage: rx_bloc_cli <command> [arguments]

Global options:
-h, --help       Print this usage information.
-v, --version    Print the current version.

Available commands:
  create   Creates a new project in the specified directory.

Run "rx_bloc_cli help <command>" for more information about a command.
26
likes
0
pub points
10%
popularity

Publisher

verified publisherprimeholding.com

rx_bloc_cli that enables quick project setup including: flavors, localization [intl], state management [rx_bloc], routing [auto_route], design system, analytics [firebase], tests

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, io, mason, path

More

Packages that depend on rx_bloc_cli