Skip to main content

Questions tagged [flutter-dependencies]

For questions relating to the use of and issues with any use of flutter-specific dependencies in dart's pubspec.yaml

flutter-dependencies
0 votes
1 answer
19 views

Update of didChangeDependencies (Flutter)

I have a Dashboard homepage that allows me to access another page called Brand. GoRoute( name: DashboardPage.routeName, path: DashboardPage.routeName, builder: (context,...
Julien's user avatar
  • 3
1 vote
0 answers
11 views

Trouble with short mp3s using Flutter audioplayers plugin

I'm playing mp3s in Flutter code a trivial way, using the dependencies line audioplayers: ^6.0.0 in my pubspec.yaml: import 'package:audioplayers/audioplayers.dart'; import 'package:flutter/material....
Carmen DiMichele's user avatar
0 votes
1 answer
9 views

VLC video package not playing in flutter application

I am making a flutter desktop application which plays a video and it does not play it simply loads on screen. Developing a Flutter desktop application that includes video playback functionality. ...
Johane Grei Wall's user avatar
0 votes
1 answer
20 views

FlutterLoader is not defined for web

I have problem I dont know why but my web app is build correctly but when I use chrome for my web then I have white page and in console I have error: FlutterLoader is not defined. My index.html page ...
LukaszAdler's user avatar
-1 votes
0 answers
19 views

Flutter ShowDatePicker [Month Year] text customizatio

Image of what text I want to customize I am currently using the ShowDatePicker in Flutter and I was wondering if there was any way to change the text color of the highlighted widget in the image. As a ...
Christiaan Van Jaarsveldt's user avatar
0 votes
1 answer
43 views

Flutter app only runs from Terminal and does not print to Console After upgrade

I upgraded a flutter app to the latest SDK version 3.22 & installed a fresh Android Studio Koala | 2024.1.1 Patch 1 and I have managed to eliminate all errors. If I run the app from Android ...
Lefty's user avatar
  • 1,342
0 votes
1 answer
33 views

can't SignUp user in flutter firebase: firebase_auth/channel-error

I am trying to sign up a user using firebase but instead i am getting firebase channel error following is the code import 'package:firebase_auth/firebase_auth.dart'; import 'package:firebase_core/...
Syed Mujtaba Ali kazmi's user avatar
0 votes
1 answer
25 views

Using Flutter local notifications for my expiry reminder app, but they're inconsistent; users often don't receive alerts reliably

I'm using the Flutter local notification package in my expiry reminder app. However, notifications about product expirations are inconsistent. Sometimes the notifications are delivered as expected, ...
Krishiraj Vansia's user avatar
0 votes
0 answers
18 views

A problem occurred evaluating project ':app'. That's wht the app doesn't work

This is error: FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\Mucahit\Desktop\Mobil Uygulama\flutter_dersleri\android\app\build.gradle' line: 28 * What went wrong: A problem ...
Mücahit Gök's user avatar
0 votes
0 answers
22 views

Could not launch https://www.google.com/maps?

Hello everybody I just want to display in Google my origin coordinates and my destination coordinates in my application this my class where , i implementing my method class MapUtils { MapUtils._(); ...
King Kapeta's user avatar
0 votes
0 answers
12 views

Access a @pragma('vm:entry-point') method from a class which is inside a custom package into implementing app

Hi I am trying to create a package in flutter where this package is consuming a third party SDK and this SDK needs to register some handlers on the native code of the implementing app. For example @...
Android's user avatar
  • 1,095
0 votes
0 answers
12 views

listening to calls in the background with flutter and retrieving information from firebase

In an application I wrote with Flutter, I need to build a structure that will display an alert screen by taking customer information from firebase according to the number when a call comes in. My ...
Nedim Toymuş's user avatar
0 votes
0 answers
20 views

Execution failed for task ':app:packageRelease'

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:packageRelease'. A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$...
Bashar's user avatar
  • 1
0 votes
1 answer
46 views

Trouble with flutter dependency management

I'm new on Flutter and i'm having some doubt about how i'm managing dependencies. Here's my current dependencies on the pubspec.yml: environment: sdk: '>=3.4.1 <4.0.0' dependencies: ...
Giuseppe Palmieri's user avatar
1 vote
1 answer
30 views

SearchBar widget color remains another color after it set to the transparent in flutter

after setting up the background color of the searchBar wdget, it still remains with a lighter blue color within it.When another color is set, it apply those colors as well.Then creates a awful color ...
yasith's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
468