Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Dec 6, 2024
1 parent f3aadf1 commit c1bfce1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .flutter-plugins-dependencies

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.1] - 2024-12-06

* pubspec.yaml dependency updates

## [2.0.0] - 2024-11-25

* Refactor project for Nylo v6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
media_pro: ^2.0.0
media_pro: ^2.0.1
```
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 @@ -555,7 +555,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0"
version: "2.0.1"
meta:
dependency: transitive
description:
Expand All @@ -576,10 +576,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "7707ecaba8cee2defec4e0609d0e73e6b08a52b3432f6c5a373de6581fe973a9"
sha256: eea1cdd4f70b772ad770fbb100aa2252a57c5a90dff8bdcec49a38c20532f2c9
url: "https://pub.dev"
source: hosted
version: "6.6.0"
version: "6.8.0"
octo_image:
dependency: transitive
description:
Expand Down Expand Up @@ -885,10 +885,10 @@ packages:
dependency: transitive
description:
name: timezone
sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d"
sha256: ffc9d5f4d1193534ef051f9254063fa53d588609418c84299956c3db9383587d
url: "https://pub.dev"
source: hosted
version: "0.9.4"
version: "0.10.0"
typed_data:
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 @@ -6,7 +6,7 @@ export '/widgets/single_image_picker_widget.dart';
export '/widgets/grid_image_picker_widget.dart';

/// MediaPro version
const String _mediaProVersion = '2.0.0';
const String _mediaProVersion = '2.0.1';

/// MediaPro class
class MediaPro {
Expand Down
7 changes: 2 additions & 5 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: 2.0.0
version: 2.0.1
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,14 +22,11 @@ dependencies:
pretty_dio_logger: ^1.4.0
flutter_draggable_gridview: ^0.0.12
dio: ^5.7.0
nylo_support: ^6.6.0
nylo_support: ^6.8.0
flutter:
sdk: flutter
mime: ^2.0.0

dependency_overrides:
rxdart: ^0.28.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit c1bfce1

Please sign in to comment.