Skip to content

Conversation

@Sahil-Simform
Copy link
Collaborator

Description

  • Created documentation.md file for the simform documentation website
  • Updated readme.md to use the documentation website properly
  • Package website

Checklist

  • The title of my PR starts with a [Conventional Commit] prefix (fix:, feat:, docs: etc).
  • I have followed the [Contributor Guide] when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

@Sahil-Simform Sahil-Simform force-pushed the feat/add_doc_markdowns branch 7 times, most recently from ce498fa to 1275378 Compare May 12, 2025 11:22
@Sahil-Simform Sahil-Simform force-pushed the feat/add_doc_markdowns branch from 1275378 to 26cf1fc Compare May 12, 2025 15:29
@aditya-css aditya-css force-pushed the feat/add_doc_markdowns branch 6 times, most recently from 4c501b2 to c200d74 Compare May 16, 2025 12:15
@Sahil-Simform Sahil-Simform force-pushed the feat/add_doc_markdowns branch 2 times, most recently from 6c41847 to d630e4c Compare July 7, 2025 05:22
@aditya-css aditya-css force-pushed the feat/add_doc_markdowns branch from d630e4c to 3865252 Compare August 25, 2025 12:53
README.md Outdated
```dart
// This controller will be assigned to respected sctollview.
final _controller = ScrollController();
## Performance Gains on v5.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update this to 5.x.x or 5.0.0+

@aditya-css aditya-css force-pushed the feat/add_doc_markdowns branch 2 times, most recently from 0f32aab to 6daf451 Compare September 2, 2025 09:59
Comment on lines +401 to +423
## Multi-Showcase View

To show multiple showcases simultaneously, use the same key for multiple showcase widgets:

```dart
// Both will be displayed at the same time
Showcase(
key: _multiKey,
title: 'First Widget',
description: 'This is the first widget',
child: Icon(Icons.star),
),
Showcase(
key: _multiKey,
title: 'Second Widget',
description: 'This is the second widget',
child: Icon(Icons.favorite),
),
```

> **Note:** Auto-scroll does not work with multi-showcase, and properties of the first
> initialized showcase are used for common settings like barrier tap and colors.
Copy link

@hcooch2ch3 hcooch2ch3 Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since duplicated keys are no longer allowed in the latest version of this library, this statement is no longer valid and should be removed.

image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate keys were never allowed in this package, and now we have enabled it but haven't released it yet. Please use master branch for multiple showcase feature until we release a new version.

@aditya-css aditya-css force-pushed the feat/add_doc_markdowns branch from 6daf451 to db835ce Compare September 17, 2025 04:08
@vatsaltanna-simformsolutions vatsaltanna-simformsolutions merged commit e243f42 into master Sep 17, 2025
2 checks passed
@vatsaltanna-simformsolutions vatsaltanna-simformsolutions deleted the feat/add_doc_markdowns branch September 17, 2025 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants