[READ ONLY MIRROR] Open Source TikTok alternative built on AT Protocol github.com/sprksocial/client
flutter atproto video dart
10
fork

Configure Feed

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

chore: update widgetbook minimum version

+5 -4
+4 -3
widgetbook/ios/Flutter/AppFrameworkInfo.plist
··· 1 - <?xml version="1.0" encoding="UTF-8"?> 2 - <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 1 + <?xml version="1.0" encoding="UTF-8" ?> 2 + <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 3 + "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 4 <plist version="1.0"> 4 5 <dict> 5 6 <key>CFBundleDevelopmentRegion</key> ··· 21 22 <key>CFBundleVersion</key> 22 23 <string>1.0</string> 23 24 <key>MinimumOSVersion</key> 24 - <string>13.0</string> 25 + <string>16.0</string> 25 26 </dict> 26 27 </plist>
+1 -1
widgetbook/ios/Podfile
··· 1 1 # Uncomment this line to define a global platform for your project 2 - # platform :ios, '13.0' 2 + # platform :ios, '16.0' 3 3 4 4 # CocoaPods analytics sends network stats synchronously affecting flutter build latency. 5 5 ENV['COCOAPODS_DISABLE_STATS'] = 'true'