Skip to content

Commit

Permalink
added coverage to missing lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad99-9 committed Dec 21, 2023
1 parent 2f89048 commit 390c48e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions lib/locator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,9 @@ final connectivity = locator<Connectivity>();
///creating GetIt for OrganizationService.
final organizationService = locator<OrganizationService>();

///creating GetIt for ImagePicker.
final imagePicker = locator<ImagePicker>();

///creating GetIt for ImageService.
final imageService = locator<ImageService>();

///creating GetIt for ImageCropper.
final imageCropper = locator<ImageCropper>();

/// This function registers the widgets/objects in "GetIt".
///
/// **params**:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MultiMediaPickerService {
MultiMediaPickerService() {
_picker = locator<ImagePicker>();
_fileStream = _fileStreamController.stream.asBroadcastStream();
_imageService = locator<ImageService>();
_imageService = imageService;
}

//Local Variables
Expand Down

0 comments on commit 390c48e

Please sign in to comment.