ertgrulll / advstory

An advanced, complete story viewer for Flutter. Has support for images, videos, custom widget contents, gestures, interceptors, listeners, manipulators and much more.
https://advstory.sourcekod.com
MIT License
41 stars 33 forks source link

safearea on Iphone 10++ #32

Open devalensio opened 1 year ago

devalensio commented 1 year ago

Could you please add safe area to the story content.

Screen Shot 2023-01-09 at 12 58 12
milkyway044 commented 1 year ago

+1

ErnestGaisie commented 1 year ago

Yeah experiencing same here

ErnestGaisie commented 1 year ago

You can try this style: AdvStoryStyle( indicatorStyle: IndicatorStyle( padding: EdgeInsets.only( top: Get.statusBarHeight / 2, left: 8, right: 8))),