Category "flutter"

Why when I install my apps APK on Physical Android Device says App Not Installed

Attention great developers. I have hit a snag. I have built this application in flutter and has been in development for over a year. When I run the command flut

DraggableScrollableSheet collapsing in several cases

I have a DraggableScrollableSheet, something like DraggableScrollableSheet( initialChildSize: 0, snap: true, snapSizes: _snapSizes

MaterialApp rebuild when Home widget calls build function

My app's MyApp widget, which returns MaterialApp (as done in virtually every Flutter app) is rebuild whenever the build function on the home widget is called. I

Flutter Could not get unknown property 'plugin' for project ':app' of type org.gradle.api.Project. Error

I am getting this error when running my Flutter app: Launching lib\main.dart on Android SDK built for x86 in debug mode... FAILURE: Build failed with an except

type 'Future<dynamic>' is not a subtype of type 'Map<DateTime, List<Event>>'

Hi I'm trying to convert a Future list into a LinkedHashMap and I'm having But I'm returning a Future Dynamic This is my class class Event { final String cal

sending text and multiple images to whatsapp flutter on IOS its not workin

I want to send multiple images alongside the text on WhatsApp, the text is not a problem if it's going to be repeated on every image or just written once, curre

How to Handle API response model class if object is not Available in some situation on Same API Flutter Dart

I need an Help for API response handling. I've created model class to convert API res. My issue is on Type the API response is changed for example if type = 'Ap

Flutter MapBox - Unhandled Exception: type 'Null' is not a subtype of type

I am just following this guide https://github.com/Imperial-lord/mapbox-flutter, In turn by turn navigation, getting error like 'Unhandled Exception: type 'Null'

Flutter: Updating the more recent value while the user in viewing the page with streams

Am I thinking about this the right way? I created a function that takes in a value from firebase, value in seconds, and convert it into hours:minutes:seconds, t

Navigate to next question or item in quiz app in a flutter list

I am creating a quiz app in dart/flutter and I want to automatically navigate to the next question when an answer is selected. The questions and answers are in

How to post image to my server from Flutter?

I have a small server based on node JS, which communicates with Post Gre SQL database, and server is working on port 5000. I have route called uploadImage, whic

Flutter redux combined state dispatch action and update UI issue

I am learning redux. I have the following issues: My initial state does not seem to be taken into the account My actions are dispatched but they are not updatin

How to create a countdown in Flutter and Firebase?

I'm using Flutter to build an online auction app with two types of auctions (live auctions and off-site auctions). If the seller selects live auctions when uplo

How do I darken one container in a GestureDetector when I have multiple buttons created with a Widget constructor in Flutter Dart

So I have a piece of code where I need to add multiple buttons to the same page. I am using a GestureDetector since I don't like the onPress animation for the a

Flutter can't install firebase onto macOS

I tried to install the firebase package for flutter. After running flutter pub add firebase_core It states "successfully installed". When I then try to import

Align children with first child in Column

How can I align my widget to take the same width as ClipRect image? Right now it overflows in my screen. Find attached how it is and how I desire my output woul

flutter app - trending posts by using google analytics data api

In my app, users create posts and I'd like to show trending posts by the number of views, comments, etc in a specific date range. To do that I thought I can cre

What's the use case of TableCell?

I can show widgets as children of TableRow. They are displayed correctly. What's the use case of TableCell in flutter? TableRow(children: [ widget1,

Error: Method 'addPostFrameCallback' cannot be called on 'SchedulerBinding?'

how can I fix this error in flutter with android studio /C:/src/flutterSDK/flutter/.pub-cache/hosted/pub.dartlang.org/get-4.6.3/lib/get_navigation/src/snackbar/

Flutter[Android]: Not able to release App with Manage External Storage Permission

We need to allow users to store files in the external storage and for the same, we use MANAGE_EXTERNAL_STORAGE permission in our application. Ideally for the an