With the help of this Connectivity Plugin, I am able to get the connection status i.e. mobile network, wifi or none using the following code: import 'dart:asy
I am trying to implement some custom design in an expasion panel list. Therefore, I wanted to create some kind of animation that animates smoothly from one view
**Not able to connect websocket to the nodejs server for websocket connection I'm using socket_io_client: ^1.0.1 library ** void connect(){ IO.Socket socke
I can't install fvm on mac, getting error like this, what is wrong, it's about brew or fvm?
I am trying to connect my users with my back end server , i used the example from the official google sign in plugin for flutter : https://pub.dartlang.org/pack
Can't able to complie the app when advance_pdf_viewer and firebase_storage package is used. At first it works fine but later its version changed and i dont know
I am trying to make my ListView of items inside my bottom sheet scrollable. I make it work with DraggableScrollableSheet widget but there's this awkward white s
I'm playing video and there is no problem but when navigating to another page, console says this. I tried everything that I came up with like check if mounted b
This may be obvious, but can someone please tell me how I can locate my Hive Box file after initialising Hive in a Flutter application, using Android Studio? I
I'm translating my app to spanish using the intl package. locales.dart class AppLocale { ... String get folder => Intl.message("Folder", name: 'folder'
I got the error "This widget has been unmounted, so the State no longer has a context (and should be considered defunct. Consider canceling any active work duri
I am trying to create a ListView that meets the following criteria: The items in the ListView are categorized into sections with headers for each section The it
Does anyone have an idea about encrypting response from my php api and decrypting data in local using dart. I'm using flutter for my mobile application. Thank
How can I add shadow to the widget like in the picture below? This is my current widget code.
I´ve a problem with the BottomNavigationBar in Flutter (0.6). As soon as I add more then three BottomNavigationBarItems as children, the buttons in the ba
Currently, I create a map application in android. The user will type the address in the text field and then the map will show the location. The application alwa
How to decorate text stroke in Flutter? It's like -webkit-text-stroke - CSS
I have upgrade flutter version to 2.0.4, when I run the project(this project was runing on old flutter version)it throws warning because of package I used. this
I want to execute a method while a user is pressing down on a button. In pseudocode: while (button.isPressed) { executeCallback(); } In other words, the exec
I'm using CustomScrollView, and providing it with a controller. ScrollController works, I even added a listener to it and print out the position of the scroll v