Skip to content

Commit

Permalink
chore: Fix Flutter analyze problem with importing bloc in Data Cubit. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Oct 11, 2023
1 parent d6d300e commit 75e373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blocs/data/data_cubit.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:bloc/bloc.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:dwyl_app/data/repositories/repositories.dart';
import 'package:equatable/equatable.dart';

Expand Down

0 comments on commit 75e373d

Please sign in to comment.