Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
180 views

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

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

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

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

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

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

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

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

-> 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

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

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

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

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 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

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 ...

15 30 50 per page
1
2 3 4 5
...
33

AltStyle によって変換されたページ (->オリジナル) /