I have Timestamp item in firebase. I get the item from dart code timestamp type. It shows like 'Timestamp(seconds=1590903768, nanoseconds=26999000)' as it is.
I am making a flutter app where I have a PopupMenuButton. When i click on PopupMenuButton, PopupMenuItems are not Showing. Here is the code: class _Configur
I'm trying to get storage permission from the user. Below is the sample (copy-paste) code. But I'm getting error when I'm trying to request the permission. D/pe
I am new in flutter, tried to use web view in flutter, but the the size of the web view is bigger than the screen. I want to fit the web page size to the phon
I am making a flutter app where I have a PopupMenuButton. When i click on PopupMenuButton, PopupMenuItems are not Showing. Here is the code: class _Configur
I have a panel as a tabbar at the bottom with custom animation and with page names. I have 5 pages that can be switched with the next animation: the new page sh
I have been trying to code this app using Flutter and I want to make a Dropdown that displays the values received from a JSON response via provider. The respons
I want to create a universal alert that I will use several times in my app. class SelectIconAlertDialogWidget extends StatelessWidget { const SelectIconAlertD
Background I have a Navigator widget on my InitialPage and I am pushing two routes ontop of it (NestedFirstRoute and NestedSecondRoute). When I press the physic
I am trying to update my existing application on google play store from Android Java with Flutter Dart. On my existing application, I have an in-app purchase th
I have already done everything on this site of my app, but I wanted to add an image after I did my code to put a gradient in the background. Now when I try to a
I'm trying to run my flutter app on the IOS simulator and its not working. So tried on the most basic flutter app (create my_app and then tried to run it) and n
I have a TextFormField. Usually you can use the selection toolbar to copy/paste/select all and so on using long tap/double tap. I want to overwrite the Paste E
I am trying to start Windows app for first time with default Flutter Project but it's showing this error espacialy. Unable to start engine without AOT data. Fai
I'm working on this app that uses a video player. In here I use 2 main options to change the orientation of the player, which are the fullscreen button, and the
I've changed my version in pubspec.yaml to 1.0.1+1 (from 1.0.0+3) flutter clean flutter build ios When I open [project]/ios/Runner.xcworkspace it still shows me
In my app, I'm using phone auth and we are observing this on Android, after logged in, if I uninstall the app and reinstall it again, it's not asking me to logi
MY ERROR - Unhandled Exception: FileSystemException: Cannot open file, path = '/storage/emulated/0/Download/Music/a.png' (OS Error: File exists, errno = 17)
I am running flutter 1.17.1, using webview_flutter: ^0.3.21 dependencies added to pubspec.yaml and added this to the end of info.plist <key>io.flutter.em
anyone havean idea how can i generate a key for aes encryption in dart from iv and password? like this code written in C#: var spec = new Rfc2898DeriveBytes(En