-
## Project description
[There exists a proprietary app for Coursera](https://play.google.com/store/apps/details?id=org.coursera.android). Unfortunately it has too many permissions and has not-enoug…
-
### Which platform(s) does your issue occur on?
- Android
### Please, provide the following version numbers that your issue occurs with:
- CLI: 7.0.8
- Cross-platform modules: (check the '…
-
### Which platform(s) does your issue occur on?
- iOS/Android/Both
### Please, provide the following version numbers that your issue occurs with:
- CLI: 8.0.2-2021-06-01-080717-14408
- Cross-…
-
This code makes the text overflow the widget in physical Android devices:
```
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:auto_size_text_field/a…
-
# E/libc: Access denied finding property "vendor.camera.aux.packagelist"
## Summary
i have used this lib in MVP, and I still get this error in the cleanest and purest Project when i play video.
…
-
The drawVertices method does not use any anti-aliasing, even when it is enabled in the Paint settings.
## Steps to Reproduce
1. Draw a set of vertices with drawVertices.
2. Draw the same set us…
-
Love the plugin, but i was wondering if there is any way to change the background color of the picker for example i'm using the THEME_DEVICE_DEFAULT_LIGHT like in the photo below and it would be aweso…
-
I am using an IconButton on my application like this:
```dart
IconButton(
// highlightColor: Colors.transparent,
// splashColor: Colors.transparent,
…
-
Where do I implement in SSR (Next.js)? Should I keep `StyleSheetManager` in `_app.js` or in `_document.js`? I think it should be in _document.js. But I tried wrapping my in StyleSheetManager, it doe…
-
The Text widget breaks Korean words in the middle - see screenshot. This does not happen with English text, where the lines break along spaces, as expected.
## Steps to Reproduce
```
@override…