-
### Steps to reproduce
1- Enrol face ID on your iOS device.
2- Disable face id permission in your app
3- The device have one face ID but we still getting getAvailableBiometrics: []
4- How we can…
-
## Steps to Reproduce
1. Create a simple app using Camera plugin where you can startVideoRecording().
2. Restrict the device orientation by writing `SystemChrome.setPreferredOrientations([
…
-
### **Flutter Doctor**
`Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.1, on macOS 14.5 23F79 darwin-arm64, locale en-EG)
[✓] Android toolchain - de…
-
## Initial problem
I want to check that whole text (or any other widget) is visible on the screen. And [I have found](https://stackoverflow.com/a/72735071) that I can use hitTestable for that but I…
-
I'm working with **webview_flutter** in order to Auth my users through Cognito's auth endpoint.
This is my WebView:
```dart
return WebView(
initialUrl: url,
userAgent: 'Moz…
S4b3 updated
8 months ago
-
When I try to import the openai library, I throw syntax error exceptions
`npm install openai`
-
Using Flutter 3.10.0 and go_router 7.0.1
### Steps to reproduce
1. In a goRoute build, throw a custom exception MyCustomRoutingException
2. In the errorPageBuilder, try to check if exception…
-
## Steps to Reproduce
```dart
import 'package:flutter/material.dart';
class SearchInputWidget extends StatefulWidget {
final String preInputText;
final Function(String text) onSubmitted;…
-
## Command
```
flutter --no-color run --machine --track-widget-creation --device-id=00008120-00125C94366BC01E --start-paused --dart-define=flutter.inspector.structuredErrors=true lib/main.dart
```
…
-
Latest stable, Dart 2.8.4, all browsers.
After compiling our web app with `dart2js`, it seems we get empty stack traces on almost every exception or error. Not sure if it matters what compiler sett…