-
[INFO:CONSOLE(849)] "Uncaught (in promise) TypeError: fullscreen error", source: https://m.youtube.com/yts/jsbin/mobile-c3-vflW8m0pe/mobile-c3.js (849)
"FULLSCREEN FOR YOUTUBE.COM NOT WORKING"
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Hi. Thanks for awesome plugin.
In Mac, why you force for .terminateNow state? is it not possible to .terminateLater? I mean the following:
https://github.com/bikram0000/flutter_desktop_sleep/blo…
-
[addApplicationDelegate](https://github.com/flutter/engine/blob/9c00c26c8fe85915d9cbeb88560678fc44fe7752/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h#L296) is available in iOS framework…
-
Unfortunately release v0.2.5 does not solve the issue.
I made Flutter app (it is very much the same as the example app in library code), build it and I get following error:
`Exception …
-
I am encountering an issue with the plugin where it fails to function properly specifically in the production environment. Despite successful testing in development environments, the plugin exhibits u…
-
## Steps to Reproduce
1. Create an app that contains a list view, and add StatefulWidgets as children for this list view. For example:
```dart
import 'package:flutter/material.dart';
void ma…
-
## Steps to Reproduce
1. Run the below code
2. Tap the `TextField`
3. Enter a character
4. Observe that the keyboard immediately disappears and the entered character "disappears" (I expect that …
-
## Steps to Reproduce
1. Start new flutter project.
2. Create new file HelloService.java , paste the following:
```java
package com.example.hello;
import android.content.Intent;
import and…
ghost updated
8 months ago
-
### Describe the bug
Building the IOS application fails. The ```Flutter.xcframework``` seems to be missing from the Nix generated ```$FLUTTER_ROOT/bin/cache``` folder. The following error is report…