-
When I start debugging my app in VS code it's everything ok, but the editor just stops suggesting classes (Widgets, of course, included), auto-import, import suggestions and functions. I don't have ......
-
Good evening everyone, I have a problem with Firebase. Basically I'm creating a leaderboard and I have to find the 7 users with the most points, no problem on that one but I can't understand how to ......
-
Good evening everyone, in practice I created a file containing some functions that are based on firestore that I have to reuse in other files, this is the code:import 'dart:math';import 'dart:async';......
-
When smoke testing a DropdownButton in Flutter using the flutter_test library I get the following error:The following _TypeError was thrown while dispatching notifications for OverlayEntry: type '......
-
Basically I need to save in a list the fields of a collection in a firestore database.This is the widget that takes care of connecting to the database:Future<DocumentSnapshot> ......
-
i want to conver t url from youtube to m3u8 format flutter i want to use yoyo package it uses only m3u8 videos \YoYoPlayer( aspectRatio: 16 / 9, //url ( .m3u8 video streaming link ) ......
-
I'm working on an app with several modules built by other teams in my company.Is there a way that we can run the tests in the app and all the imported modules with one command?We need it for CI....
-
is there a way to test the content within a show dialog?I am trying to do BDD in the project, The following is the scenario:As a User, I would like to add a photo or select one from the gallery so ......
-
I tried to insert data(including list of images) in through api and multipart request, when i print response status code I get 415,and Unhandled Exception: FormatException: Unexpected character (at ......
-
My team and I have been using the provider package for state management for awhile now and it seems like there are some apparent issues post Mortem of some of our projects using it.I understand how ......
-
Forward geocoding perfectly, now I want to use reverse geocoding and keep getting an Http status error of 422. The reverse geocoding doesn't work in the Mapbox playground either. Any suggestions or ......
-
When getting results from Mapbox API for the reverse geocoding results, I get only one specific result returned. Is there a way to increase the results returned, say for a larger radius around the ......
-
I am trying to make a function to exit app when double tab the back button in the CupertinoTabbar.Although I have applied various functions such as DoubleBackToCloseApp plugin or WillPopScope, ......
-
I am trying to build a timer app where screen will pop after time become nullthe sample code is following Padding( padding: const ......
-
I have two screens (log in and sign up) which have buttons linking to each other respectively. For the log in page a button triggers pushReplacementNamed to navigate to the sign up page. Similarly in ......