For questions about specific flutter packages. A package can contain dependencies (listed in the pubspec), Dart libraries, apps, resources, tests, images, and examples
Questions tagged [flutter-packages]
462 questions
2
votes
0 answers
How to collapse and expand content in flutter_markdown?
These tags don't work for me on flutter_markdown: ^0.6.14
https://pub.dev/packages/flutter_markdown/versions/0.6.14
Does flutter_markdown even support …
Click to show more details
More details are here!!!
Tarek360
- 1,251
- 1
- 13
- 19
2
votes
1 answer
Can someone what I'm doing wrong with pin_code_fields package?
-----CLOSED, REMADE WITH ANOTHER PACKAGE-----
I'm using pin_code_fields package to create a nice UI for code entering. But, when validation start working, I'm getting a weird error border which is not supposed to look like this.
PinCodeTextField…

Morgan Windy
- 21
- 4
2
votes
2 answers
Getx flutter change theme when i change theme dark and then return light mode its not loading my custom theme
Getx flutter when i change theme from light to dark mode and then return to light mode its not returning my custom theme its load old app bar background even theme changes
ThemeData lightTheme = ThemeData(
useMaterial3: true,
backgroundColor:…

Tanveer Ahmad
- 51
- 7
2
votes
2 answers
How to send a file to specific contact in whatsapp using url launcher - Flutter
We can able to send a text message directly to specific contact, but I want to send a file to whatsapp contact using url launcher. How to achieve this in flutter.
Below is my code for sending only message.
String message = "sample text";
String…

Venkat Pandi
- 31
- 4
2
votes
0 answers
Flutter android alarm manager plus works in emulator periodically but not working in real device?
I am using flutter android alarm manager package to get local notifications periodically. It's working perfectly in the emulator but when I am generating an apk file and installing the app in a real android device through that apk file it's not…

Kafiul Islam
- 86
- 5
2
votes
0 answers
Can we remove or ignore the gravitational force on the accelerometer values?
I have been creating an application on Flutter, using a package "sensors_plus" to retrieve step count when a user is walking or running ([https://pub.dev/packages/sensors_plus]). It is giving me the values of mobile sensor accelerometer but the…

Khushvinder singh
- 21
- 2
2
votes
0 answers
How to get only token Id from card info using flutter stripe?
I am trying to make a token-id from card information like card number, month, year, and CVC.
This could be possible by the stripe_payment package with the given code:
StripePayment.paymentRequestWithCardForm(
CardFormPaymentRequest())
…

Kafiul Islam
- 86
- 5
2
votes
1 answer
pub.dev - my package not showing platforms correctly (web missing)
I developed a flutter package multi_image_picker_view:
https://pub.dev/packages/multi_image_picker_view
This package depends on file_picker and flutter_reorderable_grid_view, they both support the Web. But in my package, web option is not visible in…

Shubham Gupta
- 1,123
- 11
- 16
2
votes
2 answers
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 .
Does anyone know the reason behind it? It's…

Shivam Modi
- 103
- 1
- 2
- 10
2
votes
0 answers
AudioCache is dead, long live Sources
I want to add an Audio player in flutter, but for any Audio player package show this text in Audio Cash part:
so how can I add an Audio player in my application?

Ahmadreza yazdinejad
- 46
- 1
- 3
2
votes
0 answers
Indoor Map Navigation for flutter
I am trying to build an app that has indoor navigation with routes. Do flutter have packages for this? See sample picture below from dentreality.com
As you can see there is a route that guides the user on what isle is the selected item.
Thanks!

Riki
- 83
- 1
- 5
2
votes
2 answers
QueryArtworkWidget Image blinking in flutter
I am building a music player in which I'm using on_audio_query package to get details of songs and QueryArtworkWidget and realtimeplayinginfos to display the image corresponding to the song. But while Iam playing the song, the image is blinking.…

Rohit Krishna
- 192
- 2
- 11
2
votes
1 answer
Not able to connect USB printer after disconnecting and re-connecting in Flutter
We are getting permission popup for first time and able to print, but after disconnecting USB and re-connecting it again we are not able to print and not getting any permission popup message.

Sabarinath Palani
- 29
- 1
2
votes
3 answers
Update new version is not working in flutter
I have a flutter app which has an update button. This is used to update when new version is available in play store. It works fine until few days before. But now it is not working. It only shows a notification when user has installed the same…

Gimuser39
- 87
- 9
2
votes
2 answers
How to launch google maps uri after url_launcher update?
I've update my flutter app packages including url_launcher package from 6.0.20 to 6.1.2.
After the update a lot of Android users (API 30/31/32) report that they cannot launch navigation to a defined point (latitude and longitude) using Google Maps…

E.Benedos
- 1,585
- 14
- 41