-
https://flutter.dev/docs/development/platform-integration/c-interop
1: Create a plugin by flutter create
2: Add C/C++ sources
3: Load the code using the FFI library
4: Run on iPhone
----------
w…
-
> Issues are used to track bugs and feature requests.
Swift Compiler Error when project depend SQLite.swift and sqlite3_flutter_libs
Compiler Error as follows:
Could not build the precompiled a…
-
I'm trying to keep ble connection alive even when closing the app using this package [flutter_foreground_task](https://pub.dev/packages/flutter_foreground_task), but every time i quite the app, the se…
-
Currently this package support only flutter, I am using dart native/ console and in need of the same behavior that the package offers.
Can you transform the package to work without flutter?
-
### In the beginning, when I used the following classes to create and store data, it all worked
@collection
class FailedSendMessageDb{
/// 消息id
@Id()
late final String msg_id;
String?…
-
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method createVideoRenderer on channel FlutterWebRTC.Method)
…
-
I/cr_LibraryLoader( 6998): Successfully loaded native library
I/cr_CachingUmaRecorder( 6998): Flushed 9 samples from 9 histograms.
E/flutter ( 6998): [ERROR:flutter/fml/platform/android/jni_util.cc(…
-
Subscribe to this issue and stay notified about new [daily trending repos in Dart](https://github.com/trending/dart?since=daily).
-
What are the chances that we could implement Desktop/Windows support for this package. https://github.com/maplibre/maplibre-native Seems to have a build option for windows. But the binding code seems …
-
Hello,
Im seeing some error in the logs (Please see error below) while manually inputing date via the date picker text box. Below are the steps to reproduce.
Steps to reproduce:
1. Implement …