cubitFileContent constant

String const cubitFileContent

Implementation

static const String cubitFileContent = """import 'package:bloc/bloc.dart';

import 'package:<app_name>/App/core/enums/enums.dart';

part '<screen_name>_state.dart';

class <cubit_name> extends Cubit<<state_name>> {
<cubit_name>() : super(<state_name>());
}""";