diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdcb3b..51a6183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ - Support for groups - Edit & Delete messages - Switched to FFmpeg for improved video compression - - Video max. length increased to 60 seconds - - Removing audio after recording is possible - - Edited image is now embedded into the video +- Video max. length increased to 60 seconds +- Removing audio after recording is possible +- Edited image is now embedded into the video - New context menu and other UI enhancements - Client-to-client protocol migrated to Protocol Buffers (Protobuf) - Database identifiers converted to UUIDs diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 00f096a..440ffc5 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -9,10 +9,10 @@ PODS: - Flutter - device_info_plus (0.0.1): - Flutter - - ffmpeg_kit_flutter_new_min_gpl (7.1.1): - - ffmpeg_kit_flutter_new_min_gpl/min-gpl (= 7.1.1) + - ffmpeg_kit_flutter_new (1.0.0): + - ffmpeg_kit_flutter_new/full-gpl (= 1.0.0) - Flutter - - ffmpeg_kit_flutter_new_min_gpl/min-gpl (7.1.1): + - ffmpeg_kit_flutter_new/full-gpl (1.0.0): - Flutter - Firebase (12.4.0): - Firebase/Core (= 12.4.0) @@ -241,9 +241,6 @@ PODS: - video_player_avfoundation (0.0.1): - Flutter - FlutterMacOS - - video_thumbnail (0.0.1): - - Flutter - - libwebp DEPENDENCIES: - background_downloader (from `.symlinks/plugins/background_downloader/ios`) @@ -251,7 +248,7 @@ DEPENDENCIES: - connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`) - cryptography_flutter_plus (from `.symlinks/plugins/cryptography_flutter_plus/ios`) - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) - - ffmpeg_kit_flutter_new_min_gpl (from `.symlinks/plugins/ffmpeg_kit_flutter_new_min_gpl/ios`) + - ffmpeg_kit_flutter_new (from `.symlinks/plugins/ffmpeg_kit_flutter_new/ios`) - Firebase - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) @@ -280,7 +277,6 @@ DEPENDENCIES: - SwiftProtobuf - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`) - - video_thumbnail (from `.symlinks/plugins/video_thumbnail/ios`) SPEC REPOS: trunk: @@ -315,8 +311,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/cryptography_flutter_plus/ios" device_info_plus: :path: ".symlinks/plugins/device_info_plus/ios" - ffmpeg_kit_flutter_new_min_gpl: - :path: ".symlinks/plugins/ffmpeg_kit_flutter_new_min_gpl/ios" + ffmpeg_kit_flutter_new: + :path: ".symlinks/plugins/ffmpeg_kit_flutter_new/ios" firebase_core: :path: ".symlinks/plugins/firebase_core/ios" firebase_messaging: @@ -361,8 +357,6 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/url_launcher_ios/ios" video_player_avfoundation: :path: ".symlinks/plugins/video_player_avfoundation/darwin" - video_thumbnail: - :path: ".symlinks/plugins/video_thumbnail/ios" SPEC CHECKSUMS: background_downloader: 50e91d979067b82081aba359d7d916b3ba5fadad @@ -370,7 +364,7 @@ SPEC CHECKSUMS: connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd cryptography_flutter_plus: 44f4e9e4079395fcbb3e7809c0ac2c6ae2d9576f device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe - ffmpeg_kit_flutter_new_min_gpl: 79212bc20869b4e12ec06705724c26b016e9d58e + ffmpeg_kit_flutter_new: 12426a19f10ac81186c67c6ebc4717f8f4364b7f Firebase: f07b15ae5a6ec0f93713e30b923d9970d144af3e firebase_core: 744984dbbed8b3036abf34f0b98d80f130a7e464 firebase_messaging: 82c70650c426a0a14873e1acdb9ec2b443c4e8b4 @@ -412,7 +406,6 @@ SPEC CHECKSUMS: SwiftProtobuf: 81e341191afbddd64aa031bd12862dccfab2f639 url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b video_player_avfoundation: dd410b52df6d2466a42d28550e33e4146928280a - video_thumbnail: b637e0ad5f588ca9945f6e2c927f73a69a661140 PODFILE CHECKSUM: 47470fbd5b59affa461eaf943ac57acce81e0ee8 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 3b02435..2997989 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -263,8 +263,8 @@ D21FCEAC2D9F2B750088701D /* Embed Foundation Extensions */, 9705A1C41CF9048500538489 /* Embed Frameworks */, 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - A3027D78D4FF6E79C9EFD470 /* [CP] Copy Pods Resources */, 32D7521D6B8F508A844DBC22 /* [CP] Embed Pods Frameworks */, + A7154597C13DDED7C7F2355C /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -485,7 +485,7 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - A3027D78D4FF6E79C9EFD470 /* [CP] Copy Pods Resources */ = { + A7154597C13DDED7C7F2355C /* [CP] Copy Pods Resources */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( diff --git a/pubspec.lock b/pubspec.lock index 7e04a56..eb37e53 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1827,14 +1827,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.4.0" - video_thumbnail: - dependency: "direct main" - description: - name: video_thumbnail - sha256: "181a0c205b353918954a881f53a3441476b9e301641688a581e0c13f00dc588b" - url: "https://pub.dev" - source: hosted - version: "0.5.6" vm_service: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bdde2b1..2984317 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -69,7 +69,6 @@ dependencies: tutorial_coach_mark: ^1.3.0 url_launcher: ^6.3.1 video_player: ^2.9.5 - video_thumbnail: ^0.5.6 web_socket_channel: ^3.0.1 dependency_overrides: