blackmann / story_view

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

I would like to select a clickable link for the subtitle feature but this feature is not available, do you have any suggestions? #180

Open kodcubey opened 5 months ago

kodcubey commented 5 months ago

caption: Text(
                                                "https://www.google.com.tr",
                                                style: TextStyle(
                                                  color: Colors.white,
                                                  backgroundColor:
                                                      Colors.black54,
                                                  fontSize: screenWidth * 0.045,
                                                ),
                                              ),
geekpius commented 5 months ago

This package allows you to customize how ever you want them. You could do this and add it to story view item

AmitBhandari7777 commented 3 weeks ago

I tried to use custom StoryItem, but still, the button in custom widget is blocked by story view