I need to make glass card view widget in the flutter (like image). Its mode without using the package. But if there is no solution, if there is a package for it
I have this class: import 'package:flutter/material.dart'; class AgeText extends StatelessWidget { final String dateOfBirth; const AgeText({Key key, @req
I am trying to use Flutter mapbox_gl package to display clustered data, support for this functionnality has been added recently as showed in this example. When
I have a Linux machine where I installed Flutter via Snap. I want to set up Crashlytics on my project. One of the steps is to install flutterfire_cli as stated
I'm developing an android app using flutter but during vulnerability assessment client have raised security concerns on flutter compiled arm-based binaries. NX
I am currently developing an application which is currently in beta mode. Due to this, I would like to show them what version they are on. For example, "v1.0b10
i dont understand whats wrong, yesterday i could debug the app
I am updating an old project. This qr code scanner is giving an error.The project had previously run on flutter 2.10. There are errors in Flutter 3.0. import 'p
I have published an application on the play store with flutter, now I want to upload a new version of the application. I am trying to change the version code wi
when i made flutter upgrade then run my app this error occurs. ../../../development/tools/flutter/.pub-cache/hosted/pub.dartlang.org/responsive_sizer-3.0.6+1/li
I am trying to add the below dependencies: firebase_auth: ^0.14.0+5 google_sign_in: ^4.0.7 cloud_firestore: ^0.12.9+5 fluttertoast: ^3.1.3 image_pick
How to integrate 2checkout with flutter? is there any way to integrate 2checkout payment gateway with flutter app? can anyone please help me?
i've been searching for a lot of problem that relate with this but i still didn't find the solution the error say Accessing hidden method Ldalvik/system/CloseG
I have two collections in firestore, 'users' and 'posts'. HomePage is where all the posts are displayed in a listview and every post has a 'like' button. I'm sa
Is there a way to change the color of the Steps without creating a custom Stepper? the current step is blue. https://docs.flutter.io/flutter/material/Stepper-c
I am using the latest version of FaceBook App Events plugin in Flutter with the latest version of Flutter as well. On click event, I am calling the logEvent met
I'm developing a mobile app using flutter. For that I used downloads-path-provider to get the download directory of the mobile phone. The emulator returns /stor
I need to take screenshots of my Flutter application across various devices. Since I do not have a variety of physical devices, I need to use the Simulator. H
I am new to dart/flutter and I am adding internationalization on my app. As flutter don't define a proper way to implement internationalization (according to th
I want to users can change and save the theme color in my app. However, I have no ideas how to load the saved theme color when the app starts running. For examp