-
### Bug Description
On ios, if I rotate the phone to landscape mode and back the app stops working and shows an error popup. If I dismiss the popup, the screen goes blank and I have to switch apps an…
-
Issue Overview:
We need to implement Google Translate functionality to enable multilingual support on our platform. This will require integrating the Google Translate widget into the designated con…
-
After update the latest version, use same logic with new changes, I get this error when dropdown opened and I go to another page , in previous version used same logic but I don't have this issue
Th…
-
### The bug
I installed the Immich app on an older Android phone (Samsung A40), and after viewing a few videos, it refuses to load. I tried to replicate the issue on other phones, but I couldn't; it …
-
I tried to tap on a `SuperReader` in a test:
```dart
await tester.tap(find.byType(SuperReader));
```
This produced an error:
```
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞═══════════…
-
Exception Log :
```
======== Exception caught by widgets library =======================================================
The following assertion was thrown while finalizing the widget tre…
-
### The bug
When deleting in batches in the mobile recycle bin, the selected items will be retained but the unselected items will be deleted. The logic is reversed.
### The OS that Immich Server is …
-
My code:
```dart
return MultiProvider(
providers: [
ChangeNotifierProvider(create: (_) => UserProvider()),
ChangeNotifierProvider(create: (_) => TabProvider()),
…
-
**Fehlerbeschreibung**
Ich wollte eigentlich einen anderen Bug(anscheinend #21) reproduzieren und musste dafür die App zurücksetzen(Einstellungen --> "Abmelden und neu Anmelden". Ein erneutes Anmelde…
-
```dart
psd = image.PsdImage(picked.files.first.bytes!);
print(psd!.isValid);
print(psd!.layers.length);
```
I have tried many psd files but always this error:
```
flutter: true
[ERROR:flutt…