-
I'm currently implementing the Alice package in a Flutter application that operates across multiple environments (development, staging, and production) using flavors. My goal is to integrate Alice for…
-
### What package does this bug report belong to?
local_auth
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency versions…
-
## What happened
Flutter Inspector at the ide is not working
## Version information
Android Studio `Hedgehog | 2023.1.1` • Flutter plugin `io.flutter 76.3.3` • Dart plugin `231.9409`
Error…
-
This came up as part of https://github.com/flutter/flutter/issues/25329:
The Android WebView API allows passing in a delegate that is invoked on the platform thread before a page is about to be loa…
amirh updated
1 month ago
-
**Which API doesn't behave as documented, and how does it misbehave?**
When calling the "AudioPlayer.setAudioSource()" method with any type of source in "Windows 10 Enterprise 2016 LTSB", the applica…
-
I'm trying to write a test that uses a fake Flutter SDK instead of a real one.
To do this, I've tried using the FlutterModuleFixture with an option to fake out the SDK. This option exists on the F…
-
Getting this error:
Execution failed for task ':update_available_android:compileDebugKotlin'.
> 'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current targ…
-
Hi, i see all flutter tools on debug mode but when i run `flutter run --profile` i only see **Timeline events trace viewer** on performance tab. How can i solve this problem.
I already tried flutter …
-
Hi, this is where the code is pointing the error
```
`FlatButton(
onPressed: () async {
final tempDir = await getTemporaryDirectory();
final file = await new File( '$…
-
**Description:**
When testing the login functionality in the Flutter app, I discovered that the login button allows submission without requiring any credentials to be entered. This poses a security r…