chore(realease): bump to v0.2.4

This commit is contained in:
Harsh Bhikadia 2023-05-20 22:16:15 +05:30
parent 744f499a67
commit 70e3615e08
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
## 0.2.4
* **FEAT**: added support for ByteArrays (#19)
* **FIX**: example: migrate to null-safety
## 0.2.3 ## 0.2.3
* **FIX**: encode URI and ArrayList in JSON data (#14) * **FIX**: encode URI and ArrayList in JSON data (#14)

View file

@ -1,10 +1,10 @@
name: receive_intent name: receive_intent
description: Flutter plugin for passing Android Intents to the Flutter environment. description: Flutter plugin for passing Android Intents to the Flutter environment.
version: 0.2.3 version: 0.2.4
homepage: https://github.com/daadu/receive_intent homepage: https://github.com/daadu/receive_intent
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.20.0" flutter: ">=1.20.0"
dependencies: dependencies: