feat: Add library directive to multiple BLoC and service files for improved organization

This commit is contained in:
Dayron
2025-11-01 16:29:37 +01:00
parent 48be18460c
commit 0a1a2ffde5
21 changed files with 20 additions and 15 deletions

View File

@@ -5,6 +5,7 @@
/// The dialog is highly interactive and adapts its UI based on the current user's permissions and the state
/// of the expense. It also integrates with BLoC for state management and supports features like receipt display
/// and split payment marking.
library;
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';