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

@@ -3,6 +3,7 @@
/// the amount they owe, and their overall balance status (to pay, to receive, or balanced).
///
/// The widget handles both light and dark themes and provides a fallback UI for empty balance lists.
library;
import 'package:flutter/material.dart';
import '../../models/user_balance.dart';