Andrew Zakhartchouk

Results 9 comments of Andrew Zakhartchouk

Can you share the version of background_locator in your pubspec.yaml Also the code that starts the loaction service?

I could get it to work on both platforms, on emulators and real devices. Have you followed all the instructions in the wiki?

@mehdok I can confirm this occurs on real devices, regardless of Android version. But I did mainly test it on Android version 7 and 11. It happens as a result...

This might be a permissions issue. If you go to Settings > Location > Give your app the 'Allow all the time' permission. You could reach the permissions by going...

Can you share your code of the `FormBuilderDropdown` that is causing the problem?

If you declare _initialValue_, then you can't leave it blank. An easy fix is using a ternary operator `?` to make sure _initialValue_ always has a value. This includes having...

If I understand correctly, perhaps you're looking for conditional validation. There is a video from last year by SyntacOps that I think can help you out. https://youtu.be/7FBELQq808M?t=880 Check it out...

Unfortunately the out-of-the-box validators can't do it at this point. For now custom validators is the way, at least until @danvick gives a response.

Can you provide some code of what you have tried to do exactly?