Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Create logo license

* Add files via upload

* Update README.md

* Update README.md

* Delete hdpi.png

* Delete mdpi.png

* Delete xxxhdpi.png

* Delete xhdpi.png

* Delete xxhdpi.png

* Add files via upload

* Update README.md
  • Loading branch information
saifulfrank authored and Bastien Rivière committed Jun 8, 2018
1 parent d244eb3 commit c096ab6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Binary file added Logo/hdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Logo/logo license
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
Binary file added Logo/mdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logo/xhdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logo/xxhdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Logo/xxxhdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![xxhdpi](https://user-images.githubusercontent.com/37498811/41118114-d9cad440-6ab0-11e8-9254-68d6aac245be.png)


# Flutter SMS

This is an SMS library for flutter.
Expand Down Expand Up @@ -43,7 +46,7 @@ void main() {

```dart
List<SmsMessage> messages = await query.getAllSms;
```
```

**Note**: _the use of `await` keyword means that `getAllSms` is resolved asynchronously
and a Future is retorned._
Expand Down Expand Up @@ -206,6 +209,9 @@ void main() {
- [x] Contact Photo (full size, thumbnail)
- [x] User profile (basic info)

## App logo
Designed and created by <a href="https://github.com/saifulfrank">Imrul kayes</a>

## Contributions

Any contribution is welcome.

0 comments on commit c096ab6

Please sign in to comment.