duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

check box don't show again #83

Closed adlucio87 closed 4 years ago

adlucio87 commented 4 years ago

Hi guys, thank you for your awesome packages. Is it possible to add a checkbox into the slider? I like to show the slider every time opening the app, then if checked don't show again i will hide it. Thanks, Andrea

duytq94 commented 4 years ago

I think it's possible, just add checkbox widget to your slide, then use a local storage to write down user's option. Every time start your app, check this data to whether show or hide the slider.