MH Shifat
MH Shifat
**Describe the bug** AttributeError: 'bytes' object has no attribute 'linux_distribution' **To Reproduce** Steps to reproduce the behavior: print(distro.linux_distribution(full_distribution_name=False)) **Expected behavior** print the distro name : Debian **Desktop (please complete the...
The head points of previous commit was not deleted from the README.md file and it was looking very weird there.
```dart var shit = await DeviceApps.openAppSettings(app.packageName); Navigator.pop(context, [apps, sortType]); print(shit); ``` await returns false.. I wanted to open any random app's setting on lonpressed but it is returning false. I...