mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: update iOS deployment target to 15.0

+43 -3
+40
ios/Podfile.lock
··· 7 7 - FlutterMacOS 8 8 - image_picker_ios (0.0.1): 9 9 - Flutter 10 + - ObjectBox (5.3.0-beta.4) 11 + - objectbox_flutter_libs (0.0.1): 12 + - Flutter 13 + - ObjectBox (= 5.3.0-beta.4) 10 14 - package_info_plus (0.4.5): 11 15 - Flutter 12 16 - permission_handler_apple (9.3.0): ··· 38 42 - sqlite3/perf-threadsafe 39 43 - sqlite3/rtree 40 44 - sqlite3/session 45 + - TensorFlowLiteC (2.12.0): 46 + - TensorFlowLiteC/Core (= 2.12.0) 47 + - TensorFlowLiteC/Core (2.12.0) 48 + - TensorFlowLiteC/CoreML (2.12.0): 49 + - TensorFlowLiteC/Core 50 + - TensorFlowLiteC/Metal (2.12.0): 51 + - TensorFlowLiteC/Core 52 + - TensorFlowLiteSwift (2.12.0): 53 + - TensorFlowLiteSwift/Core (= 2.12.0) 54 + - TensorFlowLiteSwift/Core (2.12.0): 55 + - TensorFlowLiteC (= 2.12.0) 56 + - TensorFlowLiteSwift/CoreML (2.12.0): 57 + - TensorFlowLiteC/CoreML (= 2.12.0) 58 + - TensorFlowLiteSwift/Core (= 2.12.0) 59 + - TensorFlowLiteSwift/Metal (2.12.0): 60 + - TensorFlowLiteC/Metal (= 2.12.0) 61 + - TensorFlowLiteSwift/Core (= 2.12.0) 62 + - tflite_flutter (0.0.1): 63 + - Flutter 64 + - TensorFlowLiteSwift (= 2.12.0) 65 + - TensorFlowLiteSwift/CoreML (= 2.12.0) 66 + - TensorFlowLiteSwift/Metal (= 2.12.0) 41 67 - url_launcher_ios (0.0.1): 42 68 - Flutter 43 69 - video_player_avfoundation (0.0.1): ··· 53 79 - Flutter (from `Flutter`) 54 80 - gal (from `.symlinks/plugins/gal/darwin`) 55 81 - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) 82 + - objectbox_flutter_libs (from `.symlinks/plugins/objectbox_flutter_libs/ios`) 56 83 - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) 57 84 - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) 58 85 - share_plus (from `.symlinks/plugins/share_plus/ios`) 59 86 - sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/darwin`) 87 + - tflite_flutter (from `.symlinks/plugins/tflite_flutter/ios`) 60 88 - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) 61 89 - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`) 62 90 - wakelock_plus (from `.symlinks/plugins/wakelock_plus/ios`) ··· 64 92 65 93 SPEC REPOS: 66 94 trunk: 95 + - ObjectBox 67 96 - sqlite3 97 + - TensorFlowLiteC 98 + - TensorFlowLiteSwift 68 99 69 100 EXTERNAL SOURCES: 70 101 connectivity_plus: ··· 75 106 :path: ".symlinks/plugins/gal/darwin" 76 107 image_picker_ios: 77 108 :path: ".symlinks/plugins/image_picker_ios/ios" 109 + objectbox_flutter_libs: 110 + :path: ".symlinks/plugins/objectbox_flutter_libs/ios" 78 111 package_info_plus: 79 112 :path: ".symlinks/plugins/package_info_plus/ios" 80 113 permission_handler_apple: ··· 83 116 :path: ".symlinks/plugins/share_plus/ios" 84 117 sqlite3_flutter_libs: 85 118 :path: ".symlinks/plugins/sqlite3_flutter_libs/darwin" 119 + tflite_flutter: 120 + :path: ".symlinks/plugins/tflite_flutter/ios" 86 121 url_launcher_ios: 87 122 :path: ".symlinks/plugins/url_launcher_ios/ios" 88 123 video_player_avfoundation: ··· 97 132 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 98 133 gal: baecd024ebfd13c441269ca7404792a7152fde89 99 134 image_picker_ios: e0ece4aa2a75771a7de3fa735d26d90817041326 135 + ObjectBox: eccb95ea2054c39d81dfa2d4ccc5f1e31187228a 136 + objectbox_flutter_libs: ed1510f71602e4a0d3f2a721324e468d066fdbb9 100 137 package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499 101 138 permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d 102 139 share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a 103 140 sqlite3: a51c07cf16e023d6c48abd5e5791a61a47354921 104 141 sqlite3_flutter_libs: b3e120efe9a82017e5552a620f696589ed4f62ab 142 + TensorFlowLiteC: 20785a69299185a379ba9852b6625f00afd7984a 143 + TensorFlowLiteSwift: 3a4928286e9e35bdd3e17970f48e53c80d25e793 144 + tflite_flutter: 64b192e11352fe36943ab6656e1d49207f1a5595 105 145 url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b 106 146 video_player_avfoundation: dd410b52df6d2466a42d28550e33e4146928280a 107 147 wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
+3 -3
ios/Runner.xcodeproj/project.pbxproj
··· 472 472 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 473 473 GCC_WARN_UNUSED_FUNCTION = YES; 474 474 GCC_WARN_UNUSED_VARIABLE = YES; 475 - IPHONEOS_DEPLOYMENT_TARGET = 13.0; 475 + IPHONEOS_DEPLOYMENT_TARGET = 15.0; 476 476 MTL_ENABLE_DEBUG_INFO = NO; 477 477 SDKROOT = iphoneos; 478 478 SUPPORTED_PLATFORMS = iphoneos; ··· 602 602 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 603 603 GCC_WARN_UNUSED_FUNCTION = YES; 604 604 GCC_WARN_UNUSED_VARIABLE = YES; 605 - IPHONEOS_DEPLOYMENT_TARGET = 13.0; 605 + IPHONEOS_DEPLOYMENT_TARGET = 15.0; 606 606 MTL_ENABLE_DEBUG_INFO = YES; 607 607 ONLY_ACTIVE_ARCH = YES; 608 608 SDKROOT = iphoneos; ··· 653 653 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 654 654 GCC_WARN_UNUSED_FUNCTION = YES; 655 655 GCC_WARN_UNUSED_VARIABLE = YES; 656 - IPHONEOS_DEPLOYMENT_TARGET = 13.0; 656 + IPHONEOS_DEPLOYMENT_TARGET = 15.0; 657 657 MTL_ENABLE_DEBUG_INFO = NO; 658 658 SDKROOT = iphoneos; 659 659 SUPPORTED_PLATFORMS = iphoneos;