Skip to content

Commit 61f0ca0

Browse files
chore: 🚚 Rename repository name
1 parent d8a5b6e commit 61f0ca0

File tree

7 files changed

+123
-122
lines changed

7 files changed

+123
-122
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Closes #1234
4545
!-->
4646

4747
<!-- Links -->
48-
[Contributor Guide]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/blob/master/CONTRIBUTING.md
48+
[Contributor Guide]: https://github.com/SimformSolutionsPvtLtd/showcaseview/blob/master/CONTRIBUTING.md
4949
[Conventional Commit]: https://conventionalcommits.org

CHANGELOG.md

Lines changed: 103 additions & 102 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

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

7272

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

162162

163-
[GitHub issue]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/new
164-
[GitHub issues]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/new
165-
[GitHub Discussion]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/discussions
163+
[GitHub issue]: https://github.com/SimformSolutionsPvtLtd/showcaseview/issues/new
164+
[GitHub issues]: https://github.com/SimformSolutionsPvtLtd/showcaseview/issues/new
165+
[GitHub Discussion]: https://github.com/SimformSolutionsPvtLtd/showcaseview/discussions
166166
[style guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
167167
[test writing guide]: https://docs.flutter.dev/cookbook/testing/unit/introduction
168168
[pubspec doc]: https://dart.dev/tools/pub/pubspec
169169
[conventional commit]: https://www.conventionalcommits.org
170170
[fork guide]: https://guides.github.com/activities/forking/#fork
171-
[PRs]: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pulls
172-
[gitmoji]: https://gist.github.com/parmentf/035de27d6ed1dce0b36a
171+
[PRs]: https://github.com/SimformSolutionsPvtLtd/showcaseview/pulls
172+
[gitmoji]: https://gist.github.com/parmentf/035de27d6ed1dce0b36a

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Showcase View - Simform LLC.](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/banner.png)
1+
![Showcase View - Simform LLC.](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/showcaseview/master/preview/banner.png)
22

33
# ShowCaseView
44

5-
[![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)
5+
[![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)
66
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-FC60A8?logo=awesome-lists)](https://github.com/Solido/awesome-flutter#ui-helpers)
77

88
A Flutter package that allows you to showcase/highlight your widgets step by step, providing
@@ -11,9 +11,9 @@ interactive tutorials for your application's UI.
1111
_Check out other amazing open-source [Flutter libraries](https://simform-flutter-packages.web.app) and [Mobile libraries](https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries) developed by Simform Solutions!_
1212

1313
## Preview
14-
_**For live web demo, visit [ShowcaseView Web Example](https://simformsolutionspvtltd.github.io/flutter_showcaseview/)**_
14+
_**For live web demo, visit [ShowcaseView Web Example](https://simformsolutionspvtltd.github.io/showcaseview/)**_
1515

16-
![The example app running on mobile](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/showcaseview.gif)
16+
![The example app running on mobile](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/showcaseview/master/preview/showcaseview.gif)
1717

1818
## Features
1919

@@ -29,7 +29,7 @@ _**For live web demo, visit [ShowcaseView Web Example](https://simformsolutionsp
2929
Version 5.0.0+ delivers exceptional performance improvements that make ShowcaseView faster and
3030
more efficient than ever:
3131

32-
![performance_boost](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/performance_boost.png)
32+
![performance_boost](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/showcaseview/master/preview/performance_boost.png)
3333

3434
> *Performance metrics based on internal benchmarking tests performed on a mid-tier android device.*
3535
@@ -59,7 +59,7 @@ dependencies:
5959
6060
## Support
6161
62-
For questions, issues, or feature requests, [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues) on GitHub or reach out via the GitHub Discussions tab. We're happy to help and encourage community contributions.
62+
For questions, issues, or feature requests, [create an issue](https://github.com/SimformSolutionsPvtLtd/showcaseview/issues) on GitHub or reach out via the GitHub Discussions tab. We're happy to help and encourage community contributions.
6363
To contribute documentation updates specifically, please make changes to the doc/documentation.md file and submit a pull request.
6464
6565
## License

doc/documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A Flutter package that allows you to showcase or highlight your widgets step by
44
interactive tutorials for your application's UI.
55

66
## Preview
7-
_**For live web demo, visit [ShowcaseView Web Example](https://simformsolutionspvtltd.github.io/flutter_showcaseview/)**_
7+
_**For live web demo, visit [ShowcaseView Web Example](https://simformsolutionspvtltd.github.io/showcaseview/)**_
88

9-
![The example app running on mobile](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_showcaseview/master/preview/showcaseview.gif)
9+
![The example app running on mobile](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/showcaseview/master/preview/showcaseview.gif)
1010

1111
## Features
1212

@@ -677,7 +677,7 @@ ShowCaseWidget(
677677
- Changed builder property to accept a function directly
678678

679679
For a complete list of changes and new features in each version, please refer to the [release
680-
notes](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/releases) on GitHub.
680+
notes](https://github.com/SimformSolutionsPvtLtd/showcaseview/releases) on GitHub.
681681

682682
# Contributors
683683

@@ -712,7 +712,7 @@ Contributions to the ShowCaseView package are welcome! Here's how you can contri
712712
- Update documentation as needed
713713
- Make sure all tests pass before submitting a pull request
714714

715-
For more information about contributing, please check the [GitHub repository](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview).
715+
For more information about contributing, please check the [GitHub repository](https://github.com/SimformSolutionsPvtLtd/showcaseview).
716716

717717
# License
718718

lib/src/showcase_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class ShowCaseWidgetState extends State<ShowCaseWidget> {
274274
/// [delay] is optional and it will be used to delay the start of showcase
275275
/// which is useful when animation may take some time to complete.
276276
///
277-
/// Refer this issue https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/378
277+
/// Refer this issue https://github.com/SimformSolutionsPvtLtd/showcaseview/issues/378
278278
@Deprecated(
279279
'This will be removed in v6.0.0. please use '
280280
'`ShowcaseView.get().startShowCase` instead',

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: showcaseview
22
description: A Flutter package to Showcase/Highlight widgets step by step.
33
version: 5.0.0
4-
issue_tracker: https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues
5-
repository: https://github.com/simformsolutions/flutter_showcaseview
4+
issue_tracker: https://github.com/SimformSolutionsPvtLtd/showcaseview/issues
5+
repository: https://github.com/simformsolutions/showcaseview
66

77
environment:
88
sdk: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)