73 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
89
views
Gpay button is not displaying in the Flutter
I am trying to display payment button in the Inappwebview, but the button is not showing in flutter
I am using the dependency for the web view
flutter_inappwebview: ^6.1.5
and I ma using the code
...
3
votes
0
answers
110
views
Build a Flutter project on a machine without access to pub.dev
I need to develop and run a Flutter app on a machine that cannot reach pub.dev.
What I’ve done so far:
On an unrestricted machine, I downloaded the Flutter SDK and ran:
flutter --version
flutter ...
0
votes
1
answer
79
views
Error When Adding Package to flutter and run in Android
when I run Flutter with no package or dependency it will run with no error.
but when I run flutter with any package or dependency it makes an error like this.
Launching lib\main.dart on moto g34 5G in ...
0
votes
1
answer
116
views
"Version Solving Failed: fluttertoast depends on fluttertoast - How to resolve this dependency conflict?"
I'm encountering a dependency issue while using the fluttertoast package in my Flutter project. When I try to run flutter pub get, I get the following error message:
Because fluttertoast depends on ...
-1
votes
1
answer
218
views
Can we run Flutter Better Player preCache method in isolate?
I'm using better_player package for list of videos in my application. The package is providing the preCache method which cache the video. So just a quick question can i run this method in separate ...
1
vote
1
answer
117
views
Can we publish a Flutter package with a version that is lower than the latest version to pub.dev?
My case is, in my flutter package we are having latest version of '2.0.0'. My Cx reported issue in our older version '1.1.6'. We need to provide patch version of '1.1.7' on pub dev.
My doubt is if i ...
0
votes
0
answers
113
views
How to perform functionality in the Flutter app even if the app is closed?
I make a step counter app in this app when my app is open or open in background it works perfectly but when I close my app the step counting is not working it stops.
I have try to perform this using ...
0
votes
1
answer
108
views
Unable to Import Locally Hosted Flutter Package Despite Successful Installation
I'm working on a Flutter application that utilizes a third-party map solution. This third-party provider doesn't offer a Git link or a pub.dev hosted package; instead, they provided the SDK files ...
0
votes
0
answers
243
views
How to increase Zoom level in flutter_cached_pdf view package without interactive viewer
Basically i am using flutter_cached_pdfview package and in that the amount of zoom level is so less i want more zooming on the pdfs because the pdf's contain newspaper so how to do that \
I tried ...
2
votes
1
answer
471
views
How to Use WorkManager Plugin Version 0.6.x for Flutter?
I’m currently using the workmanager plugin for Flutter, and I’ve come across multiple references suggesting the use of version 0.6.x of the plugin for improved functionality and bug fixes. However, ...
0
votes
3
answers
1k
views
Flutter geolocator plugin telling me to update kotlin version
I've added the geolocator plugin to my flutter app, but it errors out and tells me Your project requires a newer version of the Kotlin Gradle plugin. I've just created this project, so am using the ...
0
votes
1
answer
240
views
pdf package is not working in Flutter web hosting
I used the pdf package in my Flutter web project. It is completely working while I run it in debug or release mode, but when the web is deployed, it is not working. We can see it is clickable, but ...
0
votes
0
answers
89
views
In my flutter app, while using checkout_screen_ui widget and I am getting $ in front of product prices but I want Indian rupees sign '₹'
I am working a flutter project that is an ecommerce app that sells sneakers. In my checkout page I have used the checkout_screen_ui widget version 1.0.1 which a prebuild widget by flutter. While using ...
0
votes
1
answer
125
views
How to test publishing to pub.dev via Jenkins with Google Cloud service account?
For a project, I would like to setup Jenkins so that it can automatically push my Flutter package to pub.dev. So far I have followed the steps on the official Dart documentation and setup a Google ...
0
votes
1
answer
669
views
How to set Automatic versioning release for a Flutter package using Azure pipeline according to conventional commits
I'm currently working on setting up automatic versioning for a Flutter package using Azure Pipeline. However, I'm facing a challenge regarding how to access the pubspec.yaml file from the azure-...