cupertino_onboarding icon indicating copy to clipboard operation
cupertino_onboarding copied to clipboard

Flutter package that provides a beautiful, iOS-like, easy onboarding experience with minimal code.

Results 7 cupertino_onboarding issues
Sort by recently updated
recently updated
newest added

Added PageController to control CupertinoOnboardingPage pages and updated very_good_analysis dependency.

this is my code: ```return CupertinoOnboarding( bottomButtonColor: Colors.blue, pages: [ CupertinoOnboardingPage( title: const Column( children: [ Text( '登录以开启', style: AppStyles.titleLarge, ), Text( '学习之旅', style: AppStyles.titleLarge, ), ], ), body: ListView.separated(...

Hello! Thanks for the great package! The titleFlex parameter did not work for me because you did not include it in the widget code. I fixed this, now when I...

## Description: The onPressedOnLastPage method in the Cupertino Onboarding library has a bug where if the user accidentally clicks the final continue button twice before it goes away, the app...

bug

Usually, if there is "Continue" on bottomButton, on the last slide/page, we should be able to change bottomButton text to something else, for example, "Get Started". I think it is...

enhancement

This pull request fixes the padding issue in the onboarding page. Previously: const EdgeInsets _kOnboardingPagePadding = EdgeInsets.only(left: 35, right: 15); Issue: The icon was placed 20 pixels closer to the...

Expected type int in the latest version of dots_indicator (3.0.0) `/Users/_/.pub-cache/hosted/pub.dev/cupertino_onboarding-1.3.0/lib/src/cupertino_onboarding.dart:172:27: Error: The argument type 'double' can't be assigned to the parameter type 'int'. position: _currentPageAsDouble, ^ Target kernel_snapshot_program failed:...