diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3b60b12..7a10f59 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -184,6 +184,8 @@ PODS: - SDWebImageWebPCoder (0.14.6): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.17) + - share_plus (0.0.1): + - Flutter - shared_preferences_foundation (0.0.1): - Flutter - FlutterMacOS @@ -244,6 +246,7 @@ DEPENDENCIES: - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) - restart_app (from `.symlinks/plugins/restart_app/ios`) + - share_plus (from `.symlinks/plugins/share_plus/ios`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) - sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/darwin`) @@ -308,6 +311,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/permission_handler_apple/ios" restart_app: :path: ".symlinks/plugins/restart_app/ios" + share_plus: + :path: ".symlinks/plugins/share_plus/ios" shared_preferences_foundation: :path: ".symlinks/plugins/shared_preferences_foundation/darwin" sqflite_darwin: @@ -356,6 +361,7 @@ SPEC CHECKSUMS: ScreenProtectorKit: 83a6281b02c7a5902ee6eac4f5045f674e902ae4 SDWebImage: f84b0feeb08d2d11e6a9b843cb06d75ebf5b8868 SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380 + share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7 sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 sqlite3: fc1400008a9b3525f5914ed715a5d1af0b8f4983 diff --git a/lib/src/providers/api/media_received.dart b/lib/src/providers/api/media_received.dart index 2b1a992..9edc564 100644 --- a/lib/src/providers/api/media_received.dart +++ b/lib/src/providers/api/media_received.dart @@ -322,8 +322,6 @@ Future purgeMediaFiles(Directory directory) async { // List all files in the directory List files = directory.listSync(); - List integerFilenames = []; - // Iterate over each file for (var file in files) { // Get the filename @@ -356,7 +354,5 @@ Future purgeMediaFiles(Directory directory) async { } } } - - print(integerFilenames); } } diff --git a/pubspec.yaml b/pubspec.yaml index a65c5bb..c84c158 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec # Prevent accidental publishing to pub.dev. publish_to: 'none' -version: 0.0.24+24 +version: 0.0.25+25 environment: sdk: ^3.6.0