feat: Add library directive to multiple BLoC and service files for improved organization
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
///
|
||||
/// All states extend [MessageState] and implement [Equatable] for proper
|
||||
/// equality comparison and state change detection in the BLoC pattern.
|
||||
library;
|
||||
import 'package:equatable/equatable.dart';
|
||||
import '../../models/message.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user