blackmann / story_view

Story view for apps with stories.
BSD 3-Clause "New" or "Revised" License
417 stars 342 forks source link

Use FractionallySizedBox to set width to half of parent #153

Open jadenwjh opened 1 year ago

jadenwjh commented 1 year ago
Screenshot 2022-10-27 at 6 53 10 PM

Current issue: Width of GestureDetector is not exactly half of the parent. Issue caused by the fix width set using SizedBox at 70px.

Fix: To use FractionallySizedBox to set widthFactor as half. Tested on both iOS and Redmi (Android) device.