-
### Description
A problem has just recently started occuring when I do RELEASE builds on both iOS and Android where I get the following error message:
```
[ +303 ms] E/flutter (31000): [ERROR:flutt…
-
Swift Compiler Error (Xcode): Cannot convert value of type 'Int' to expected argument type 'TimeInterval' (aka 'Double')
/Users/abdullahalwardi/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inte…
-
Internal: b/144488201
To reproduce:
1. Run `webview_flutter/example`.
2. Tap into a text field. Observe that the keyboard is shown as expected.
3. Tap anywhere else on the screen.
Expected: K…
-
When I try to build my app with XCode, get error: Module 'device_info' not found
it's work fine on android
in mac I try commands:
flutter clean & flutter pub get
flutter pub add device_info (show …
-
```
io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding.getBinaryMessenger()' on a null object reference
E/CrashReport(20510): at android.app.ActivityThread.performResumeActivity…
-
#36014 java.lang.NullPointerException
Attempt to invoke virtual method 'android.content.Context io.flutter.embedding.engine.plugins.FlutterPlugin$FlutterPluginBinding.getApplicationContext()' on a nu…
-
I used code below from your example to update player position in my UI, it works on Android perfectly, but doesn't work on iOS (listener is never called) :
```
_positionSubscription =
_au…
-
**Describe the bug**
When building for iOS, I get "Cannot find type 'PdfxApi' in scope" error during the Xcode build.
**To Reproduce**
Steps to reproduce the behavior:
0. Real device.
1. pdfx: …
-
### Affected version
main
### No same issues found.
- [X] Yes, I search all issues but not found.
### Steps to Reproduce
-
### Code example
ArgumentError: Invalid argument(s): Failed to load dy…
-
### What happened?
Build and sync started to fail when I installed the package giving the log output.
### Steps to reproduce?
```Markdown
1. Install the package.
2. Try to run on Android emulator …