490 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
180
views
How can I achieve Telegram-level video compression speed in Flutter (hardware encode + passthrough)?
I’m building a Flutter app where users upload/share videos. I’ve tried the video_compress package, but it’s slow (e.g. >1 minute to compress a 100 MB file). From what I can tell, it doesn’t ...
0
votes
0
answers
53
views
javax.crypto.AEADBadTagException thrown when decrypting cipher text inside `biometric_storage` plugin in Flutter
When using the biometric_storage plugin in flutter for decryption of the saved data an exception is getting thrown.
javax.crypto.AEADBadTagException
javax.crypto.AEADBadTagException
at android....
2
votes
2
answers
3k
views
Flutter project build fails with `Unresolved reference: SharedPreferencesAsyncApi in shared_preferences_android plugin`
I'm trying to run my Flutter app on an Android emulator, but I'm encountering the following Kotlin compilation errors related to the shared_preferences_android plugin:
Launching lib/main.dart on sdk ...
0
votes
0
answers
39
views
How to send audio data from RPBroadcastSampleHandler to FlutterPlugin (in main app process)?
I am developing a Flutter plugin that integrates with ReplayKit to capture the screen and audio from other apps on iOS. I added a Broadcast Upload Extension to receive state changes and audio and ...
0
votes
1
answer
356
views
Flutter open_filex plugin error: "dartPluginClass does not exist" — targeting iOS/Android only
I'm working on a Flutter project using:
Flutter: 3.29.2
Dart SDK: 3.7.2
Platform: macOS (Apple Silicon)
Target platforms: iOS and Android only
My pubspec.yaml includes the following dependencies:
...
0
votes
0
answers
35
views
Error during registering plugin using FlutterDesktopPluginRegistrarRef
Here is the code it's windows application it's registering for native code to work
auto registrar = window.GetRegistrarForPlugin("SecuGenPlugin");
if (registrar != nullptr) {
...
3
votes
2
answers
3k
views
How to fix 'cannot find symbol' error for Registrar in Razorpay_Flutter plugin on Flutter 3.29.0?
I'm using the razorpay_flutter plugin in my Flutter project, but when I try to build the app, I get the following error:
error: cannot find symbol
import io.flutter.plugin.common.PluginRegistry....
0
votes
0
answers
40
views
I am developing a Flutter plugin,it don't have plugin when I open Android module in androidstudio
As shown in the question,I am developing a Flutter plugin,I click open Android module in androidstudio,but I can't see plugin module in studio
enter image description here
enter image description here
...
1
vote
2
answers
104
views
can't find the class name "MyApp" in widgets_test.dart file
-> In the above code I am having problem in my widgets_test.dart file where its telling can't find the class name in my above code.
-> But I have changed my code like there is no "MyApp&...
0
votes
0
answers
220
views
Execution failed for task ':flutter_plugin_android_lifecycle:compileDebugJavaWithJavac'
Here is the error that I am facing while launching flutter application on andoid mobile:
Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
FAILURE: Build failed with an exception.
* ...
1
vote
1
answer
90
views
Integrating a Native Android Package via a Flutter Plugin
I am migrating from using a native android package to making a flutter plugin around this package. During the build process, I encounter an error indicating that the required dependency cannot be ...
1
vote
0
answers
99
views
Flutter record Package: Recorded Audio Contains Silence After 1 Minute
I'm using the record package in Flutter to record audio. The recording process seems to work without any errors, but the resulting file contains only the first minute of audio, followed by complete ...
0
votes
2
answers
54
views
Android dependency not issue in Flutter Plugin
I am creating a flutter pluggin for a native sdk.
So I added the android dependency in the plugin/android/build.gradle file like this
android {
if (project.android.hasProperty("namespace"...
1
vote
1
answer
126
views
I/Process ( 8266): Sending signal. PID: 8266 SIG: 9 Lost connection to device
I am trying to integrate Google Maps into my Flutter project. I have followed these steps:
Generated a Google Maps API key.
Enabled billing on my Google Cloud account.
Added the necessary permissions ...
-1
votes
1
answer
143
views
MissingPluginException in Flutter with tflite
I am trying to use the tflite package in my Flutter app, but I am encountering a MissingPluginException when attempting to load a model. Here are the details:
Flutter Version:
Flutter 3.24.4
...