Praveen Kumar

Results 44 comments of Praveen Kumar

> You can use this fork for now https://github.com/biklas7/auto_route_library/tree/chore/update-flutter-beta it's been working for me with the latest flutter beta version. @biklas7 How to use this folk in pubspec `Error on...

> @Hacker437 I use it like this: > > ``` > dependencies: > auto_route: ^3.1.3 > > dependency_overrides: > auto_route: > git: > url: [email protected]:biklas7/auto_route_library.git > ref: chore/update-flutter-beta > path:...

@alexbakker I would be happy to help into this issue > Create a separate DatabaseEntryGroup object for groups > * Fields: UUID, Name It looks like this has been implemented...

@alexbakker I have tested the latest release build and it seems to be working fine and color of navigation bar is same as background

> Is there an option to clock in the notificación and resume vídeo playing? @Warden20 I couldn't understand can you explain in detail

> When you use background play mode in Vlc and the notification appears in the notification panel you can click on the notification and the video will play in video...

> Generally not a big deal but I don't like how this implementation is more restrictive than the system settings one ([source code](https://android.googlesource.com/platform/packages/apps/Settings.git/+/refs/heads/main/src/com/android/settings/network/PrivateDnsModeDialogPreference.java#252)). I feel at the very least IDN's...

There was a problem with bottom sheet dialog displaying on landscape mode hence Bottom Sheet has been changed to a dialog ![Screenshot](https://github.com/karasevm/PrivateDNSAndroid/assets/68219142/c333c3a4-672f-4df3-bd1d-8c11fe195ae7)

> Works on dark mode, but consistently crashes for me on A14 and A13 Pixel AVDs on light mode Looks like i didnt implement the theme in light mode. Ready...

PR Coming soon