Skip to content

Commit

Permalink
release: release animation_player 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Mar 10, 2021
1 parent edce0c2 commit 17e3c78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,4 @@ Please file any issues, bugs, or feature requests in the [main kraken
repo](https://github.com/openkraken/kraken/issues/new).

Issues pertaining to this repository are [labeled
"plugin"](https://github.com/openkraken/kraken/labels/plugin).

## Contributing

If you wish to contribute a new plugin to the Kraken ecosystem, please
see the documentation for [developing packages](https://flutter.dev/developing-packages/) and
[platform channels](https://flutter.dev/platform-channels/). You can store
your plugin source code in any GitHub repository (the present repo is only
intended for plugins developed by the core Flutter team). Once your plugin
is ready you can [publish](https://flutter.dev/developing-packages/#publish)
to the [pub repository](https://pub.dev/).

If you wish to contribute a change to any of the existing plugins in this repo,
please review our [contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md),
and send a [pull request](https://github.com/flutter/plugins/pulls).
"plugin"](https://github.com/openkraken/kraken/labels/plugin).
5 changes: 5 additions & 0 deletions packages/kraken_animation_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.2

* upgrade kraken to 0.6.6


## 0.0.1

* migrate from kraken project.
4 changes: 2 additions & 2 deletions packages/kraken_animation_player/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kraken_animation_player
description: A kraken plugin which provide `<animation-player />` tags to play animation format files.
version: 0.0.1
version: 0.0.2
homepage: https://openkraken.com

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flare_flutter: ^2.0.1
kraken: 0.6.5
kraken: ^0.6.6

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 17e3c78

Please sign in to comment.