Skip to content

Commit

Permalink
v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed May 5, 2024
1 parent dd9d7dc commit f9fb7ae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.16] - 2024-05-05

* pubspec.yaml dependency updates

## [1.0.15] - 2024-05-02

* pubspec.yaml dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
media_pro: ^1.0.15
media_pro: ^1.0.16
```
or with Dart:
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: error_stack
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
sha256: a8fc8c21a0e471333d3787ef669f8e072ce7f29122b1b1448dded9dfdd51046f
url: "https://pub.dev"
source: hosted
version: "1.2.0"
version: "1.2.1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -435,7 +435,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.14"
version: "1.0.16"
meta:
dependency: transitive
description:
Expand All @@ -456,10 +456,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
sha256: "62fdd215433e17b0fb35b2214ec3aef727697bed95e488167cab36be1072979a"
url: "https://pub.dev"
source: hosted
version: "5.68.0"
version: "5.68.1"
octo_image:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/media_pro.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export '/widgets/single_image_picker_widget.dart';
export '/widgets/grid_image_picker_widget.dart';

/// MediaPro version
const String _mediaProVersion = '1.0.15';
const String _mediaProVersion = '1.0.16';

/// MediaPro class
class MediaPro {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_pro
description: "Media widgets for Flutter. Upload and display images from the gallery, camera and more."
version: 1.0.15
version: 1.0.16
homepage: https://nylo.dev
repository: https://github.com/nylo-core/media-pro
issue_tracker: https://github.com/nylo-core/media-pro/issues
Expand All @@ -22,7 +22,7 @@ dependencies:
pretty_dio_logger: ^1.3.1
flutter_draggable_gridview: ^0.0.12
dio: ^5.4.3+1
nylo_support: ^5.68.0
nylo_support: ^5.68.1
flutter:
sdk: flutter
mime: ^1.0.5
Expand Down

0 comments on commit f9fb7ae

Please sign in to comment.