All Questions
18 questions
0
votes
0
answers
107
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 ...
0
votes
0
answers
135
views
Flutter - Camera permission pop up not closing after deny
I am using this QR Code Scanner plugin https://pub.dev/packages/qr_code_scanner in my flutter app. For this my app is requesting for camera permission, If I deny the camera permission, the pop is not ...
0
votes
5
answers
5k
views
Flutter: The plugin `razorpay_flutter` doesn't have a main class defined in C:\Users\
While I am running flutter pub get command which is used to fetch the dependencies listed in the pubspec.yaml file of your Flutter project, I'm getting this error:
Got dependencies!
The plugin ...
1
vote
0
answers
368
views
Flutter: Slider button is not rebuilding after set state
I am using this plugin slider_button 2.0.0 https://pub.dev/packages/slider_button
Here I have created the widget and I need this slider button to appear always.
This slider button is not rebuilding ...
1
vote
1
answer
180
views
How to create a non published flutter plugin with versioning enabled?
I am a freelancer. I wrote a plugin dependency to share among my projects for codes such as api calls and common UIs. The problem is, every time I do a breaking change such as changing a class name, I ...
0
votes
1
answer
853
views
Is there a PDF viewer for Flutter 3.3.8 version?
do you know to exist any pdf viewer plugin to be compatible with Flutter 3.3.8 version?
What I already tried was pdf_viewer_flutter and flutter_full_pdf_viewer, but these are incompatible because of ...
0
votes
0
answers
61
views
Restricting selection of items on selection of specific item in Multiselect
I am using multiselect pugin to implement multiselect list in my flutter project. In the project I want to add the functionality like,
the option in list are all, first, second, third
Now when I ...
2
votes
2
answers
975
views
How to use some flutter plugin as a dependency to a flutter package and use this package in my flutter app?
I am trying to make a single package for dealing with permissions and data flow for this I have used different plugins and packages as a dependency on this package. But some plugins throw errors of .
...
1
vote
1
answer
1k
views
How to show description for widget & it's parameters in flutter?
I'm developing a flutter package wherein I want to add docs for widget's parameters like this,
I'm referring to the description of the widget and it's parameters!
0
votes
2
answers
2k
views
How to add a Flutter plugin that does not support Null Safety
Hay, I want to make a "Privacy Policy Checkbox" that includes a Text Hyperlink, and I found Link Plugin in pub.dev that what I want to use, but unfortunately it doesn't support Null Safety. ...
3
votes
0
answers
321
views
How to fix Exception: Unsupported Android Plugin version: 4.2.0
I run a flutter app but I got this error" Exception: Unsupported Android Plugin version: 4.2.0. " I tried updating all the plugins and android studio but I still get this error and I don't ...
6
votes
2
answers
2k
views
Run android project from a Flutter project with unsound null safety
After sound null safety has arrived, projects that still have dependencies that have not upgraded to null safety yet, can still be run using --no-sound-null-safety flag through the Flutter command.
...
4
votes
1
answer
2k
views
MissingPluginException in flutter in release mode android
Many plugins aren't working in flutter when you try to build a apk in release mode , but these plugins are working perfectly in debug mode
Some recomend changing the gradle version to 3.5 , but ...
1
vote
0
answers
251
views
is calling flutterTts.setStartHandler() method in onPressed callback of button in flutter is good practice?(flutter_tts plugin)
Scenario: I have set of children built using Listview.builder in which every child has button. Now i want when particular index of child pressed TTS(text to speech) method should be called. ...
1
vote
1
answer
45
views
How to add share plugin properly in Flutter
Stack(
children: <Widget>[
Container(
padding: EdgeInsets.only(left: 25),
child: Center(
...