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
5
votes
2 answers

flutter_pinput: FocusTapArea is not defined

After upgrading to Flutter 3.1.x, the package flutter_pinput doesn't work anymore. Any suggestions would be helpful. It was working fine in flutter 2.x.x. I have tried repairing the cache using flutter pub cache repairand also cleaned the project…
5
votes
1 answer

error The argument type 'PdfImage' can't be assigned to the parameter type 'ImageProvider'

I am trying to make pdf from screenshot with screenshot and pdf plugins in flutter. When I pass Uint8List to pdf creation function I am getting error at PdfImage.file(pdf.document, bytes: screenShot The argument type 'PdfImage' can't be assigned to…
Ananthakrishna
  • 517
  • 5
  • 24
5
votes
1 answer

Using flutter how to merge audio file with sync of any video like camera action like that there is any specific package is available in flutter

I have been searching for the packages or any method for the particular problem, i googled but i didn't find any solution , So my issue is , i want functionality like ticktock App , user can select any music audio and they can play according to that…
5
votes
1 answer

Flutter url_launcher open Facebook link inside app(Facebook) installed but in IOS it just open facebook and not the link

I have used Url_launcher package;I want to open Facebook link in facebook app if app installed else the browser.This nicely works in Android but in IOS it only open the Facebook app not the link. The code is : String digital_url=…
Sunil
  • 143
  • 1
  • 2
  • 11
5
votes
1 answer

Creating native ios framework(. framework) and Android jar using flutter project

Is it possible to create ios framework or Android jar from a flutter project? I mean if I'm having a Flutter project, I'm sure i can create a flutter package out of it and use it around any flutter projects. But is it possible to get .framework (for…
Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26
4
votes
4 answers

What's the difference between flutter_local_notifications and awesome_notifications?

What's the difference between flutter_local_notifications and awesome_notifications packages for notification? After reading through docs and repository I understood, that historically awesome_notifications had Push-notification feature built-in and…
Konstantin Kozirev
  • 944
  • 1
  • 10
  • 23
4
votes
0 answers

Prayer Time Alarm

Prayer Time Alarm: Is there any way to awaken my app in background when the Current time is equal to Prayer Time. background_fetch package is there but it awaken app after every 15 minute interval. Can you guide for how much period the package awake…
4
votes
3 answers

can I use Getx and Bloc state management in one project ( Social Network app , big project ) without problems?

My project is a Social network hybrid mobile app that is made with flutter, dart ( frontend ) and Nodejs as a backend, the point that I hired front end developers that made part of the project ( 35 % of the project ) using GetX as state Management,…
4
votes
4 answers

Flutter Package : Uncompressed package archive is too large

I am trying to upload my Flutter package to pub.dev. Dry Run work fine no error shown. But When I upload the same package to pub.dev, upload fails with "Uncompressed package archive is too large(size > 104857600). Any suggestion/solution how to get…
4
votes
4 answers

Using Google ML-Kit On-Device Text Recognition in Flutter

Is it possible to use Google ML-Kit On-Device Text Recognition in Flutter? All of the tutorials and resources I am finding online are all firebase_ml_vision, but I am looking for one that uses the no-cost OCR from Google ML-Kit. How would I do…
4
votes
1 answer

is it possible to take a picture without the preview and user interaction?

I need to create an online examination application in flutter, where we need to take photo and video of a user at some intervals, and while doing this we don't want to show the camera screen. I tried to use Camera plugin of flutter and I am able to…
Mrunal
  • 578
  • 2
  • 21
  • 39
4
votes
2 answers

how to generat or create "appcastURL" for upgrader package in flutter?

I want to show dialog for user when new version of app is available on play store or google play, to do that I used Upgrader package from flutter. This package use "AppCast" class. the code is : import 'package:flutter/material.dart'; import…
Noor Allan
  • 421
  • 2
  • 7
  • 17
4
votes
3 answers

Flutter version solving failed on google_maps_flutter while running "flutter pub get"

I'm getting below message in output while running flutter pub get even though I've downgraded google map package to google_maps_flutter: ^0.5.33 which is <1.0.0. [proj_name] flutter pub get Running "flutter pub get" in proj_name... …
Faizan Kamal
  • 1,732
  • 3
  • 27
  • 56
4
votes
5 answers

Flutter Error: no named parameter with the name "overflow"

I am working on an app in flutter, and everything was working fine when suddenly one day when i tried to run the app it get me this…
miguel saldivar
  • 41
  • 1
  • 1
  • 2
4
votes
3 answers

How to login/logout in flutter pub publish?

I am trying to publish upgrade for my package and getting error: Insufficient permissions to upload new versions of package... I am signed in in Chrome to pub.dev with account that is administrator in publisher for the package. How can I check what…
polina-c
  • 6,245
  • 5
  • 25
  • 36
1 2
3
30 31