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

[web] 4.0.0 lost web support #136

Closed SirBarksALot closed 2 years ago

SirBarksALot commented 2 years ago

When upgrading from 3.0.10 to 4.0.0 the package lost support for web. I am getting Unsupported operation: Platform._operatingSystem on 4.0.0 on web, whereas on 3.0.10 the package works perfectly fine on all platforms.

Flutter 3.3.2

duytq94 commented 2 years ago

Thanks, I'll check it

duytq94 commented 2 years ago

I just switched to ver 3.0.10 and ran the example, it still hasn't supported web, the info in pub dev also explains this issue, are you missing something? Screen Shot 2022-09-26 at 5 23 56 PM

Anw, I'll find the way to support web soon

SirBarksALot commented 2 years ago

Well, it works on web (3.0.10) 🗡️

duytq94 commented 2 years ago

I fixed it at 4.1.0 Screen Shot 2022-09-26 at 10 08 56 PM