mateoKutnjak

Results 5 comments of mateoKutnjak

I like the idea of using `auto_route` package. Wouldn't you rather use `AutoRouteWrapper` to avoid creating `HomeWrapper ` widget? So in your example `Home` widget would implement `AutoRouteWrapper` and implement...

Do a project search for `flutter_tts_web` and remove import it if you don't need it.

> his plugin to schedule the first part of your sync process, then let it schedule the Sure. That seems doable. When Owner database table is synced with server (POST...

Create custom view that inherits LoginView ``` from rest_auth.registration.views import LoginView ... class LoginViewCustom(LoginView): authentication_classes = (TokenAuthentication,) def post(self, request, *args, **kwargs): response = super().post(request, *args, **kwargs) user_serializer_data = UserSerializer(self.user,...

No, beside fewer API calls there is no advantage. Ok. Leave it open, maybe someone else can think of advantages. Thanks for quick response