Skip to content

Commit

Permalink
Update to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
biocarl committed Mar 25, 2019
1 parent e82b35c commit 169bb11
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGES

## 0.0.7
Fix crash when no range provided

## 0.0.6
Define a range for one animation cycle (see `range` field), +Several Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Currently only simple path elements without transforms are supported (see [Suppo
1. **Add dependency in your `pubspec.yaml`**
```yaml
dependencies:
drawing_animation: ^0.0.6
drawing_animation: ^0.0.7

```

Expand Down
2 changes: 1 addition & 1 deletion README_pub.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Currently only simple path elements without transforms are supported (see [Suppo
1. **Add dependency in your `pubspec.yaml`**
```yaml
dependencies:
drawing_animation: ^0.0.6
drawing_animation: ^0.0.7

```

Expand Down
2 changes: 1 addition & 1 deletion example/example_01/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
drawing_animation: ^0.0.6
drawing_animation: ^0.0.7
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion example/example_02/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
drawing_animation: ^0.0.6
drawing_animation: ^0.0.7

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion example/example_03/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
flutter:
sdk: flutter
url_launcher: ^4.2.0+1
drawing_animation: ^0.0.6
drawing_animation: ^0.0.7

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion example/example_04/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
dependencies:
flutter:
sdk: flutter
drawing_animation: ^0.0.6
drawing_animation: ^0.0.7
path_provider: ^0.5.0
simple_permissions: ^0.1.9
vector_math: any
Expand Down
2 changes: 1 addition & 1 deletion lib/drawing_animation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// 1. **Add dependency in your `pubspec.yaml`**
/// ```yaml
/// dependencies:
/// drawing_animation: ^0.0.6
/// drawing_animation: ^0.0.7
///
/// ```
///
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: drawing_animation
description: An dart-only library for gradually painting SVG path objects on canvas (drawing line animation).
version: 0.0.6
version: 0.0.7
author: Carl Hauck <[email protected]>
repository: https://github.com/biocarl/drawing_animation
homepage: https://twitter.com/cahaucks
Expand Down

0 comments on commit 169bb11

Please sign in to comment.