Category "flutter"

How to get the wifi name(SSID) of the currently connected wifi in Flutter

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

Flutter AnimatedSwitcher jumps between children

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 flutter socket socket_io_client 1.0.1 to nodejs server

**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

How to install fvm on mac, i 've try but get error?

I can't install fvm on mac, getting error like this, what is wrong, it's about brew or fvm?

Did anyone manage to get the id token from google sign in (Flutter)

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

Flutter Dependency problem with advance_pdf_viewer and firebase_storage

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

Why my bottom sheet has an awkward white space at the top? Flutter

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

Flutter VideoPlayerController "setState() or markNeedsBuild() called during build."

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

Flutter Hive - how to locate box files

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

Flutter internationalization - Dynamic strings

I'm translating my app to spanish using the intl package. locales.dart class AppLocale { ... String get folder => Intl.message("Folder", name: 'folder'

Error "This widget has been unmounted, so the State no longer has a context (and should be considered defunct)" upon SDK and packages upgrade

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

Is it possible to disable reordering a single item in a reorderable listview in flutter?

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

Encrypt in php and decrypt in Dart(flutter)

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 in flutter?

How can I add shadow to the widget like in the picture below? This is my current widget code.

Flutter BottomNavigationBar not working with more than three items

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

How to move google map view to address typed in Flutter?

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?

How to decorate text stroke in Flutter? It's like -webkit-text-stroke - CSS

Warning: Operand of null-aware operation '??' has type 'Color' which excludes null

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

Flutter Execute Method so long the button pressed

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

ScrollController not attached to any scroll views

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