flutter-intro-slider icon indicating copy to clipboard operation
flutter-intro-slider copied to clipboard

Simple and configurable app introduction slider for Flutter

Results 19 flutter-intro-slider issues
Sort by recently updated
recently updated
newest added

Hi, First of all thank you for your package. In my app I would like to set the "NEXT" button and the "SKIP" button (with all the dots) with more...

enhancement

I'd like to resurrect https://github.com/duytq94/flutter-intro-slider/issues/18 because indeed hot reload would be very useful. For me, it's not working even when I use the suggested ``` Navigator.pushReplacement( context, MaterialPageRoute(builder: (context) =>...

``` 'package:flutter/src/widgets/container.dart': Failed assertion: line 267 pos 15: 'margin == null || margin.isNonNegative': is not true. #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:51:61) #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:40:5) #2 new Container (package:flutter/src/widgets/container.dart:267:15) #3 IntroSliderState.renderNav (package:intro_slider/src/intro_slider_widget.dart:664:34) #4...

May be set excludeFromSemantics = true in GestureDetector? Google Play shows an accessibility warning

Please add into config parameter sliderTime which will control showing slide(not all sliders - for each slider) time in seconds

Hi , I'm on RTL local ar interface , but my client want to force the slider to move from left to right , as en locale , I used...

I'd like to add some analytics to the intro slider, and want to suggest a couple of changes. Happy to send a PR if you think these are good ideas:...

Please update plugin according last flutter/gladle rules

Hi first off, great package. However, what I noticed is that when I change attributes in the widget, it is not reflected in the UI. This is because the attributes...