serenader2014 / flutter_carousel_slider

A flutter carousel widget, support infinite scroll, and custom child widget.
https://pub.dev/packages/carousel_slider
MIT License
1.55k stars 516 forks source link

fix flutter3.0 PageStorageBucket #428

Open ismanong opened 6 months ago

ismanong commented 6 months ago

fix

Target dart2js failed: ProcessException: Process exited abnormally:
/C:/Users/52644/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/carousel_slider-4.2.1/lib/carousel_slider.dart:358:33:
Warning: Operand of null-aware operation '?.' has type 'PageStorageBucket' which excludes null.
 - 'PageStorageBucket' is from 'package:flutter/src/widgets/page_storage.dart' ('/D:/_sdk/flutter/packages/flutter/lib/src/widgets/page_storage.dart').
                    PageStorage.of(storageContext)?.readState(storageContext)
talisonfc commented 6 months ago

I've received the same error. Nobody to analyze and accept this PR?

electriko3 commented 1 month ago

Need this fix for web build Pipeline