-
Hi, I have got error when I am building
Here is the error:
Failed to build iOS app
Error output from Xcode build:
↳
objc[18688]: Class AMSupportURLConnectionDelegate is implemented in bo…
-
Thanks for this cool idea! I've been battling this for a while but can't get it to run. Any ideas?
Thanks!
Launching lib/main.dart on iPhone 13 in debug mode...
Xcode build done. …
-
I have written a swift class in a plugin like this
``` Swift
//
// PreviewView.swift
// camerax_ios
//
// Created by 闫守旺 on 2024/7/9.
//
import AVFoundation
import Flutter
@objc publi…
-
**Describe the bug**
Global variable activityPluginBinding.activity is null when it call in setMethodHandler and app is running in background
**To Reproduce**
1. Set Up flutter notification
2…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core
### Which platforms are affected?
Android
### Description
During compile…
-
### Describe the bug
I'm working on a project, which does require android_context to be initialized beforehand. The challenge is the I followed this guide: https://cjycode.com/flutter_rust_bridge/m…
-
Hello! I was trying to add Flutter to my existing Android workspace and ran into two problems. One of which sure seems like a bug.
I was following the guide here: ↪https://flutter.dev/docs/develo…
-
### Steps to reproduce
I'm trying to integrate Flutter as a module in an iOS app and show native screen i have in the ios/Runner folder from Flutter using PlatformView.
So as a test I fired up a…
-
It seems flutter release builds result in APKs that have dex in them (from java/kotlin) that wasn't optimized.
This can be seen as follows:
```
% flutter create hello && cd hello
### Build the…
-
I'm trying to dynamically change UiKitView with state. When I change creationParams "value", it doesn't rebuild UiKitView. Is it possible to rebuild UiKitView with changing state?
```
return C…