github felangel/bloc bloc_tools-v0.1.0-dev.8

pre-release5 days ago
  • feat: add bloc new <template> command

    $ bloc new --help
    Generate new bloc components.
    
    Usage: bloc new <subcommand> [arguments]
    -h, --help    Print this usage information.
    
    Available subcommands:
      bloc             Generate a new Bloc in Dart. Built for the bloc state management library.
      cubit            Generate a new Cubit in Dart. Built for the bloc state management library.
      hydrated_bloc    Generate a new HydratedBloc in Dart. Built for the bloc state management library.
      hydrated_cubit   Generate a new HydratedCubit in Dart. Built for the bloc state management library.
      replay_bloc      Generate a new ReplayBloc in Dart. Built for the bloc state management library.
      replay_cubit     Generate a new ReplayCubit in Dart. Built for the bloc state management library.
    
    Run "bloc help" to see global options.
  • chore: bump minimum Dart SDK version to 3.7.0

Don't miss a new bloc release

NewReleases is sending notifications on new releases.