Skip to content

Commit

Permalink
CHANGELOG: add notes for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Jun 6, 2023
1 parent 95e9edc commit 993c03b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.0

* Migrated to pigeon for platform messages
* Fixed invalid podspec configurations

## 0.0.1

* Implemented iOS plugin
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.0.0"
sdks:
dart: ">=3.0.0-266.0.dev <4.0.0"
flutter: ">=2.5.0"
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: widget_kit_plugin
description: A library for interfacing with a small subset of the WidgetKit API.
version: 0.0.1
version: 0.0.0
homepage: https://github.com/gameflow-tv/widget_kit
repository: https://github.com/gameflow-tv/widget_kit

screenshots:
- description: A WidgetKit illustration
path: assets/widgetkit.png

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=2.5.0"
Expand Down

0 comments on commit 993c03b

Please sign in to comment.