Mudassir

Results 7 comments of Mudassir

> Simply add a exitTouchbar element. > For example: > > ``` > { > "type": "exitTouchbar", > "align": "left", > "bordered": false, > "title": "", > "width": 24, >...

> ![image](https://user-images.githubusercontent.com/58700119/179930056-061d707d-7820-4b7b-ad54-ddca54ab1a65.png) You should define the size if the Device is a tablet or phone like this ![image](https://user-images.githubusercontent.com/1531684/188107344-96c88826-d42f-4fbd-8979-c6472a377258.png)

Any update about this issue?

@anish-adm could you check this [Similiar issue](https://github.com/flutter/flutter/issues/34993), ? i think this code make error ``` class GetLastLocation extends TimerTask { @Override public void run() { lm.removeUpdates(locationListenerGps); lm.removeUpdates(locationListenerNetwork); Location net_loc=null, gps_loc=null;...

Do we have any updates on this @MaikuB? I've had issues on some devices, like in Samsung Flip 3 with Android 14 One UI 6, when the app cancels all...

Thanks, I think the issue when I'm using yarn

Sorry, I re open this issue, I got the same error when run it from build ![image](https://user-images.githubusercontent.com/1531684/201152196-1c525254-2022-4488-8c74-4b76a85d9384.png) ![image](https://user-images.githubusercontent.com/1531684/201152303-a917090c-ce02-4344-af0d-8d26eab87396.png) ![image](https://user-images.githubusercontent.com/1531684/201152324-79be804e-4b86-4ab1-a548-53bf117603e6.png)