introduction_screen
introduction_screen copied to clipboard
Add easily to your app an introduction screen to provide informations to new users
The version on the Readme was 3.0.1 so I changed it to 3.0.2 the latest
Can I suggest adding a new event to this otherwise excellent widget? Add a new 'canProgress' event that can be used to check whether it is valid to progress to...
Good day, thank you for the amazing package, however I have a little problem. I am putting buttons in my intro screen to navigate to different parts of the app,...
Using: v3.0.2 Flutter: 2.10.4 Emulator: Pixel 5 API 30 Resolution: 1080 x 2340 dp: 393x851  I haven't messed with the intro screens in ages, but suddenly noticed this overflow...
Gesture conflicts with introduction_screen's PageView & a child's (bodyWidget) vertical drag gesture
I've read a bit about the gesture system in Flutter and from [this article ](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f), when a parent and a child widget both are set to handle gestures, the priority...
This is a great package but would be even better if you could add the option to auto play through the intro pages until the last one where you then...
Is it possible to disable the next and done button temporary until my viewmodel meet that condition criteria? The point here would be that this specific viewmodel would be in...
This issue shows the problem: https://github.com/Pyozer/introduction_screen/issues/118 They solved it some other way. This pull request solves it by replacing the widget with a visibility widget allowing it to maintain its...
Is there a way to have the body text left aligned?