Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 5570ef0

Browse files
committed
Fix for getting images
1 parent a5cad32 commit 5570ef0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/controllers/settings_account_controller.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ class SettingsAccountController {
1212
List<File> _selectedImages = [];
1313
List<Uint8List> _selectedWebImages = [];
1414

15+
List<File> get selectedImages => _selectedImages;
16+
1517
Future<UserProfile> fetchUserProfile() async {
1618
try {
1719
final profiles = await _appRepository.get<UserProfile>();

0 commit comments

Comments
 (0)