Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladron authored and sowens-csd committed Mar 14, 2021
1 parent f4e9c2f commit 220d764
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion speech_to_text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 4.0.0-nullsafety
### New
* Now supports Flutter 2.0 / Dart 2.12 null safety features.

## 3.2.0
### New
* Now supports web as a platform
* Now supports web as a platform

## 3.1.0

Expand Down
2 changes: 2 additions & 0 deletions speech_to_text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ conversion or always on listening.

## Recent Updates

The 4.0.0 version adds null safety support.

The 3.2.0 version supports the web platform.

The 3.0.0 version uses the newer style of plugin development based on a common platform interface package.
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.2.0"
version: "4.0.0-nullsafety"
speech_to_text_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: speech_to_text
description: A Flutter plugin that exposes device specific speech to text recognition capability.
version: 3.2.0
version: 4.0.0-nullsafety
homepage: https://github.com/csdcorp/speech_to_text

environment:
Expand Down

0 comments on commit 220d764

Please sign in to comment.