Skip to content

Commit

Permalink
upgrading to 0.1.3 version of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
joanpablo committed May 29, 2018
1 parent 48423dc commit d244eb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.3] - 2018-05-29
* Error in Android 4.x because of missing permission 'READ_PROFILE' fixed
* Updated Flutter environment sdk to ">=1.19.0 <2.0.0"
* Example app code refactoring

## [0.1.2] - 2018-05-26
* Photo and thumbnail of a contact get loaded with the contact, no need to request them later.
* Example app UI slightly enhanced.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ For help on editing plugin code, view the [documentation](https://flutter.io/pla

## Installation and Usage

Once you're familiar with Flutter you may install this package adding `sms` (0.1.2 or higher) to the dependencies list
Once you're familiar with Flutter you may install this package adding `sms` (0.1.3 or higher) to the dependencies list
of the `pubspec.yaml` file as follow:

```yaml
dependencies:
flutter:
sdk: flutter

sms: ^0.1.2
sms: ^0.1.3
```
Then run the command `flutter packages get` on the console.
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: sms
description: SMS library for Flutter applications. Its allow to send, receive, query sms messages, sms delivery and query contacts info. It exposes an easy and friendly API for developing a completely functional sms app in Flutter.
version: 0.1.2
version: 0.1.3
author: "babariviere <[email protected]>"
homepage: "https://github.com/babariviere/flutter_sms"

Expand Down

0 comments on commit d244eb3

Please sign in to comment.