card_swiper icon indicating copy to clipboard operation
card_swiper copied to clipboard

Crashes when window resized on web

Open sgehrman opened this issue 2 years ago • 3 comments

════════ Exception caught by widgets library ═══════════════════════════════════ The following assertion was thrown building Expanded(flex: 1): Assertion failed: ../…/widgets/scroll_controller.dart:107 _positions.isNotEmpty "ScrollController not attached to any scroll views."

The relevant error-causing widget was Swiper

sgehrman avatar Jan 05 '22 01:01 sgehrman

════════ Exception caught by widgets library ═══════════════════════════════════ Assertion failed: ../…/widgets/page_view.dart:172 positions.isNotEmpty "PageController.page cannot be accessed before a PageView is built with it."

The relevant error-causing widget was Swiper lib/…/start_panel/start_panel.dart:34

sgehrman avatar Jan 05 '22 01:01 sgehrman

This fork seems to work.

https://github.com/111coding/card_swiper

sgehrman avatar Jan 05 '22 01:01 sgehrman

@sgehrman : Please try latest version. I think it has fix of this.

TheAnkurPanchani avatar Mar 13 '22 09:03 TheAnkurPanchani