update brick
This commit is contained in:
parent
aeac1c5c40
commit
bb78e64851
@ -1,5 +1,3 @@
|
||||
// isBloc
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:equatable/equatable.dart';
|
||||
|
@ -1,5 +1,3 @@
|
||||
// isBloc
|
||||
|
||||
part of 'feature_name_bloc.dart';
|
||||
|
||||
abstract class FeatureNameEvent extends Equatable {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// isBloc
|
||||
|
||||
part of 'feature_name_bloc.dart';
|
||||
|
||||
/// {@template feature_name_state}
|
||||
|
@ -1,6 +1,6 @@
|
||||
part of 'feature_name_cubit.dart';
|
||||
|
||||
/// {@template {feature_name}}
|
||||
/// {@template {feature_name_state}}
|
||||
/// FeatureNameState description
|
||||
/// {@endtemplate}
|
||||
abstract class FeatureNameState extends Equatable {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// isBloc
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:equatable/equatable.dart';
|
||||
|
@ -1,5 +1,3 @@
|
||||
// isBloc
|
||||
|
||||
part of '{{#snakeCase}}{{feature_name}}{{/snakeCase}}_bloc.dart';
|
||||
|
||||
abstract class {{#pascalCase}}{{feature_name}}{{/pascalCase}}Event extends Equatable {
|
||||
|
@ -1,5 +1,3 @@
|
||||
// isBloc
|
||||
|
||||
part of '{{#snakeCase}}{{feature_name}}{{/snakeCase}}_bloc.dart';
|
||||
|
||||
/// {@template {{#snakeCase}}{{feature_name}}{{/snakeCase}}_state}
|
||||
|
@ -1,6 +1,6 @@
|
||||
part of '{{#snakeCase}}{{feature_name}}{{/snakeCase}}_cubit.dart';
|
||||
|
||||
/// {@template {{{#snakeCase}}{{feature_name}}{{/snakeCase}}}}
|
||||
/// {@template {{{#snakeCase}}{{feature_name}}{{/snakeCase}}_state}}
|
||||
/// {{#pascalCase}}{{feature_name}}{{/pascalCase}}State description
|
||||
/// {@endtemplate}
|
||||
abstract class {{#pascalCase}}{{feature_name}}{{/pascalCase}}State extends Equatable {
|
||||
|
Loading…
x
Reference in New Issue
Block a user