Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Closes #1234
!-->

<!-- Links -->
[Contributor Guide]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/blob/master/CONTRIBUTING.md
[Contributor Guide]: https://github.com/SimformSolutionsPvtLtd/showcaseview/blob/master/CONTRIBUTING.md
[Conventional Commit]: https://conventionalcommits.org
194 changes: 97 additions & 97 deletions CHANGELOG.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ and it will be automatically reflected in the PR.
[file a bug or feature report][GitHub issues], so that we can discuss what direction to follow.
- [Fork the project][fork guide] on GitHub.
- Clone the forked repository to your local development machine
(e.g. `git clone [email protected]:<YOUR_GITHUB_USER>/flutter_showcaseview.git`).
(e.g. `git clone [email protected]:<YOUR_GITHUB_USER>/showcaseview.git`).


### Performing changes
Expand Down Expand Up @@ -160,13 +160,13 @@ There are a few things to think about when doing a release:
- Create a PR containing the updated changelog and `pubspec.yaml` files.


[GitHub issue]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/new
[GitHub issues]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/new
[GitHub Discussion]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/discussions
[GitHub issue]: https://github.com/SimformSolutionsPvtLtd/showcaseview/issues/new
[GitHub issues]: https://github.com/SimformSolutionsPvtLtd/showcaseview/issues/new
[GitHub Discussion]: https://github.com/SimformSolutionsPvtLtd/showcaseview/discussions
[style guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[test writing guide]: https://docs.flutter.dev/cookbook/testing/unit/introduction
[pubspec doc]: https://dart.dev/tools/pub/pubspec
[conventional commit]: https://www.conventionalcommits.org
[fork guide]: https://guides.github.com/activities/forking/#fork
[PRs]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pulls
[gitmoji]: https://gist.github.com/parmentf/035de27d6ed1dce0b36a
[PRs]: https://github.com/SimformSolutionsPvtLtd/showcaseview/pulls
[gitmoji]: https://gist.github.com/parmentf/035de27d6ed1dce0b36a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
![Showcase View - Simform LLC.](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/banner.png)
![Showcase View - Simform LLC.](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/showcaseview/master/preview/banner.png)


# ShowCaseView

[![Build](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/actions/workflows/flutter.yaml/badge.svg?branch=master)](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/actions) [![showcaseview](https://img.shields.io/pub/v/showcaseview?label=showcaseview)](https://pub.dev/packages/showcaseview)
[![Build](https://github.com/SimformSolutionsPvtLtd/showcaseview/actions/workflows/flutter.yaml/badge.svg?branch=master)](https://github.com/SimformSolutionsPvtLtd/showcaseview/actions) [![showcaseview](https://img.shields.io/pub/v/showcaseview?label=showcaseview)](https://pub.dev/packages/showcaseview)

A Flutter package allows you to Showcase/Highlight your widgets.

_Check out other amazing open-source [Flutter libraries](https://pub.dev/publishers/simform.com/packages) and [Mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries) developed by Simform Solutions!_

## Preview

![The example app running in Android](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/showcaseview.gif)
![The example app running in Android](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/showcaseview/master/preview/showcaseview.gif)

## Migration guide for release 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/src/showcase_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class ShowCaseWidgetState extends State<ShowCaseWidget> {
/// [delay] is optional and it will be used to delay the start of showcase
/// which is useful when animation may take some time to complete.
///
/// Refer this issue https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/378
/// Refer this issue https://github.com/SimformSolutionsPvtLtd/showcaseview/issues/378
@Deprecated(
'This will be removed in v6.0.0. please use '
'`ShowcaseView.get().startShowCase` instead',
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: showcaseview
description: A Flutter package to Showcase/Highlight widgets step by step.
version: 4.0.1
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues
repository: https://github.com/simformsolutions/flutter_showcaseview
issue_tracker: https://github.com/SimformSolutionsPvtLtd/showcaseview/issues
repository: https://github.com/simformsolutions/showcaseview

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down