fluttercandies/loading_more_list

[Bug report] Using LoadingMoreList in the app result in a blank page with no logs

Closed this issue · 1 comments

Version

6.0.0

Platforms

Android, iOS

Device Model

Iphone 6 (IOS 12), Android Emulator (SDK 34)

flutter info

[✓] Flutter (Channel stable, 3.19.1, on macOS 13.6.4 22G513 darwin-x64, locale en-US)
    • Flutter version 3.19.1 on channel stable at /Users/chym/Development/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision abb292a07e (3 months ago), 2024-02-20 14:35:05 -0800
    • Engine revision 04817c99c9
    • Dart version 3.3.0
    • DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/chym/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15C500b
    • CocoaPods version 1.15.2

[✓] Chrome - develop for the web
    • CHROME_EXECUTABLE = /Applications/Brave Browser.app/Contents/MacOS/Brave Browser

[✓] Android Studio (version 2023.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.7-11185874)

[✓] VS Code (version 1.89.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.88.0

[✓] Connected device (4 available)
    • sdk gphone64 x86 64 (mobile) • emulator-5554                            • android-x64    • Android 14 (API 34) (emulator)
    • iPhone 6 abc (mobile)        • a1e11a41a0f0a7348db11fadcf5437eb404463cd • ios            • iOS 12.5.7 16H81
    • macOS (desktop)              • macos                                    • darwin-x64     • macOS 13.6.4 22G513 darwin-x64
    • Chrome (web)                 • chrome                                   • web-javascript • Brave Browser 124.1.65.114

[✓] Network resources
    • All expected network resources are available.

How to reproduce?

LoadingMoreSliverList<FeedItem>(SliverListConfig<FeedItem>(
      sourceList: widget.source,
      itemBuilder: (context, item, index) {
        return RunCard(item: item);
      },
    ))

result in blank page

Logs

No response

Example code (optional)

No response

Contact

No response

LoadingMoreSliverList must be a sliver of LoadingMoreCustomScrollView