Skip to content

Commit

Permalink
fix example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TNorbury committed May 6, 2020
1 parent 91c6cb1 commit 3a36c6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2020-05-06
* Fix example in readme

## [1.0.1] - 2020-05-06
* Updated dependencies
* Verified everything works with Flutter 1.17
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In your Flutter project, add the package to your dependencies
```yml
dependencies:
...
flutter_fader: ^1.0.1
flutter_fader: ^1.0.2
```
## Usage example
Expand All @@ -25,7 +25,7 @@ Examples of how to use the widget, and that can also be ran on your device, can
Import the fader package
```dart
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter_fader/flutter_fader.dart';
```

Create a fader controller, this allows you to control when the Fader fades in or out
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: flutter_fader
description: A flutter widget that allows you to fade a child widget in and out. When faded out the child widget is removed from the tree (it can't be interacted with
version: 1.0.1
version: 1.0.2
repository: https://github.com/TNorbury/flutter-fader
homepage: https://github.com/TNorbury/flutter-fader
issue_tracker: https://github.com/TNorbury/flutter-fader/issues
Expand Down

0 comments on commit 3a36c6a

Please sign in to comment.