Skip to content

Commit

Permalink
feat: Upgrade photo_manager version to 3.x
Browse files Browse the repository at this point in the history
Signed-off-by: CaiJingLong <[email protected]>
  • Loading branch information
CaiJingLong committed Nov 13, 2023
1 parent 2203168 commit efe032e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ that can be found in the LICENSE file. -->

See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.

## Unchanged

- Bump photo_manager to 3.x version.
- Include photo_manager_image_provider.

## 4.1.0

### New features
Expand Down
1 change: 1 addition & 0 deletions example/lib/widgets/asset_widget_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// in the LICENSE file.

import 'package:flutter/material.dart';
import 'package:photo_manager_image_provider/photo_manager_image_provider.dart';
import 'package:wechat_camera_picker/wechat_camera_picker.dart';

class AssetWidgetBuilder extends StatelessWidget {
Expand Down
1 change: 1 addition & 0 deletions example/lib/widgets/preview_asset_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import 'dart:io';

import 'package:flutter/material.dart';
import 'package:photo_manager_image_provider/photo_manager_image_provider.dart';
import 'package:video_player/video_player.dart';
import 'package:wechat_camera_picker/wechat_camera_picker.dart';

Expand Down
1 change: 1 addition & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:

package_info_plus: ^4.0.0
video_player: ^2.7.0
photo_manager_image_provider: ^1.1.0

dev_dependencies:
flutter_lints: any
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
camera: ^0.10.0
camera_platform_interface: ^2.1.5
path: ^1.8.0
photo_manager: ^2.7.0
photo_manager: ^3.0.0-dev.1
sensors_plus: ^3.1.0
video_player: ^2.7.0

Expand Down

0 comments on commit efe032e

Please sign in to comment.