Flexible( fit: FlexFit.tight, child: OpenContainer( closedShape: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.c
I grabbed somewhere the following code to convert a picture to a base64 string without accessing a file : String ImageToString(Image image) { String result;
How do we "draw a square" on detected faces on camera preview feed in Flutter? Is there a cross platform solution to this? Flutter provides a Camera Plugin, but
Android Alarm Manager Plus in Flutter never fires periodic after 1 minute regularly
These are the Errors while generating The IOS build TFlite Error (2.7.0) This is the current package which I am using in my project The Tflite Issue has been
I am ready to use Navigator2 instead of Navigator1 in my flutter app. There are two pages, Page1 and Page2. Page1 can push to Page2. When pop Page2 I want to pa
Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe ope
I tried to use physics: NeverScrollableScrollPhysics() in NestedScrollView but still yet is still scrolling. How can disable scrolling in NestedScrollView if th
Help me, any idea how to remove the space between yellow and green Container? It's caused by the Container have additional height after transform translate. I n
I am trying to use Viedo as a backgrounnd for scaffold widget in flutter web application but the video is not displayed though it's working fine in android but
I am building a chat application that takes a user's phone number with a country code for registration. After registration and permission, I use the contacts_se
I have a TextFormField widget wrapped inside a StreamBuilder, in TextFormField widget, inside the decoration, when is pass snapshot.error to the errorText argum
I'm new to programming and I'm developing an app in which the user is suppose to get a notification 30 minutes before an event that's scheduled on the app. The
I just deployed a Flutter Web App on Heroku. I used https://github.com/diezep/heroku-buildpack-flutter as the buildpack and it deployed beautifully. My Flutter
I'm using Navigator 2.0 API to handle navigation in my app, and I have problem with top-most RouterDelegate (the nested RouterDelegates underneath it work fine)
This is how my firebase firestore data look like You can see that I have the person data field which is a reference type. And this is how I retrieve data from
I have a collection called status in Firebase. I'm trying to pull data from here. However I am getting this error. I tried some solutions but I still get the sa
Hello I have a flutter error although i dont have any bugs in code. This is all error: /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/provider-3.2.0/lib
Row( mainAxisAlignment: MainAxisAlignment.center, children: [ Padding( padding: const EdgeInsets.all(8.0), child: Icon( password[0] == null ? unchangedPassword
**HI I am trying to play a live news video in my flutter app it is .m3u8 format but get above error. Using all of the updated dependencies. I want to play live