Skip to content

Commit

Permalink
fix(bricks): flutter_bloc_feature remove recase (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jan 10, 2023
1 parent b52bfff commit 3ef533c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bricks/flutter_bloc_feature/hooks/pre_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:io';

import 'package:mason/mason.dart';
import 'package:path/path.dart' as path;
import 'package:recase/recase.dart';

enum BlocType {
bloc,
Expand Down
3 changes: 1 addition & 2 deletions bricks/flutter_bloc_feature/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
mason: ^0.1.0-dev
mason: ^0.1.0-dev.40
path: ^1.8.2
recase: ^4.0.0

0 comments on commit 3ef533c

Please sign in to comment.