A Flutter based music player for Jellyfin
0
fork

Configure Feed

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

Update text font and color

modamo-gh 25f8898a e65364fe

+162 -20
+6
.flutter-plugins
··· 1 + # This is a generated file; do not edit or check into version control. 2 + path_provider=/home/morgan/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ 3 + path_provider_android=/home/morgan/.pub-cache/hosted/pub.dev/path_provider_android-2.2.19/ 4 + path_provider_foundation=/home/morgan/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.2/ 5 + path_provider_linux=/home/morgan/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ 6 + path_provider_windows=/home/morgan/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
+6 -1
lib/main.dart
··· 1 1 import 'package:flutter/material.dart'; 2 + import 'package:google_fonts/google_fonts.dart'; 2 3 3 4 void main() { 4 5 runApp( ··· 15 16 child: Center( 16 17 child: Text( 17 18 "pudge", 18 - style: TextStyle(color: Colors.white, fontSize: 40), 19 + style: GoogleFonts.outfit( 20 + color: Color(0xFFAD2B1E), 21 + fontSize: 40, 22 + fontWeight: FontWeight.w100, 23 + ), 19 24 ), 20 25 ), 21 26 ),
+2
macos/Flutter/GeneratedPluginRegistrant.swift
··· 5 5 import FlutterMacOS 6 6 import Foundation 7 7 8 + import path_provider_foundation 8 9 9 10 func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { 11 + PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) 10 12 }
+146 -18
pubspec.lock
··· 5 5 dependency: transitive 6 6 description: 7 7 name: async 8 - sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb" 8 + sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63 9 9 url: "https://pub.dev" 10 10 source: hosted 11 - version: "2.13.0" 11 + version: "2.12.0" 12 12 boolean_selector: 13 13 dependency: transitive 14 14 description: ··· 41 41 url: "https://pub.dev" 42 42 source: hosted 43 43 version: "1.19.1" 44 + crypto: 45 + dependency: transitive 46 + description: 47 + name: crypto 48 + sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855" 49 + url: "https://pub.dev" 50 + source: hosted 51 + version: "3.0.6" 44 52 fake_async: 45 53 dependency: transitive 46 54 description: 47 55 name: fake_async 48 - sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44" 56 + sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc" 57 + url: "https://pub.dev" 58 + source: hosted 59 + version: "1.3.2" 60 + ffi: 61 + dependency: transitive 62 + description: 63 + name: ffi 64 + sha256: "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418" 49 65 url: "https://pub.dev" 50 66 source: hosted 51 - version: "1.3.3" 67 + version: "2.1.4" 52 68 flutter: 53 69 dependency: "direct main" 54 70 description: flutter ··· 67 83 description: flutter 68 84 source: sdk 69 85 version: "0.0.0" 86 + google_fonts: 87 + dependency: "direct main" 88 + description: 89 + name: google_fonts 90 + sha256: "517b20870220c48752eafa0ba1a797a092fb22df0d89535fd9991e86ee2cdd9c" 91 + url: "https://pub.dev" 92 + source: hosted 93 + version: "6.3.2" 94 + http: 95 + dependency: transitive 96 + description: 97 + name: http 98 + sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007 99 + url: "https://pub.dev" 100 + source: hosted 101 + version: "1.5.0" 102 + http_parser: 103 + dependency: transitive 104 + description: 105 + name: http_parser 106 + sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571" 107 + url: "https://pub.dev" 108 + source: hosted 109 + version: "4.1.2" 70 110 leak_tracker: 71 111 dependency: transitive 72 112 description: 73 113 name: leak_tracker 74 - sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de" 114 + sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec 75 115 url: "https://pub.dev" 76 116 source: hosted 77 - version: "11.0.2" 117 + version: "10.0.8" 78 118 leak_tracker_flutter_testing: 79 119 dependency: transitive 80 120 description: 81 121 name: leak_tracker_flutter_testing 82 - sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1" 122 + sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573 83 123 url: "https://pub.dev" 84 124 source: hosted 85 - version: "3.0.10" 125 + version: "3.0.9" 86 126 leak_tracker_testing: 87 127 dependency: transitive 88 128 description: 89 129 name: leak_tracker_testing 90 - sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1" 130 + sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3" 91 131 url: "https://pub.dev" 92 132 source: hosted 93 - version: "3.0.2" 133 + version: "3.0.1" 94 134 lints: 95 135 dependency: transitive 96 136 description: ··· 131 171 url: "https://pub.dev" 132 172 source: hosted 133 173 version: "1.9.1" 174 + path_provider: 175 + dependency: transitive 176 + description: 177 + name: path_provider 178 + sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd" 179 + url: "https://pub.dev" 180 + source: hosted 181 + version: "2.1.5" 182 + path_provider_android: 183 + dependency: transitive 184 + description: 185 + name: path_provider_android 186 + sha256: "3b4c1fc3aa55ddc9cd4aa6759984330d5c8e66aa7702a6223c61540dc6380c37" 187 + url: "https://pub.dev" 188 + source: hosted 189 + version: "2.2.19" 190 + path_provider_foundation: 191 + dependency: transitive 192 + description: 193 + name: path_provider_foundation 194 + sha256: "16eef174aacb07e09c351502740fa6254c165757638eba1e9116b0a781201bbd" 195 + url: "https://pub.dev" 196 + source: hosted 197 + version: "2.4.2" 198 + path_provider_linux: 199 + dependency: transitive 200 + description: 201 + name: path_provider_linux 202 + sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279 203 + url: "https://pub.dev" 204 + source: hosted 205 + version: "2.2.1" 206 + path_provider_platform_interface: 207 + dependency: transitive 208 + description: 209 + name: path_provider_platform_interface 210 + sha256: "88f5779f72ba699763fa3a3b06aa4bf6de76c8e5de842cf6f29e2e06476c2334" 211 + url: "https://pub.dev" 212 + source: hosted 213 + version: "2.1.2" 214 + path_provider_windows: 215 + dependency: transitive 216 + description: 217 + name: path_provider_windows 218 + sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7 219 + url: "https://pub.dev" 220 + source: hosted 221 + version: "2.3.0" 222 + platform: 223 + dependency: transitive 224 + description: 225 + name: platform 226 + sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984" 227 + url: "https://pub.dev" 228 + source: hosted 229 + version: "3.1.6" 230 + plugin_platform_interface: 231 + dependency: transitive 232 + description: 233 + name: plugin_platform_interface 234 + sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02" 235 + url: "https://pub.dev" 236 + source: hosted 237 + version: "2.1.8" 134 238 sky_engine: 135 239 dependency: transitive 136 240 description: flutter ··· 180 284 dependency: transitive 181 285 description: 182 286 name: test_api 183 - sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" 287 + sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd 184 288 url: "https://pub.dev" 185 289 source: hosted 186 - version: "0.7.6" 290 + version: "0.7.4" 291 + typed_data: 292 + dependency: transitive 293 + description: 294 + name: typed_data 295 + sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006 296 + url: "https://pub.dev" 297 + source: hosted 298 + version: "1.4.0" 187 299 vector_math: 188 300 dependency: transitive 189 301 description: 190 302 name: vector_math 191 - sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b 303 + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" 192 304 url: "https://pub.dev" 193 305 source: hosted 194 - version: "2.2.0" 306 + version: "2.1.4" 195 307 vm_service: 196 308 dependency: transitive 197 309 description: 198 310 name: vm_service 199 - sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60" 311 + sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14" 200 312 url: "https://pub.dev" 201 313 source: hosted 202 - version: "15.0.2" 314 + version: "14.3.1" 315 + web: 316 + dependency: transitive 317 + description: 318 + name: web 319 + sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" 320 + url: "https://pub.dev" 321 + source: hosted 322 + version: "1.1.1" 323 + xdg_directories: 324 + dependency: transitive 325 + description: 326 + name: xdg_directories 327 + sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15" 328 + url: "https://pub.dev" 329 + source: hosted 330 + version: "1.1.0" 203 331 sdks: 204 - dart: ">=3.9.2 <4.0.0" 205 - flutter: ">=3.18.0-18.0.pre.54" 332 + dart: ">=3.7.2 <4.0.0" 333 + flutter: ">=3.29.0"
+2 -1
pubspec.yaml
··· 4 4 version: 0.1.0 5 5 6 6 environment: 7 - sdk: ^3.9.2 7 + sdk: ^3.7.2 8 8 9 9 dependencies: 10 10 flutter: 11 11 sdk: flutter 12 + google_fonts: ^6.3.2 12 13 13 14 dev_dependencies: 14 15 flutter_test: