feat: Add library directive to multiple BLoC and service files for improved organization
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
/// // Calculate trip statistics
|
||||
/// final stats = await tripService.getTripStatistics(tripId);
|
||||
/// ```
|
||||
library;
|
||||
import 'package:cloud_firestore/cloud_firestore.dart';
|
||||
import 'package:travel_mate/services/error_service.dart';
|
||||
import '../models/trip.dart';
|
||||
|
||||
Reference in New Issue
Block a user