i want to listen network connectivity on my whole project this is work perfect but child return alway homePage when connection restored im using #InternetConnectionChecker dependency GetMaterialApp( // ...
Softans Latest Questions
https://cdn.dribbble.com/users/50386/screenshots/294883/dribbble.jpg Large red button and Edit button I tried to create this beautiful button with Elevated Button, but it does not work. How would you make it?
I am new to Flutter development and i am build an application where i am usign the Bloc library with states and events. I have a page where the user can entre his email address in TextFormField. After that he ...
Is it possible to change the appearance of the cursor in a windows and web app without doing so with a MouseRegion? I currently have a custom widget which uses a CustomPainter to paint multiple shapes on the canvas and ...
Whenever I am trying to launch background service from a separate class then it doesn’t work at all, nothing happens. However when I include all the methods under void main() in main.dart file and in main use await initializeService(); then it works. Why I can’t ...
As you know, app package name (**com.****.******) is very important thing in Flutter app, it is also being used in app’s link on Play Store, and some other places. So, I have a app package name which is automatically created by ...
The keyboard hides my ListView (GroupedListView). I think it’s because of the Expanded Widget. My body: Column( children: [ Expanded( child: Padding( padding: const EdgeInsets.all(8.0), child: GroupedListView<dynamic, String>( controller: _scrollController, keyboardDismissBehavior: ScrollViewKeyboardDismissBehavior.onDrag, physics: const BouncingScrollPhysics( parent: ...