Questions tagged [flutter-packages]

For questions about specific flutter packages. A package can contain dependencies (listed in the pubspec), Dart libraries, apps, resources, tests, images, and examples

462 questions
-1
votes
1 answer

Flutter: how to prevent editing a dart file from package?

I created a flutter package and in there I added business logic. I imported that package into my client project, and I am able to access the files and method. Upto this going well. Now the issue is that from the client project, I am able to…
Nikita Patil
  • 674
  • 1
  • 7
  • 17
-1
votes
1 answer

A problem occurred evaluating project ':media_kit_libs_android_video'

FAILURE: Build failed with an exception. Where: Build file 'C:\Users\pc\AppData\Local\Pub\Cache\hosted\pub.dev\media_kit_libs_android_video-1.0.0\android\build.gradle' line: 68 What went wrong: A problem occurred evaluating project…
-1
votes
1 answer

Is there a package in flutter to remove background noise from video?

We want to create a video editing application and need this functionality. Any idea how can we build one?
-1
votes
2 answers

Flutter - different asset path in package's example when building

When creating a custom package that contains font as a .ttf file. I try to download the font file also in the example app that is contained in the package. The font is downloaded successfully on iOS and macOS apps but not on Linux or Web. The web…
Niko Lipponen
  • 31
  • 1
  • 3
-1
votes
1 answer

Im looking for a flutter library that will allow me to place two cards on top of eachother

Im looking for a flutter library that will allow me to place two cards on top of eachother and able to click on the one behind to bring it to the front and vice versa, such as the picture: If there isn't a library, would you know how to make…
-1
votes
1 answer

How to get html of EPUB by page in flutter?

I want to get the HTML content of an epub file by page. I tried epubx package but it's not working correctly. Has anyone managed to get HTML of an epub by page?
batuhankrbb
  • 598
  • 7
  • 10
-1
votes
1 answer

Is the "audioplayers" package working for you?

I have been doing Flutter for only 2 weeks. I love it. Everything has been going well. Until now. I need an app I am building to play a few short sounds on certain events. This package seemed the way to go: https://pub.dev/packages/audioplayers It…
-2
votes
1 answer

Unable to save/upload files to a folder on server with Dio and File_picker flutter packages & I am doing this with PHP

The problem I am facing is that the files I upload ta server are not being uploaded inside a folder but the filename is submitting into the database. I am providing all data related to selecting a file and then uploading it to the server My flutter…
-3
votes
0 answers

i want a solution for installing flutterblue package

when I have tried to install flutter-blue package on android studio, the pub failed and causing the following error if anyone can help me to solve that problem, I will be very thankful
-3
votes
1 answer

after adding wallpaper manager package it showing :(

` C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\wallpaper_manager-1.0.10\android\src\main\java\com\mulgundkar\wallpaper_manager\WallpaperManagerPlugin.java:129: error: cannot find symbol String assetLookupKey =…
nbz
  • 1
  • 1
-5
votes
1 answer

There isn't package selection in lib on Flutter

When i was right clicking to lib, there isnt package selection. ** I am adding the picture of status. Can you help me? enter image description here I painted to this photo. [2]: https://i.stack.imgur.com/kyTuL.png How Can i find package selection?…
1 2 3
30
31