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

Hot reloading not working #110

Closed subzero911 closed 3 years ago

subzero911 commented 3 years ago

I change a button to something custom:

renderSkipBtn: Text(
        'very long text',
        softWrap: false,
        overflow: TextOverflow.visible,
        style: Theme.of(context).textTheme.button,
      ),

expected behaviour: SkipButton immediately changed after file saving actual behaviour: SkipButton remains unchanged until I reopen Intro screen. It makes debugging harsh.

duytq94 commented 3 years ago

Already exist here https://github.com/duytq94/flutter-intro-slider/issues/59 At the moment I haven't had time to deep dive into it, so if you have any suggestion, please tell us.