Rafael

Results 5 comments of Rafael

Olá senhores, acredito que essa funcionalidade é urgente.

> > Olá senhores, acredito que essa funcionalidade é urgente. > > A funcionalidade já é parte do SPI. Só não tem padronização de API, e a dúvida é se...

So I was able to fix this in my case using AutomaticKeepAliveClientMixin ``` @override void initState() { widget.moduleController.pagingController .addPageRequestListener(_requestListener); super.initState(); } ``` The initState was duplicating the request listeners.

> Hello, we are using a library to authenticate to Identity Server. Just to customize the window we need a message "You can close this window", in its place we...