Rodinei Fagundes
Rodinei Fagundes
Wouldn't it be better to have the state inside slideActionConroller and instead of using stream parameters only calling slideActionController.goToIndex() or slideActionController.next()? One good example of this behavior is the PageViewController.
Put this on your config.xml and rebuild your app. ` Allow the app to use your camera `
should I cancel this pull request?
> Can you help me? i am reinstall pod - dont work > i write this line in code on my own - dont workd > What wrong? I think...
https://user-images.githubusercontent.com/24531420/135642603-3dd7a164-a877-438f-980a-0b4711521797.mov This is the current behavior that I have using flutter 2.5.1. May I open an issue to analyze it better?
You can do this: ``` class ImageViewerPageRoute extends MaterialPageRoute { ImageViewerPageRoute({required WidgetBuilder builder}) : super(builder: builder, maintainState: false); @override Widget buildTransitions(BuildContext context, Animation animation, Animation secondaryAnimation, Widget child) { return...
@GiancarloCode @WahdanZ Can you take a look on this PR?