Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase #1

Merged
merged 4 commits into from
Sep 3, 2019
Merged
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: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.1.2] - Fixed issue [#6](https://github.com/simformsolutions/flutter_showcaseview/issues/6).

## [0.1.1] - Fixed maintenance issues.

## [0.1.0] - Initial release on 22nd Augest, 2019.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It is inspired from [Fluttery's Flutter challange](https://www.youtube.com/watch

```dart
dependencies:
showcaseview: ^0.1.1
showcaseview: ^0.1.2
```

2. Import the package
Expand Down
2 changes: 1 addition & 1 deletion lib/showcase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ class _ShowcaseState extends State<Showcase> with TickerProviderStateMixin {

@override
void dispose() {
super.dispose();
_slideAnimationController.dispose();
super.dispose();
}

@override
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: showcaseview
description: A Flutter package to Showcase/Highlight widgets step by step.
version: 0.1.1
version: 0.1.2
author: Simform solutions <developer@simform.com>
homepage: https://github.com/simformsolutions/flutter_showcaseview
issue_tracker: https://github.com/simformsolutions/flutter_showcaseview/issues
Expand Down