J. Vallon
J. Vallon
Hi, I am using AutofitTextView with : android:maxLines="2" autofit:minTextSize="15sp" android:ellipsize="end" My problem is that the ellipsize is not working. I understand that an ellipsize isn't necessary when there isn't any...
I have an error inflating the fragment, though I use the following xml code, as in the sample app : ``` ```
Hello, I have these settings for CSpell : ```json "cSpell.diagnosticLevel": "Error", "cSpell.overrides": [ { "language": "fr", "filename": "**/*_fr.yaml", "diagnosticLevel": "Hint" // Warning here } ], ``` I can overwrite `"language"`...
**Description** When we create a project, the argument `--argument-id` is not used in several Android config files. **Steps To Reproduce** 1. Create a Flutter project with the command : `very_good...
**Description** A clear and concise description of what the bug is. **Steps To Reproduce** 1. Run this command in your terminal : `very_good create flutter_app foo` 2. Go to the...
### Version 3.6.3 ### Platforms Android ### Device Model Oppo Reno 6, Android 13 ### flutter info When I use the method, as the documentation says : ```dart await PhotoManager.editor.android.moveToTrash(list);...