Pankov Serge

Results 5 comments of Pankov Serge

@Maqcel seems i faced the same problem with AutoTabsScaffold, and successfully proceed to the next step with ```dart return MultiProvider( providers: [ ...AppDependencies.getProviders(), ], child: Portal( child: MaterialApp.router( theme: AppTheme.buildTheme(const...

Same here. I have implemented applinks with wildcard, but didn't get callback even for custom scheme. In case if wildcard not exist in entitlements, everything works as expected.

@pappzsolt100 your solution is not perfect and so complex. Quick workaround, but it's not clear too: ``` javascript outterView = UIView(frame: CGRectMake(sideMenuContainerView.frame.width, 0, sourceView.frame.width - sideMenuContainerView.frame.width, sourceView.frame.height)) outterView.backgroundColor = UIColor.clearColor()...