Akash Chhabra

Results 4 comments of Akash Chhabra

``` [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method init on channel com.ryanheise.just_audio.methods) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175) #1 MethodChannelJustAudio.init (package:just_audio_platform_interface/method_channel_just_audio.dart:13) #2 AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1255) [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method...

I am also getting similar issue! ![Screenshot from 2022-01-03 13-46-36](https://user-images.githubusercontent.com/28388650/147910513-7143f16d-9598-4292-9dd2-06479fbd6a17.png) System Info: ``` Gnome: 41 WM: Wayland Theme: WhiteSur-gtk-theme Distro: Manjaro 21.2.0 Kernel: 5.15.7-1 ```

It is not a problem with this extension, the issue is with the Blur my shell extension it breaks **dash to dock**!

``` --- - hosts: db become: yes pre_tasks: - name: Update repositories cache apt: update_cache: yes roles: - role: geerlingguy.postgresql vars: postgresql_users: - name: vagrant password: vagrant postgresql_databases: - name:...