Questions tagged [pub.dev]

58 questions
3
votes
0 answers

Is it possible to verify existing Flutter/Dart publisher on pub.dev?

I have created an account at pub.dev about a year ago using my @gmail account. Also, under that account I've created a new publisher using the domain that I own and the same @gmail email, but I didn't go through the verification process at that…
3
votes
2 answers

Flutter REQUEST_INSTALL_PACKAGES permission problem

When I want to update an application, I get this warning from google play. I have attached my AndroidManifest.xml file and my pubspec.yaml file. I researched this error and found out that the open_file library uses this permission automatically.…
2
votes
0 answers

how to set Just audio backgroud notification audio artwork using the local audio file image uri = content://

So I am trying to display an audio artwork in the notification panel on Android, but I don't seem to know how to get it to work out right. In the example on the pub.dev site, it used an image URL for the notification artwork, and this was the code…
1
vote
0 answers

Authentication Failed while upload Flutter package

This error message appear while upload package on pub.dev how can i reslove this error
1
vote
0 answers

when I want to publish a flutter package, it's always return `Connection closed before full header was received pub finished with exit code 69`

I'm in China, and I want to upload my dart package to pub.dev but it's always return Connection closed before full header was received pub finished with exit code 69 below ways are what I already tried: set terminal proxy $ export…
张英姿
  • 21
  • 3
1
vote
1 answer

Do pub dev packages need to be referenced in your Flutter app's Privacy Policy when publishing on Google Play?

I'm publishing a Flutter app on Google Play and in the process of writing its Terms & Conditions, Privacy Policy, EULA, etc. The app relies on several pub dev packages (most with MIT license, except the firebase packages). How do I, and do I need to…
MaryKor
  • 47
  • 5
1
vote
1 answer

Error in plugin flutter_inappwebview-5.7.2+3 in Xcode 14.2 and Flutter version 3.3.10

I try run app, but show the error in plugin .pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.7.2+3/ios/Classes/Util.swift:135:24 Swift Compiler Error (Xcode): Type 'UIScrollView.DecelerationRate' (aka 'CGFloat') has no member…
1
vote
0 answers

Build failed in Flutter app due to video_compress package

I have been working an a flutter project that requires to upload video and thumbnail. I used flutter video_compress package to compress the video and get a thumbnail. After Adding video_compress package to pubspec.yaml file i found this error. *…
Jabid Hasan
  • 19
  • 1
  • 7
1
vote
3 answers

How can i create this type of design in flutter?

I have a list of items i want to filter with when a container is selected, when you select an item it should take you a different widget which also have a list of items. I'll give a picture below for better clarifications. I try looking for…
tesseract
  • 144
  • 1
  • 12
1
vote
1 answer

File type associated icons package for flutter?

I have searched but can't find anything or don't know how to find this. Is there an existing flutter package that has icons for common file types? If I'm displaying a file list, I'd like to show associated icons for those files such as .txt, .exe,…
mirkaim
  • 145
  • 1
  • 10
1
vote
0 answers

how to show excel sheet in flutter application?

I am new on Flutter , i am trying to make application which can read and edit excel sheets as shows in image. so far i have reached no where. how to show excel sheet in flutter app and edit it?? is there any way to do it ??
1
vote
0 answers

Flutter - TextInputSettingsTile initialValue is not working when the app first loads

I am using flutter_settings_screens in order to store data. I noticed that by setting the value in the configurations with initialValue property, the value is only displayed but not saved. The user must enter the configurations and press OK to…
federico__
  • 169
  • 2
  • 9
0
votes
1 answer

How can I add topics / hashtags to my Dart / Flutter package on pub.dev?

I discovered on pub.dev that you can add topics / hashtags to your Dart / Flutter package on pub.dev. However, I couldn't find any documentation on how to add them to my own package. How can I add them to my own package?
Nils Reichardt
  • 3,195
  • 2
  • 18
  • 28
0
votes
0 answers

How to handle screen navigation in Flutter when clicking on a Push Notification in background and terminated state?

I am not able to navigate in background and terminate state of app to my notification screen i tried many things but it shows Bottomnavigation only when my app is in terminated or in background state import 'dart:io'; import 'dart:math'; import…
0
votes
0 answers

I run flutter doctor but it come up with error "pub get failed" what are the possible solution for this

I run flutter doctor but it come up with the error "pub get failed". What is the possible solution for this? I download the latest Flutter version and it failed. I use Flutter version 3.7.10 and had no results.
abeidn
  • 1
1
2 3 4