-
## Steps to Reproduce
1. Create a Flutter package in java
2. In plugin class add a Activity result listener
3. In onMethodCall call startActivityForResult
4. In Activity called, at a certain p…
-
### Steps to reproduce
This happens very rarely, and it seems like FlutterApplicationInfo is accessed when it wasn't loaded properly.
### Expected results
This should always load properly.
…
-
Here is log
```
E/AndroidRuntime(32488): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'io.flutter.plugin.common.BinaryMessenger io.flutter.embedding.engine.plugins.Flu…
-
I have a problem as below. How can I fix this?
**pubspec.yaml**
```
flutter_inappwebview: ^5.3.2
```
**ios/Podfile**
```
platform :ios, '10.0'
```
flutter run on iOS produces the follow…
-
## Steps to Reproduce
1. flutter create bug
2. copy first code sample to `bug/lib/main.dart`
3. copy second code sample to `bug/ios/Runner/AppDelegate.swift`
4. open project in XCode and set IOS…
-
## Use case:
I want to call a dart method from a FlutterEngine that allows headless execution. In this method I want to use flutter plugins and save data to shared preferences or show a local not…
-
Reproduce issue with following steps:
Step 1:
create new project with flutter create command
Step 2:
flutter run -v command terminal logs :
```
Could not build the application for the simul…
-
Using Camera 0.9.8+1
After switching packages from `google_ml_kit: ^0.7.3` to `google_mlkit_barcode_scanning: ^0.3.0` and changing the parts of the code that broke, mainly:
Replaced
```
…
jbx1 updated
2 months ago
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Whenever I develop with UIKitView on macOS and restart, I get `[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled …
-
### 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…