[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: remove aprotodart override

+18 -29
+15 -17
pubspec.lock
··· 109 109 dependency: "direct main" 110 110 description: 111 111 name: atproto 112 - sha256: "160da2b0bc9207336aee4be8bf67a801f4eb2d7e7574550b2ab8e6bbac8728d4" 112 + sha256: "115944b8e4859bdaa0fe0d5162725ddf80269f14e79a33ab7ee05db972932ef9" 113 113 url: "https://pub.dev" 114 114 source: hosted 115 - version: "1.3.0" 115 + version: "1.4.1" 116 116 atproto_core: 117 117 dependency: "direct main" 118 118 description: 119 - path: "packages/atproto_core" 120 - ref: HEAD 121 - resolved-ref: "97db730543f6551e80f7e4043804d0fd36147e99" 122 - url: "https://github.com/knotbin/atproto.dart.git" 123 - source: git 124 - version: "1.1.0" 119 + name: atproto_core 120 + sha256: "76b8c6237cf0c446c2f056cd76723eb5d7993ecaf7f7cc417b1b6bf26d8f24ce" 121 + url: "https://pub.dev" 122 + source: hosted 123 + version: "1.2.0" 125 124 atproto_oauth: 126 - dependency: "direct overridden" 125 + dependency: transitive 127 126 description: 128 - path: "packages/atproto_oauth" 129 - ref: HEAD 130 - resolved-ref: "97db730543f6551e80f7e4043804d0fd36147e99" 131 - url: "https://github.com/knotbin/atproto.dart.git" 132 - source: git 133 - version: "0.1.2" 127 + name: atproto_oauth 128 + sha256: "42a3a98dae11eb8c2a8a83051ebda9d0a711aec998c280c4f94a1a7127ba0aed" 129 + url: "https://pub.dev" 130 + source: hosted 131 + version: "0.2.0" 134 132 audio_waveforms: 135 133 dependency: "direct main" 136 134 description: ··· 231 229 dependency: "direct main" 232 230 description: 233 231 name: bluesky 234 - sha256: "37b970b31b4b4b7ba0a6416f11133005854ae409f452e0d90266f465e35f33ae" 232 + sha256: "21539161860842fde4f03094d2e3f117624808b606c6a6f5905bf1238683dc4f" 235 233 url: "https://pub.dev" 236 234 source: hosted 237 - version: "1.3.0" 235 + version: "1.4.1" 238 236 boolean_selector: 239 237 dependency: transitive 240 238 description:
+3 -12
pubspec.yaml
··· 15 15 app_badge_plus: ^1.1.5 16 16 assets: 17 17 path: assets 18 - atproto: ^1.3.0 19 - atproto_core: ^1.1.0 18 + atproto: ^1.4.1 19 + atproto_core: ^1.2.0 20 20 audio_waveforms: ^2.0.2 21 21 audioplayers: ^6.5.1 22 22 auto_route: ^10.1.0+1 23 23 better_player_plus: ^1.1.5 24 - bluesky: ^1.3.0 24 + bluesky: ^1.4.1 25 25 cached_network_image: ^3.3.1 26 26 camera: ^0.11.3 27 27 collection: ^1.19.1 ··· 69 69 url_launcher: ^6.2.5 70 70 video_player: ^2.10.0 71 71 72 - # Overrides only needed until atproto.dart PR #2224 is merged 73 72 dependency_overrides: 74 - atproto_core: 75 - git: 76 - url: https://github.com/knotbin/atproto.dart.git 77 - path: packages/atproto_core 78 - atproto_oauth: 79 - git: 80 - url: https://github.com/knotbin/atproto.dart.git 81 - path: packages/atproto_oauth 82 73 # temporary env fix 83 74 path_provider_foundation: 2.5.1 84 75