Skip to content

Commit 112c660

Browse files
fix package version
fix readme preview file
1 parent d335cbd commit 112c660

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
![showcase_tutorial - Simform LLC.](https://github.com/abdelrahman-abied/showcase_tutorial/blob/master/preview/banner.png?raw=true)
2-
3-
41
# ShowCaseView
52

6-
[![Build](https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/workflows/Build/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)
3+
[![showcaseview](https://img.shields.io/pub/v/showcaseview?label=showcaseview)](https://pub.dev/packages/showcase_tutorial)
74

85
A Flutter package allows you to Showcase/Highlight your widgets step by step.
96

107
## Preview
118

12-
![The example app running in Android](https://github.com/abdelrahman-abied/showcase_tutorial/blob/master/preview/showcaseview.gif)
9+
![The example app running in Android](https://github.com/abdelrahman-abied/showcase_tutorial/blob/main/preview/showcaseview.gif)
1310

1411
## Migration guide for release 2.0.0
1512
Renamed properties/fields of widgets mentioned below in the table.

pubspec.yaml

+4-4
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.
3-
version: 2.0.1
4-
homepage: https://github.com/simformsolutions/flutter_showcaseview
5-
issue_tracker: https://github.com/simformsolutions/flutter_showcaseview/issues
3+
version: 1.0.0
4+
homepage: https://github.com/abdelrahman-abied/showcase_tutorial
5+
issue_tracker: https://github.com/abdelrahman-abied/showcase_tutorial/issues
66

77
environment:
88
sdk: '>=2.12.0 <3.0.0'
@@ -14,6 +14,6 @@ dependencies:
1414
dev_dependencies:
1515
flutter_test:
1616
sdk: flutter
17-
flutter_lints: ^2.0.1
17+
flutter_lints: ^2.0.3
1818

1919
flutter:

0 commit comments

Comments
 (0)