Jonas Uekötter
Jonas Uekötter
### Description: I would like to see support for the App Privacy Nutrition Labels. See: https://developer.apple.com/app-store/app-privacy-details/
There should be a way to get notified if the user chooses to dismiss the feedback ui.
Users feedback should be enriched with basic environment information. For Dart:IO this can be done with `Platform`. For Dart:HTML this can be done with the navigator.
It would be nice if the user could use a color chooser instead of the predefined colors.
It would be nice if there's a way to intercept user feedback befor it's processed by the user. That way we could enrich the user feedback with more meta data....
Currently the theme does not support to customize the whole design of the feedback view. However it would be nice if the theme would add support for more customization.
This library currently needs the user to implement a darkmode theme himself. The library should handle it itself and also change it depending on the OS
Currently we wait a little bit to avoid a dirty frame which can't be captured. It probably is cleaner and better to use `SchedulerBinding.addPostFrameCallback()`. The time to wait is 20...
### New Issue Checklist - [x] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | | ------------------------------...
On Android, I can see how much space an app takes up on a user's device. This is split in - App Size (Size of the app itself without any...