aliyigitbireroglu/flutter-peek-and-pop

Flutter 1.12 support

Closed this issue · 4 comments

Hello. Flutter 12 is now in release so can you update the plugin to support newest version?
I've tried to run pretty_example on iPhone X iOS 13 and it has too much render bugs while usign peek and pop :

flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.
flutter: Another exception was thrown: A RenderFlex overflowed by 51 pixels on the bottom.
flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.
flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.
flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.
flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.
flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.
flutter: Another exception was thrown: RenderCustomMultiChildLayoutBox object was given an infinite size during layout.
flutter: Another exception was thrown: _RenderInkFeatures object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPhysicalModel object was given an infinite size during layout.
flutter: Another exception was thrown: RenderPositionedBox object was given an infinite size during layout.
flutter: Another exception was thrown: RenderAnimatedOpacity object was given an infinite size during layout.
flutter: Another exception was thrown: RenderExcludeSemantics object was given an infinite size during layout.

If you no longer support flutter's updates, can you change pubspec's flutter dependency to 1.9 from 2.0 ?

Hi,

I will check it as soon as possible, thank you for mentioning.

Hi,

I will check it as soon as possible, thank you for mentioning.

Thank you very much! I hope it will be not hard for you. :)

Hello again,

I am investigating the problem but it seems like changes were made to Flutter's gesture detection system which complicates the issue. I will probably need some time to revise the entire code because I don't think it can be fixed easily the way it is. I will notify when a new update is pushed.

Moved to this issue and closed.