fliermanrw

Results 2 comments of fliermanrw

> Hi! I want to get access to _authenticatedUser which is in UserModel from ProductsModel. > What is the most effective way to get it? > I guess i can...

I tried the solution from @chanyap92 and it worked. Like this: Simply adding round() to _controller.page in the initState solved the problem for me.. `.......new Timer.periodic(widget.autoplayDuration, (_) { if(_controller.page.round() ==...