Skip to content

Conversation

@mdrideout
Copy link

New feature to allow the developer to optionally enable the following features for each Showcase() widget:

  • Navigation icons (forward / back)
  • Counter / Pager to show where in the tutorial the user is
  • End icon that allows the user to end the tutorial early

Features are off by default. Parameters are optional to avoid breaking old instances.

Example Photo
example-showcase-with-nav

Showcase(
    key: _showcaseSettings,
    showTipCountIndex: true,
    showForwardBackNav: true,
    showEndIcon: true,
    description: ref.read(getMachineNavigationTipsProvider).getTipContent('settings_top'),
    child: Text(AppLocalizations.of(context)!.screenTitlesSettings, style: kTextStyleHeading2),
)

A developer could extend the Showcase() widget to pass their own default values.

@ujas-m-simformsolutions
Copy link
Contributor

Hey @mdrideout, thank you for your contribution. Can you please resolve conflicts so that we can review your PR.

@aditya-css aditya-css added the enhancement New feature or request label Mar 5, 2024
@Sahil-Simform
Copy link
Collaborator

Sahil-Simform commented Dec 3, 2024

Hi @mdrideout , Due to your inactivity we have chosen another PR #466 that achieves the same functionality so closing this PR now. Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Waiting for Reply

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants