Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [flutter-plugin]

Use this tag for questions related to the creation or modification of plugins in flutter. For the use of, or issues with, plugins as dependencies, use [flutter-dependencies] instead.

flutter-plugin
0 votes
0 answers
20 views

how to add Shizuku-API dependency to flutter plugin?

I'm trying to implement Shizuku Api in my Flutter Plugin, i added this to my Android/ gradle def shizuku_version = 13.1.5 implementation "dev.rikka.shizuku:api:$shizuku_version" // Add this ...
Sniper 's user avatar
-1 votes
0 answers
20 views

Flutter Android Plugin has IDE errors when using Android Studio

I create a new Flutter Android Java plugin like so: flutter create --template=plugin --platforms=android -a java sample_android_plugin I open the project on the current latest version of Android ...
Yahya Uddin's user avatar
  • 28.3k
0 votes
0 answers
13 views

Theme doesn't change in iOS app with flutter

I'm building an framework with light and dark theme support , I am consuming the framework as local plugin inside the flutter project , when I'm trying to change the theme from light to dark the sdk ...
Katz's user avatar
  • 11
0 votes
0 answers
32 views

Adding a Flutter plugin dependency with native iOS SDK to both targets app and keyboard extension

I am building a Flutter plugin [MyPlugin] which depends on proprietary native SDKs (one for iOS one for Android). I then need to add this plugin as a dependency to a Flutter app I am also developing [...
Enea Ceolini's user avatar
0 votes
0 answers
22 views

How to remove the player control in media_kit flutter plugin

I want to remove the player control in media kit flutter plugin or maybe hover on the video but make it not show the control of the video. Because I try to create a custom player control on it but don'...
Nam Nhut's user avatar
0 votes
0 answers
65 views

How can I display a PPT file in Flutter?

I want to display a PPT file in my Flutter app. I'm receiving the PPT file URL from an API and need to display it. Currently, I'm using a WebView to achieve this because I haven't found any Flutter ...
Muhammed Sahal CP's user avatar
0 votes
0 answers
35 views

How to use Kotlin Flows in flutter plugin

What is the proper way to use kotlin flows in a flutter plugin? All the code i've seen references the view lifecycle, lifecycle scope, and view models, but none of those are available in a flutter ...
Josh Novak's user avatar
0 votes
2 answers
171 views

Detect whether Date & Time is set automatically or manually in Flutter

Is their any way or plugin available to detect whether the device Date & time is set automatically or user has entered manually i can get proper current Date time with await NTP.now(timeout: ...
Priyesh Sharma's user avatar
0 votes
1 answer
54 views

Flutter share: IllegalArgumentException: Failed to find configured root that contains 'Path'

I use share_plus to share a captured widget (Uint8List). The code below shows how I am saving the "image" to a temp directory, and then trying to share it (two ways, using XFile(path) and ...
Luca Nicoletti's user avatar
0 votes
0 answers
56 views

Where can i find all versions of the plugin "dev.flutter.flutter-plugin-loader"?

I am currently using the version 1.0.0 of dev.flutter.flutter-plugin-loader and I am wondering if exists other ones. settings.gradle: plugins { id "dev.flutter.flutter-plugin-loader" ...
Mastro's user avatar
  • 3
0 votes
1 answer
47 views

java.lang.ClassNotFoundException: Didn't find class "com.adyen.checkout.card.util.CardValidationUtils"

I am working on a Flutter app. In this app I am integrating Adyen payment gateway. To achieve this I have created a separate plugin to handle encrypting the card and other api calls to Adyen. In this ...
Code Hunter's user avatar
  • 10.9k
0 votes
0 answers
39 views

Flutter IOS plugin shows black screen

I created a simple view controller and its Xib File for my Flutter plugin on IOS platform. import UIKit class MyViewController: UIViewController { override func viewDidLoad() { super....
Cyrus the Great's user avatar
0 votes
0 answers
25 views

Flutter plugin development android src not opening after opening example

i am trying to make a flutter plugin for the first time i i ran into a problem. I followed this tutorial to set the project up, i opened the /example/android/build.gradle file in android studio and it ...
mikeee's user avatar
  • 1
0 votes
0 answers
35 views

Private native dependencies in Flutter plugin

For a Flutter plugin we're working on, we need to download a native dependency for both Android and iOS, which is hosted on a cloud service that requests a token in the URL specifying the dependency ...
Matteo Principe's user avatar
0 votes
0 answers
42 views

Changing colours of items in FortuneItem in FortuneBar the flutter_fortune_wheel not possible?

I have a flutter application and one of the things im using in it is the FortuneBar widget from the flutter_fortune_wheel plugin. The plugin supports direct customization of the FotuneBar using the &...
Furkan Smail's user avatar

15 30 50 per page
1
2 3 4 5
34