manuel-plavsic

Results 3 issues of manuel-plavsic

From the documentation it is a bit unclear if setting up `flutter_secure_storage` with custom options for a platform, e.g., ```dart FlutterSecureStorage( aOptions: AndroidOptions( resetOnError:true, encryptedSharedPreferences: true, ), ), ``` requires...

## Steps to Reproduce Create a new Cupertino App with `CupertinoTabScaffold`'s `backgroundColor` set to white (255, 255, 255, 255). **Expected results:** Background should be white. **Actual results:** Under Linux, Flutter...

framework
f: cupertino
has reproducible steps
found in release: 3.3
found in release: 3.7

Applications that have a `.desktop` override (e.g. in `~/.local/share/applications` in my case) are displayed twice. GNOME only displays the application entries of the overridden desktop files, thus I am expecting...