Skip to content

CupertinoSliverRefreshControll not work on Android #21820

@ghost

Description

Steps to Reproduce

CupertinoSliverRefreshControll not work on Android. On iOS works perfectly

new CustomScrollView(
          slivers: <Widget>[
            new  CupertinoSliverRefreshControl(
              onRefresh: ,
            ),
            new SliverSafeArea(
              top: true, 
              sliver: new SliverPadding(
                sliver: new SliverList(
                  delegate: new SliverChildBuilderDelegate(
                        (context, index) => ,
                    childCount: ....,
                  ),
                ),
              ),
            ),
          ],
        );

screenshot_1536847924 2 2
simulator screen shot - iphone x - 2018-09-13 at 17 12 26 2

[✓] Flutter (Channel master, v0.8.3-pre.24, on Mac OS X 10.13.6 17G2307, locale ru-RU)
    • Flutter version 0.8.3-pre.24 at /users/tencar/development/flutter
    • Framework revision 387948a239 (2 days ago), 2018-09-11 08:51:42 +0200
    • Engine revision e65beb89da
    • Dart version 2.1.0-dev.4.0.flutter-ef72098353

[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
    • Android SDK at /Users/tencar/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-27, build-tools 27.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
    • All Android licenses accepted.

[!] iOS toolchain - develop for iOS devices (Xcode 9.4.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 9.4.1, Build version 9F2000
    ✗ Verify that all connected devices have been paired with this computer in Xcode.
      If all devices have been paired, libimobiledevice and ideviceinstaller may require updating.
      To update, run:
        brew uninstall --ignore-dependencies libimobiledevice
        brew install --HEAD libimobiledevice
        brew install ideviceinstaller
    • ios-deploy 1.9.2
    • CocoaPods version 1.6.0.beta.1

[✓] Android Studio (version 3.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 28.0.1
    • Dart plugin version 173.4700
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)

[✓] Connected devices (3 available)
    • Android SDK built for x86 • emulator-5554                            • android-x86 • Android 8.0.0 (API 26) (emulator)
    • iPhone (Андрей)           • e09c97faece05a08ba4dad424760438835e7aa4b • ios         • iOS 11.4.1
    • iPhone X                  • 7C386461-A480-4EAA-B478-26142C473ED0     • ios         • iOS 11.4 (simulator)

! Doctor found issues in 1 category.

Metadata

Metadata

Labels

d: api docsIssues with https://api.flutter.dev/f: cupertinoflutter/packages/flutter/cupertino repositoryf: scrollingViewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions