Skip to content

Commit

Permalink
change: replace image_crop package by insta_assets_crop
Browse files Browse the repository at this point in the history
- Include sample image size fix on android in image_crop (lykhonis/image_crop#75)
- Rename `InstaAssetsCrop` into `InstaAssetsCropData` to avoid conflict
  • Loading branch information
LeGoffMael committed Mar 3, 2023
1 parent f0b2462 commit fd9d40b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 966 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- image_crop (0.0.1):
- insta_assets_crop (0.0.1):
- Flutter
- path_provider_foundation (0.0.1):
- Flutter
Expand All @@ -13,16 +13,16 @@ PODS:

DEPENDENCIES:
- Flutter (from `Flutter`)
- image_crop (from `.symlinks/plugins/image_crop/ios`)
- insta_assets_crop (from `.symlinks/plugins/insta_assets_crop/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`)
- photo_manager (from `.symlinks/plugins/photo_manager/ios`)
- video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/ios`)

EXTERNAL SOURCES:
Flutter:
:path: Flutter
image_crop:
:path: ".symlinks/plugins/image_crop/ios"
insta_assets_crop:
:path: ".symlinks/plugins/insta_assets_crop/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/ios"
photo_manager:
Expand All @@ -32,7 +32,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
image_crop: e0a67085d3ebf3cf46ca46d61c53a082507b0bc3
insta_assets_crop: 46c0be4cbfe48cff466b6924ec93b77f656ebaa8
path_provider_foundation: 37748e03f12783f9de2cb2c4eadfaa25fe6d4852
photo_manager: 4f6810b7dfc4feb03b461ac1a70dacf91fba7604
video_player_avfoundation: e489aac24ef5cf7af82702979ed16f2a5ef84cff
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.2"
image_crop:
insta_assets_crop:
dependency: transitive
description:
name: image_crop
name: insta_assets_crop
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1"
version: "0.0.1"
insta_assets_picker:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/insta_assets_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library insta_assets_picker;

export 'src/assets_picker.dart';
export 'src/insta_assets_crop_controller.dart'
show InstaAssetsExportDetails, InstaAssetsCrop;
show InstaAssetsExportDetails, InstaAssetsCropData;
export 'package:wechat_assets_picker/wechat_assets_picker.dart'
show AssetEntity, AssetEntityImageProvider, DefaultAssetPickerProvider;
export 'package:wechat_assets_picker/src/delegates/asset_picker_text_delegate.dart';
19 changes: 0 additions & 19 deletions lib/src/custom_packages/image_crop/README.md

This file was deleted.

Loading

0 comments on commit fd9d40b

Please sign in to comment.