Skip to content

Commit

Permalink
Publish 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SNNafi committed Apr 11, 2024
1 parent c409adb commit 13a08e0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 58 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add supports for `application/octet-stream` mime type file </br>

## 0.0.4

Remove munual `MIME_TYPE` detection. Let the android decides this.
Remove manual `MIME_TYPE` detection. Let the android decides this.

## 0.0.5

Expand All @@ -27,4 +27,10 @@ Fix bug in native side due to gson in release mode.

## 0.0.7

Replace `FlutterActivity` with `Activity` to support all subclasses of `Activity`, thus resolving the casting errors.
Replace `FlutterActivity` with `Activity` to support all subclasses of `Activity`, thus resolving the casting errors.

## 0.0.8

`saveFile` now returns the file `Uri` if the operation is successful

Fix bugs while using special characters in file names
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ First, add `media_store_plus` as a dependency in your pubspec.yaml file.

```yaml
dependencies:
media_store_plus: ^0.0.7
media_store_plus: ^0.0.8
```
Don't forget to `flutter pub get`.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: media_store_plus
description: To use Android MediaStore API in Flutter, It supports both read & write operation in every android version through flutter.
version: 0.0.7
version: 0.0.8
homepage: https://github.com/SNNafi/media_store_plus

environment:
sdk: '>=2.18.4 <3.0.0'
sdk: '>=2.18.4 <4.0.0'
flutter: ">=2.5.0"

dependencies:
Expand Down
24 changes: 0 additions & 24 deletions test/media_store_plus_method_channel_test.dart

This file was deleted.

29 changes: 0 additions & 29 deletions test/media_store_plus_test.dart

This file was deleted.

0 comments on commit 13a08e0

Please sign in to comment.