├── .flutter-plugins ├── .flutter-plugins-dependencies ├── .gitignore ├── .idea ├── libraries │ ├── Dart_SDK.xml │ ├── Flutter_for_Android.xml │ └── KotlinJavaRuntime.xml ├── modules.xml ├── runConfigurations │ └── main_dart.xml └── workspace.xml ├── .metadata ├── README.md ├── android ├── .gradle │ ├── 5.6.2 │ │ ├── executionHistory │ │ │ ├── executionHistory.bin │ │ │ └── executionHistory.lock │ │ ├── fileChanges │ │ │ └── last-build.bin │ │ ├── fileContent │ │ │ └── fileContent.lock │ │ ├── fileHashes │ │ │ ├── fileHashes.bin │ │ │ ├── fileHashes.lock │ │ │ └── resourceHashesCache.bin │ │ ├── gc.properties │ │ └── javaCompile │ │ │ ├── classAnalysis.bin │ │ │ ├── jarAnalysis.bin │ │ │ ├── javaCompile.lock │ │ │ └── taskHistory.bin │ ├── buildOutputCleanup │ │ ├── buildOutputCleanup.lock │ │ ├── cache.properties │ │ └── outputFiles.bin │ └── vcs-1 │ │ └── gc.properties ├── .idea │ ├── caches │ │ └── build_file_checksums.ser │ ├── compiler.xml │ ├── gradle.xml │ ├── jarRepositories.xml │ ├── libraries │ │ ├── Gradle_______build_app_intermediates_flutter_debug_libs_jar.xml │ │ ├── Gradle__androidx_activity_activity_1_0_0_aar.xml │ │ ├── Gradle__androidx_annotation_annotation_1_1_0.xml │ │ ├── Gradle__androidx_arch_core_core_common_2_1_0.xml │ │ ├── Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml │ │ ├── Gradle__androidx_collection_collection_1_1_0.xml │ │ ├── Gradle__androidx_core_core_1_1_0_aar.xml │ │ ├── Gradle__androidx_customview_customview_1_0_0_aar.xml │ │ ├── Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml │ │ ├── Gradle__androidx_fragment_fragment_1_1_0_aar.xml │ │ ├── Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml │ │ ├── Gradle__androidx_lifecycle_lifecycle_common_2_2_0.xml │ │ ├── Gradle__androidx_lifecycle_lifecycle_common_java8_2_2_0.xml │ │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml │ │ ├── Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml │ │ ├── Gradle__androidx_lifecycle_lifecycle_runtime_2_2_0_aar.xml │ │ ├── Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml │ │ ├── Gradle__androidx_loader_loader_1_0_0_aar.xml │ │ ├── Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml │ │ ├── Gradle__androidx_multidex_multidex_2_0_0_aar.xml │ │ ├── Gradle__androidx_multidex_multidex_instrumentation_2_0_0_aar.xml │ │ ├── Gradle__androidx_print_print_1_0_0_aar.xml │ │ ├── Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml │ │ ├── Gradle__androidx_test_espresso_espresso_core_3_1_0_aar.xml │ │ ├── Gradle__androidx_test_espresso_espresso_idling_resource_3_1_0_aar.xml │ │ ├── Gradle__androidx_test_monitor_1_1_0_aar.xml │ │ ├── Gradle__androidx_test_runner_1_1_0_aar.xml │ │ ├── Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml │ │ ├── Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml │ │ ├── Gradle__com_google_android_annotations_4_1_1_4.xml │ │ ├── Gradle__com_google_android_gms_play_services_ads_identifier_17_0_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_base_17_0_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_base_17_1_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_basement_17_0_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_measurement_17_6_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_measurement_api_17_6_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_measurement_base_17_6_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_measurement_impl_17_6_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_measurement_sdk_17_6_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_measurement_sdk_api_17_6_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_stats_17_0_0_aar.xml │ │ ├── Gradle__com_google_android_gms_play_services_tasks_17_0_0_aar.xml │ │ ├── Gradle__com_google_auto_value_auto_value_annotations_1_6_5.xml │ │ ├── Gradle__com_google_code_findbugs_jsr305_3_0_2.xml │ │ ├── Gradle__com_google_code_gson_gson_2_8_6.xml │ │ ├── Gradle__com_google_errorprone_error_prone_annotations_2_3_4.xml │ │ ├── Gradle__com_google_firebase_firebase_analytics_17_6_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_auth_19_4_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_auth_interop_18_0_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_auth_interop_19_0_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_common_19_3_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_common_19_3_1_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_components_16_0_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_core_17_5_1_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_database_collection_17_0_1_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_firestore_21_7_1_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_installations_16_3_2_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_installations_interop_16_0_0_aar.xml │ │ ├── Gradle__com_google_firebase_firebase_measurement_connector_18_0_0_aar.xml │ │ ├── Gradle__com_google_firebase_protolite_well_known_types_17_1_0_aar.xml │ │ ├── Gradle__com_google_guava_failureaccess_1_0_1.xml │ │ ├── Gradle__com_google_guava_guava_28_1_android.xml │ │ ├── Gradle__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava.xml │ │ ├── Gradle__com_google_j2objc_j2objc_annotations_1_3.xml │ │ ├── Gradle__com_google_protobuf_protobuf_javalite_3_11_0.xml │ │ ├── Gradle__com_squareup_javawriter_2_1_1.xml │ │ ├── Gradle__com_squareup_okhttp_okhttp_2_7_5.xml │ │ ├── Gradle__com_squareup_okio_okio_1_13_0.xml │ │ ├── Gradle__io_flutter_arm64_v8a_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml │ │ ├── Gradle__io_flutter_armeabi_v7a_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml │ │ ├── Gradle__io_flutter_flutter_embedding_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml │ │ ├── Gradle__io_flutter_x86_64_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml │ │ ├── Gradle__io_flutter_x86_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml │ │ ├── Gradle__io_grpc_grpc_android_1_28_0_aar.xml │ │ ├── Gradle__io_grpc_grpc_api_1_28_0.xml │ │ ├── Gradle__io_grpc_grpc_context_1_28_0.xml │ │ ├── Gradle__io_grpc_grpc_core_1_28_0.xml │ │ ├── Gradle__io_grpc_grpc_okhttp_1_28_0.xml │ │ ├── Gradle__io_grpc_grpc_protobuf_lite_1_28_0.xml │ │ ├── Gradle__io_grpc_grpc_stub_1_28_0.xml │ │ ├── Gradle__io_perfmark_perfmark_api_0_19_0.xml │ │ ├── Gradle__javax_inject_javax_inject_1.xml │ │ ├── Gradle__junit_junit_4_12.xml │ │ ├── Gradle__net_sf_kxml_kxml2_2_3_0.xml │ │ ├── Gradle__org_checkerframework_checker_compat_qual_2_5_5.xml │ │ ├── Gradle__org_codehaus_mojo_animal_sniffer_annotations_1_18.xml │ │ ├── Gradle__org_hamcrest_hamcrest_core_1_3.xml │ │ ├── Gradle__org_hamcrest_hamcrest_integration_1_3.xml │ │ ├── Gradle__org_hamcrest_hamcrest_library_1_3.xml │ │ ├── Gradle__org_jetbrains_annotations_13_0.xml │ │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_3_50.xml │ │ ├── Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_3_50.xml │ │ └── Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_3_50.xml │ ├── misc.xml │ ├── modules.xml │ ├── modules │ │ ├── 472931684 │ │ │ └── android.cloud_firestore.iml │ │ ├── 1183077014 │ │ │ └── android.cloud_firestore_web.iml │ │ ├── 1192936084 │ │ │ └── android.firebase_auth_web.iml │ │ ├── -1103787703 │ │ │ └── android.firebase_auth.iml │ │ ├── -57891870 │ │ │ └── android.firebase_core_web.iml │ │ ├── -719062191 │ │ │ └── android.firebase_core.iml │ │ ├── android.iml │ │ └── app │ │ │ └── android.app.iml │ ├── vcs.xml │ └── workspace.xml ├── android.iml ├── app │ ├── app.iml │ ├── build.gradle │ ├── google-services.json │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ │ └── io │ │ │ │ └── flutter │ │ │ │ └── plugins │ │ │ │ └── GeneratedPluginRegistrant.java │ │ ├── kotlin │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── spotify_clone │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── drawable │ │ │ ├── launch_background.xml │ │ │ └── normal_background.xml │ │ │ ├── mipmap-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── styles.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── local.properties ├── settings.gradle └── spotify_clone_android.iml ├── database_design.json ├── fonts └── Proxima Nova │ ├── Proxima Nova Bold.ttf │ └── Proxima Nova Regular.ttf ├── images ├── Spotify_logo_horizontal_black.jpg ├── spotify_logo.jpg ├── spotify_logo_banner_black.png ├── spotify_logo_title.png ├── spotify_logo_vertical_black.jpg └── spotify_smaller.png ├── ios ├── Flutter │ ├── AppFrameworkInfo.plist │ ├── Debug.xcconfig │ ├── Generated.xcconfig │ ├── Release.xcconfig │ └── flutter_export_environment.sh ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ └── contents.xcworkspacedata │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ └── contents.xcworkspacedata └── Runner │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-App-1024x1024@1x.png │ │ ├── Icon-App-20x20@1x.png │ │ ├── Icon-App-20x20@2x.png │ │ ├── Icon-App-20x20@3x.png │ │ ├── Icon-App-29x29@1x.png │ │ ├── Icon-App-29x29@2x.png │ │ ├── Icon-App-29x29@3x.png │ │ ├── Icon-App-40x40@1x.png │ │ ├── Icon-App-40x40@2x.png │ │ ├── Icon-App-40x40@3x.png │ │ ├── Icon-App-60x60@2x.png │ │ ├── Icon-App-60x60@3x.png │ │ ├── Icon-App-76x76@1x.png │ │ ├── Icon-App-76x76@2x.png │ │ └── Icon-App-83.5x83.5@2x.png │ └── LaunchImage.imageset │ │ ├── Contents.json │ │ ├── LaunchImage.png │ │ ├── LaunchImage@2x.png │ │ ├── LaunchImage@3x.png │ │ └── README.md │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── GeneratedPluginRegistrant.h │ ├── GeneratedPluginRegistrant.m │ ├── Info.plist │ └── Runner-Bridging-Header.h ├── lib ├── components │ ├── admin.dart │ ├── auth.dart │ └── spotify_home.dart ├── logic │ ├── admin_logic.dart │ ├── auth_logic.dart │ ├── basic_ui.dart │ └── home_logic.dart └── main.dart ├── pubspec.yaml ├── spotify_clone.iml └── web └── index.html /.flutter-plugins: -------------------------------------------------------------------------------- 1 | # This is a generated file; do not edit or check into version control. 2 | cloud_firestore=C:\\Users\\HAKIM\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\cloud_firestore-0.14.2\\ 3 | cloud_firestore_web=C:\\Users\\HAKIM\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\cloud_firestore_web-0.2.0+5\\ 4 | firebase_auth=C:\\Users\\HAKIM\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_auth-0.18.2\\ 5 | firebase_auth_web=C:\\Users\\HAKIM\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_auth_web-0.3.1+2\\ 6 | firebase_core=C:\\Users\\HAKIM\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_core-0.5.1\\ 7 | firebase_core_web=C:\\Users\\HAKIM\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\firebase_core_web-0.2.0\\ 8 | -------------------------------------------------------------------------------- /.flutter-plugins-dependencies: -------------------------------------------------------------------------------- 1 | {"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\cloud_firestore-0.14.2\\\\","dependencies":["firebase_core"]},{"name":"firebase_auth","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_auth-0.18.2\\\\","dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_core-0.5.1\\\\","dependencies":[]}],"android":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\cloud_firestore-0.14.2\\\\","dependencies":["firebase_core"]},{"name":"firebase_auth","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_auth-0.18.2\\\\","dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_core-0.5.1\\\\","dependencies":[]}],"macos":[{"name":"cloud_firestore","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\cloud_firestore-0.14.2\\\\","dependencies":["firebase_core"]},{"name":"firebase_auth","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_auth-0.18.2\\\\","dependencies":["firebase_core"]},{"name":"firebase_core","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_core-0.5.1\\\\","dependencies":[]}],"linux":[],"windows":[],"web":[{"name":"cloud_firestore_web","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\cloud_firestore_web-0.2.0+5\\\\","dependencies":[]},{"name":"firebase_auth_web","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_auth_web-0.3.1+2\\\\","dependencies":[]},{"name":"firebase_core_web","path":"C:\\\\Users\\\\HAKIM\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\firebase_core_web-0.2.0\\\\","dependencies":[]}]},"dependencyGraph":[{"name":"cloud_firestore","dependencies":["firebase_core","cloud_firestore_web"]},{"name":"cloud_firestore_web","dependencies":["firebase_core"]},{"name":"firebase_auth","dependencies":["firebase_core","firebase_auth_web"]},{"name":"firebase_auth_web","dependencies":["firebase_core"]},{"name":"firebase_core","dependencies":["firebase_core_web"]},{"name":"firebase_core_web","dependencies":[]}],"date_created":"2020-10-31 02:45:33.156628","version":"1.22.2"} -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://www.dartlang.org/guides/libraries/private-files 2 | 3 | # Files and directories created by pub 4 | .dart_tool/ 5 | .packages 6 | .pub/ 7 | build/ 8 | # If you're building an application, you may want to check-in your pubspec.lock 9 | pubspec.lock 10 | 11 | # Directory created by dartdoc 12 | # If you don't generate documentation locally you can remove this line. 13 | doc/api/ 14 | -------------------------------------------------------------------------------- /.idea/libraries/Dart_SDK.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /.idea/libraries/Flutter_for_Android.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.idea/libraries/KotlinJavaRuntime.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.idea/runConfigurations/main_dart.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 19 | 20 | 24 | 25 | 26 | 27 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 1604092141096 44 | 48 | 49 | 1604143157878 50 | 55 | 58 | 59 | 60 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- 1 | # This file tracks properties of this Flutter project. 2 | # Used by Flutter tool to assess capabilities and perform upgrades etc. 3 | # 4 | # This file should be version controlled and should not be manually edited. 5 | 6 | version: 7 | revision: 2449928d7ca4ae1bde00694627b2099417d6a5e6 8 | channel: master 9 | 10 | project_type: app 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # spotify_clone 2 | 3 | A new Flutter project. 4 | 5 | ## Getting Started 6 | 7 | This project is a starting point for a Flutter application. 8 | 9 | A few resources to get you started if this is your first Flutter project: 10 | 11 | - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) 12 | - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) 13 | 14 | For help getting started with Flutter, view our 15 | [online documentation](https://flutter.dev/docs), which offers tutorials, 16 | samples, guidance on mobile development, and a full API reference. 17 | -------------------------------------------------------------------------------- /android/.gradle/5.6.2/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /android/.gradle/5.6.2/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /android/.gradle/5.6.2/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/.gradle/5.6.2/fileContent/fileContent.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/fileContent/fileContent.lock -------------------------------------------------------------------------------- /android/.gradle/5.6.2/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /android/.gradle/5.6.2/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /android/.gradle/5.6.2/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /android/.gradle/5.6.2/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/gc.properties -------------------------------------------------------------------------------- /android/.gradle/5.6.2/javaCompile/classAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/javaCompile/classAnalysis.bin -------------------------------------------------------------------------------- /android/.gradle/5.6.2/javaCompile/jarAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/javaCompile/jarAnalysis.bin -------------------------------------------------------------------------------- /android/.gradle/5.6.2/javaCompile/javaCompile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/javaCompile/javaCompile.lock -------------------------------------------------------------------------------- /android/.gradle/5.6.2/javaCompile/taskHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/5.6.2/javaCompile/taskHistory.bin -------------------------------------------------------------------------------- /android/.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /android/.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Sun Oct 18 22:08:45 WEST 2020 2 | gradle.version=5.6.2 3 | -------------------------------------------------------------------------------- /android/.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /android/.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.gradle/vcs-1/gc.properties -------------------------------------------------------------------------------- /android/.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /android/.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android/.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 27 | 28 | -------------------------------------------------------------------------------- /android/.idea/jarRepositories.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 14 | 15 | 19 | 20 | 24 | 25 | 29 | 30 | 34 | 35 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle_______build_app_intermediates_flutter_debug_libs_jar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_activity_activity_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_annotation_annotation_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_core_core_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_customview_customview_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_fragment_fragment_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_java8_2_2_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_2_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_multidex_multidex_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_multidex_multidex_instrumentation_2_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_test_monitor_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_test_runner_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_annotations_4_1_1_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_ads_identifier_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_base_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_base_17_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_basement_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_api_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_base_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_impl_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_sdk_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_measurement_sdk_api_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_stats_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_android_gms_play_services_tasks_17_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_auto_value_auto_value_annotations_1_6_5.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_3_0_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_code_gson_gson_2_8_6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_errorprone_error_prone_annotations_2_3_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_analytics_17_6_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_auth_19_4_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_auth_interop_18_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_auth_interop_19_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_common_19_3_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_common_19_3_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_components_16_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_core_17_5_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_database_collection_17_0_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_firestore_21_7_1_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_installations_16_3_2_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_installations_interop_16_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_firebase_measurement_connector_18_0_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_firebase_protolite_well_known_types_17_1_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_guava_failureaccess_1_0_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_guava_guava_28_1_android.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_j2objc_j2objc_annotations_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_google_protobuf_protobuf_javalite_3_11_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_2_7_5.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__com_squareup_okio_okio_1_13_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_flutter_arm64_v8a_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_flutter_armeabi_v7a_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_flutter_flutter_embedding_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_flutter_x86_64_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_flutter_x86_debug_1_0_0_b8752bbfff0419c8bf616b602bc59fd28f6a3d1b.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_android_1_28_0_aar.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_api_1_28_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_context_1_28_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_core_1_28_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_okhttp_1_28_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_protobuf_lite_1_28_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_grpc_grpc_stub_1_28_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__io_perfmark_perfmark_api_0_19_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__junit_junit_4_12.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__net_sf_kxml_kxml2_2_3_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_checkerframework_checker_compat_qual_2_5_5.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_codehaus_mojo_animal_sniffer_annotations_1_18.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_3_50.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_3_50.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_3_50.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /android/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | -------------------------------------------------------------------------------- /android/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /android/.idea/modules/-1103787703/android.firebase_auth.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | -------------------------------------------------------------------------------- /android/.idea/modules/-57891870/android.firebase_core_web.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /android/.idea/modules/1183077014/android.cloud_firestore_web.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /android/.idea/modules/1192936084/android.firebase_auth_web.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /android/.idea/modules/android.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /android/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /android/android.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- 1 | def localProperties = new Properties() 2 | def localPropertiesFile = rootProject.file('local.properties') 3 | if (localPropertiesFile.exists()) { 4 | localPropertiesFile.withReader('UTF-8') { reader -> 5 | localProperties.load(reader) 6 | } 7 | } 8 | 9 | def flutterRoot = localProperties.getProperty('flutter.sdk') 10 | if (flutterRoot == null) { 11 | throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") 12 | } 13 | 14 | def flutterVersionCode = localProperties.getProperty('flutter.versionCode') 15 | if (flutterVersionCode == null) { 16 | flutterVersionCode = '1' 17 | } 18 | 19 | def flutterVersionName = localProperties.getProperty('flutter.versionName') 20 | if (flutterVersionName == null) { 21 | flutterVersionName = '1.0' 22 | } 23 | 24 | apply plugin: 'com.android.application' 25 | apply plugin: 'kotlin-android' 26 | apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" 27 | 28 | android { 29 | compileSdkVersion 28 30 | 31 | sourceSets { 32 | main.java.srcDirs += 'src/main/kotlin' 33 | } 34 | 35 | lintOptions { 36 | disable 'InvalidPackage' 37 | } 38 | 39 | defaultConfig { 40 | // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). 41 | applicationId "com.example.spotify_clone" 42 | minSdkVersion 16 43 | targetSdkVersion 28 44 | multiDexEnabled true 45 | versionCode flutterVersionCode.toInteger() 46 | versionName flutterVersionName 47 | testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" 48 | } 49 | 50 | buildTypes { 51 | release { 52 | // TODO: Add your own signing config for the release build. 53 | // Signing with the debug keys for now, so `flutter run --release` works. 54 | signingConfig signingConfigs.debug 55 | } 56 | } 57 | } 58 | 59 | flutter { 60 | source '../..' 61 | } 62 | 63 | dependencies { 64 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 65 | testImplementation 'junit:junit:4.12' 66 | androidTestImplementation 'androidx.test:runner:1.1.0' 67 | androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' 68 | implementation 'androidx.multidex:multidex:2.0.0' 69 | } 70 | 71 | apply plugin: 'com.google.gms.google-services' -------------------------------------------------------------------------------- /android/app/google-services.json: -------------------------------------------------------------------------------- 1 | { 2 | "project_info": { 3 | "project_number": "976276224851", 4 | "firebase_url": "https://spotify-clone-596f5.firebaseio.com", 5 | "project_id": "spotify-clone-596f5", 6 | "storage_bucket": "spotify-clone-596f5.appspot.com" 7 | }, 8 | "client": [ 9 | { 10 | "client_info": { 11 | "mobilesdk_app_id": "1:976276224851:android:471b41377e3d8b430cffa6", 12 | "android_client_info": { 13 | "package_name": "com.example.spotify_clone" 14 | } 15 | }, 16 | "oauth_client": [ 17 | { 18 | "client_id": "976276224851-suh5dv5299ne3ns3pcb24e1lobcnbg2o.apps.googleusercontent.com", 19 | "client_type": 3 20 | } 21 | ], 22 | "api_key": [ 23 | { 24 | "current_key": "AIzaSyB1-Finfki62kkmUw0ESlXXjB-2Jb48Cig" 25 | } 26 | ], 27 | "services": { 28 | "appinvite_service": { 29 | "other_platform_oauth_client": [ 30 | { 31 | "client_id": "976276224851-suh5dv5299ne3ns3pcb24e1lobcnbg2o.apps.googleusercontent.com", 32 | "client_type": 3 33 | } 34 | ] 35 | } 36 | } 37 | } 38 | ], 39 | "configuration_version": "1" 40 | } -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 9 | 12 | 19 | 23 | 26 | 27 | 28 | 32 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java: -------------------------------------------------------------------------------- 1 | package io.flutter.plugins; 2 | 3 | import androidx.annotation.Keep; 4 | import androidx.annotation.NonNull; 5 | 6 | import io.flutter.embedding.engine.FlutterEngine; 7 | 8 | /** 9 | * Generated file. Do not edit. 10 | * This file is generated by the Flutter tool based on the 11 | * plugins that support the Android platform. 12 | */ 13 | @Keep 14 | public final class GeneratedPluginRegistrant { 15 | public static void registerWith(@NonNull FlutterEngine flutterEngine) { 16 | flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestorePlugin()); 17 | flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.auth.FlutterFirebaseAuthPlugin()); 18 | flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.core.FlutterFirebaseCorePlugin()); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/example/spotify_clone/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package com.example.spotify_clone 2 | 3 | import io.flutter.embedding.android.FlutterActivity 4 | 5 | class MainActivity: FlutterActivity() { 6 | 7 | } 8 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/normal_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | buildscript { 2 | ext.kotlin_version = '1.3.50' 3 | repositories { 4 | google() 5 | jcenter() 6 | } 7 | 8 | dependencies { 9 | classpath 'com.android.tools.build:gradle:3.5.0' 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 11 | classpath 'com.google.gms:google-services:4.3.3' 12 | } 13 | } 14 | 15 | allprojects { 16 | repositories { 17 | google() 18 | jcenter() 19 | } 20 | } 21 | 22 | rootProject.buildDir = '../build' 23 | subprojects { 24 | project.buildDir = "${rootProject.buildDir}/${project.name}" 25 | } 26 | subprojects { 27 | project.evaluationDependsOn(':app') 28 | } 29 | 30 | task clean(type: Delete) { 31 | delete rootProject.buildDir 32 | } 33 | -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | android.enableJetifier=true 2 | android.useAndroidX=true 3 | org.gradle.jvmargs=-Xmx1536M 4 | 5 | android.enableR8=true 6 | -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Fri Jun 23 08:50:38 CEST 2017 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip 7 | -------------------------------------------------------------------------------- /android/gradlew: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | ############################################################################## 4 | ## 5 | ## Gradle start up script for UN*X 6 | ## 7 | ############################################################################## 8 | 9 | # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 10 | DEFAULT_JVM_OPTS="" 11 | 12 | APP_NAME="Gradle" 13 | APP_BASE_NAME=`basename "$0"` 14 | 15 | # Use the maximum available, or set MAX_FD != -1 to use that value. 16 | MAX_FD="maximum" 17 | 18 | warn ( ) { 19 | echo "$*" 20 | } 21 | 22 | die ( ) { 23 | echo 24 | echo "$*" 25 | echo 26 | exit 1 27 | } 28 | 29 | # OS specific support (must be 'true' or 'false'). 30 | cygwin=false 31 | msys=false 32 | darwin=false 33 | case "`uname`" in 34 | CYGWIN* ) 35 | cygwin=true 36 | ;; 37 | Darwin* ) 38 | darwin=true 39 | ;; 40 | MINGW* ) 41 | msys=true 42 | ;; 43 | esac 44 | 45 | # Attempt to set APP_HOME 46 | # Resolve links: $0 may be a link 47 | PRG="$0" 48 | # Need this for relative symlinks. 49 | while [ -h "$PRG" ] ; do 50 | ls=`ls -ld "$PRG"` 51 | link=`expr "$ls" : '.*-> \(.*\)$'` 52 | if expr "$link" : '/.*' > /dev/null; then 53 | PRG="$link" 54 | else 55 | PRG=`dirname "$PRG"`"/$link" 56 | fi 57 | done 58 | SAVED="`pwd`" 59 | cd "`dirname \"$PRG\"`/" >/dev/null 60 | APP_HOME="`pwd -P`" 61 | cd "$SAVED" >/dev/null 62 | 63 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar 64 | 65 | # Determine the Java command to use to start the JVM. 66 | if [ -n "$JAVA_HOME" ] ; then 67 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 68 | # IBM's JDK on AIX uses strange locations for the executables 69 | JAVACMD="$JAVA_HOME/jre/sh/java" 70 | else 71 | JAVACMD="$JAVA_HOME/bin/java" 72 | fi 73 | if [ ! -x "$JAVACMD" ] ; then 74 | die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 75 | 76 | Please set the JAVA_HOME variable in your environment to match the 77 | location of your Java installation." 78 | fi 79 | else 80 | JAVACMD="java" 81 | which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 82 | 83 | Please set the JAVA_HOME variable in your environment to match the 84 | location of your Java installation." 85 | fi 86 | 87 | # Increase the maximum file descriptors if we can. 88 | if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then 89 | MAX_FD_LIMIT=`ulimit -H -n` 90 | if [ $? -eq 0 ] ; then 91 | if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 92 | MAX_FD="$MAX_FD_LIMIT" 93 | fi 94 | ulimit -n $MAX_FD 95 | if [ $? -ne 0 ] ; then 96 | warn "Could not set maximum file descriptor limit: $MAX_FD" 97 | fi 98 | else 99 | warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" 100 | fi 101 | fi 102 | 103 | # For Darwin, add options to specify how the application appears in the dock 104 | if $darwin; then 105 | GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" 106 | fi 107 | 108 | # For Cygwin, switch paths to Windows format before running java 109 | if $cygwin ; then 110 | APP_HOME=`cygpath --path --mixed "$APP_HOME"` 111 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 112 | JAVACMD=`cygpath --unix "$JAVACMD"` 113 | 114 | # We build the pattern for arguments to be converted via cygpath 115 | ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` 116 | SEP="" 117 | for dir in $ROOTDIRSRAW ; do 118 | ROOTDIRS="$ROOTDIRS$SEP$dir" 119 | SEP="|" 120 | done 121 | OURCYGPATTERN="(^($ROOTDIRS))" 122 | # Add a user-defined pattern to the cygpath arguments 123 | if [ "$GRADLE_CYGPATTERN" != "" ] ; then 124 | OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" 125 | fi 126 | # Now convert the arguments - kludge to limit ourselves to /bin/sh 127 | i=0 128 | for arg in "$@" ; do 129 | CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` 130 | CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option 131 | 132 | if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition 133 | eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` 134 | else 135 | eval `echo args$i`="\"$arg\"" 136 | fi 137 | i=$((i+1)) 138 | done 139 | case $i in 140 | (0) set -- ;; 141 | (1) set -- "$args0" ;; 142 | (2) set -- "$args0" "$args1" ;; 143 | (3) set -- "$args0" "$args1" "$args2" ;; 144 | (4) set -- "$args0" "$args1" "$args2" "$args3" ;; 145 | (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; 146 | (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; 147 | (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; 148 | (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; 149 | (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; 150 | esac 151 | fi 152 | 153 | # Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules 154 | function splitJvmOpts() { 155 | JVM_OPTS=("$@") 156 | } 157 | eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS 158 | JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" 159 | 160 | exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" 161 | -------------------------------------------------------------------------------- /android/gradlew.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem Gradle startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 12 | set DEFAULT_JVM_OPTS= 13 | 14 | set DIRNAME=%~dp0 15 | if "%DIRNAME%" == "" set DIRNAME=. 16 | set APP_BASE_NAME=%~n0 17 | set APP_HOME=%DIRNAME% 18 | 19 | @rem Find java.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=java.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windowz variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | if "%@eval[2+2]" == "4" goto 4NT_args 53 | 54 | :win9xME_args 55 | @rem Slurp the command line arguments. 56 | set CMD_LINE_ARGS= 57 | set _SKIP=2 58 | 59 | :win9xME_args_slurp 60 | if "x%~1" == "x" goto execute 61 | 62 | set CMD_LINE_ARGS=%* 63 | goto execute 64 | 65 | :4NT_args 66 | @rem Get arguments from the 4NT Shell from JP Software 67 | set CMD_LINE_ARGS=%$ 68 | 69 | :execute 70 | @rem Setup the command line 71 | 72 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 73 | 74 | @rem Execute Gradle 75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% 76 | 77 | :end 78 | @rem End local scope for the variables with windows NT shell 79 | if "%ERRORLEVEL%"=="0" goto mainEnd 80 | 81 | :fail 82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 83 | rem the _cmd.exe /c_ return code! 84 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 85 | exit /b 1 86 | 87 | :mainEnd 88 | if "%OS%"=="Windows_NT" endlocal 89 | 90 | :omega 91 | -------------------------------------------------------------------------------- /android/local.properties: -------------------------------------------------------------------------------- 1 | sdk.dir=C:\\Users\\HAKIM\\AppData\\Local\\Android\\sdk 2 | flutter.sdk=C:\\Users\\HAKIM\\flutter 3 | flutter.buildMode=debug 4 | flutter.versionName=1.0.0 5 | flutter.versionCode=1 -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | 3 | def flutterProjectRoot = rootProject.projectDir.parentFile.toPath() 4 | 5 | def plugins = new Properties() 6 | def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins') 7 | if (pluginsFile.exists()) { 8 | pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) } 9 | } 10 | 11 | plugins.each { name, path -> 12 | def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile() 13 | include ":$name" 14 | project(":$name").projectDir = pluginDirectory 15 | } 16 | -------------------------------------------------------------------------------- /android/spotify_clone_android.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /database_design.json: -------------------------------------------------------------------------------- 1 | { 2 | "users": [ 3 | { 4 | "name": "String", 5 | "nameIndex": "Charecter", 6 | "premiumMember": "Boolean", 7 | "songHistory": [ 8 | { 9 | "songId": "String", 10 | "lastPlayed": "TimeStamp" 11 | 12 | } 13 | ], 14 | "playlistHistory": [ 15 | { 16 | "playListId": "String", 17 | "playlistUserId": "String", 18 | "lastPlayed": "TimeStamp" 19 | 20 | } 21 | ], 22 | "likedSongs": [ 23 | { 24 | "songId": "String", 25 | "likedTime": "Timestamp" 26 | } 27 | ], 28 | "likedAlbums": [ 29 | { 30 | "albumId": "String", 31 | "likedTime": "Timestamp" 32 | } 33 | ], 34 | "likedCategories": [ 35 | { 36 | "artistId": "String" 37 | } 38 | ], 39 | "recomendedArtists": [ 40 | { 41 | "artistId": "String" 42 | } 43 | ], 44 | 45 | "userCreatedPlayLists":[ 46 | { 47 | "playlistId": "String", 48 | "playlistName": "String", 49 | "playlistNameIndex": "Character", 50 | "playlistCreatedTime": "TimeStamp", 51 | "public": "Boolean", 52 | "likes": "Integer", 53 | "songs": [ 54 | { 55 | "songId": "String", 56 | "addedTime": "TimeStamp" 57 | } 58 | ] 59 | } 60 | ], 61 | "forkedPlaylists": [ 62 | { 63 | "playlistId": "String", 64 | "playlistName": "String", 65 | "playlistCreatedTime": "TimeStamp", 66 | "playlistForkedTime": "TimeStamp", 67 | "secret": "Boolean", 68 | "songs": [ 69 | { 70 | "songId": "String", 71 | "addedTime": "TimeStamp", 72 | "disable": "Boolean" 73 | } 74 | ] 75 | } 76 | ] 77 | 78 | } 79 | ], 80 | 81 | "artists": [ 82 | { 83 | "artistId": "String", 84 | "name": "String", 85 | "artistIndex": "Character", 86 | "date": "TimeStamp", 87 | "followers": "Integer", 88 | "monthlyListerners": "Integer", 89 | "coverImageUrl": "String: url/image" 90 | } 91 | ], 92 | 93 | "categories": [ 94 | { 95 | "categoryId": "String", 96 | "isActive": "Boolean", 97 | "categoryTitle": "String", 98 | "categoryIndex": "Char", 99 | "categoryThumbnailUrl": "String url/image" 100 | } 101 | ], 102 | 103 | "songs": [ 104 | { 105 | "songId": "String", 106 | "songTitle": "String", 107 | "songIndex": "Character", 108 | "releasedTimestamp": "String", 109 | "songThumbnail": "String", 110 | "audioUrl": "String: url/mp3", 111 | "performedBy": "String", 112 | "writtenBy": "String", 113 | "producedBy": "String", 114 | "source": "String", 115 | "numberOfPlays": "Integer", 116 | "artistId": "String", 117 | "categories": [ 118 | { 119 | "categoryId": "String" 120 | } 121 | ], 122 | "lyrics": [ 123 | { 124 | "startTimeStamp": "TimeStamp", 125 | "endTimeStamp": "TimeStamp", 126 | "content": "String", 127 | "isGlimse": "Boolean" 128 | } 129 | ], 130 | "album": { 131 | "isFromAnAlbum": "Boolean", 132 | "albumId": "String" 133 | } 134 | } 135 | ], 136 | 137 | "albums": [ 138 | { 139 | "albumId": "String", 140 | "artistId": "String", 141 | "albumTitle": "String", 142 | "ablumIndex": "Character", 143 | "releasedTime": "Timestamp", 144 | "copyrightOwnership": "String", 145 | "albumThumbnail": "String url/image" 146 | } 147 | ] 148 | } -------------------------------------------------------------------------------- /fonts/Proxima Nova/Proxima Nova Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/fonts/Proxima Nova/Proxima Nova Bold.ttf -------------------------------------------------------------------------------- /fonts/Proxima Nova/Proxima Nova Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/fonts/Proxima Nova/Proxima Nova Regular.ttf -------------------------------------------------------------------------------- /images/Spotify_logo_horizontal_black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/images/Spotify_logo_horizontal_black.jpg -------------------------------------------------------------------------------- /images/spotify_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/images/spotify_logo.jpg -------------------------------------------------------------------------------- /images/spotify_logo_banner_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/images/spotify_logo_banner_black.png -------------------------------------------------------------------------------- /images/spotify_logo_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/images/spotify_logo_title.png -------------------------------------------------------------------------------- /images/spotify_logo_vertical_black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/images/spotify_logo_vertical_black.jpg -------------------------------------------------------------------------------- /images/spotify_smaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/images/spotify_smaller.png -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | App 9 | CFBundleIdentifier 10 | io.flutter.flutter.app 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | App 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | MinimumOSVersion 24 | 8.0 25 | 26 | 27 | -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Generated.xcconfig: -------------------------------------------------------------------------------- 1 | // This is a generated file; do not edit or check into version control. 2 | FLUTTER_ROOT=/root/Android/flutter 3 | FLUTTER_APPLICATION_PATH=/root/Desktop/spotify_clone 4 | FLUTTER_TARGET=lib/main.dart 5 | FLUTTER_BUILD_DIR=build 6 | SYMROOT=${SOURCE_ROOT}/../build/ios 7 | FLUTTER_FRAMEWORK_DIR=/root/Android/flutter/bin/cache/artifacts/engine/ios 8 | FLUTTER_BUILD_NAME=1.0.0 9 | FLUTTER_BUILD_NUMBER=1 10 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/flutter_export_environment.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # This is a generated file; do not edit or check into version control. 3 | export "FLUTTER_ROOT=/root/Android/flutter" 4 | export "FLUTTER_APPLICATION_PATH=/root/Desktop/spotify_clone" 5 | export "FLUTTER_TARGET=lib/main.dart" 6 | export "FLUTTER_BUILD_DIR=build" 7 | export "SYMROOT=${SOURCE_ROOT}/../build/ios" 8 | export "FLUTTER_FRAMEWORK_DIR=/root/Android/flutter/bin/cache/artifacts/engine/ios" 9 | export "FLUTTER_BUILD_NAME=1.0.0" 10 | export "FLUTTER_BUILD_NUMBER=1" 11 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- 1 | 2 | 5 | 8 | 9 | 15 | 21 | 22 | 23 | 24 | 25 | 30 | 31 | 32 | 33 | 39 | 40 | 41 | 42 | 43 | 44 | 54 | 56 | 62 | 63 | 64 | 65 | 66 | 67 | 73 | 75 | 81 | 82 | 83 | 84 | 86 | 87 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "size" : "20x20", 5 | "idiom" : "iphone", 6 | "filename" : "Icon-App-20x20@2x.png", 7 | "scale" : "2x" 8 | }, 9 | { 10 | "size" : "20x20", 11 | "idiom" : "iphone", 12 | "filename" : "Icon-App-20x20@3x.png", 13 | "scale" : "3x" 14 | }, 15 | { 16 | "size" : "29x29", 17 | "idiom" : "iphone", 18 | "filename" : "Icon-App-29x29@1x.png", 19 | "scale" : "1x" 20 | }, 21 | { 22 | "size" : "29x29", 23 | "idiom" : "iphone", 24 | "filename" : "Icon-App-29x29@2x.png", 25 | "scale" : "2x" 26 | }, 27 | { 28 | "size" : "29x29", 29 | "idiom" : "iphone", 30 | "filename" : "Icon-App-29x29@3x.png", 31 | "scale" : "3x" 32 | }, 33 | { 34 | "size" : "40x40", 35 | "idiom" : "iphone", 36 | "filename" : "Icon-App-40x40@2x.png", 37 | "scale" : "2x" 38 | }, 39 | { 40 | "size" : "40x40", 41 | "idiom" : "iphone", 42 | "filename" : "Icon-App-40x40@3x.png", 43 | "scale" : "3x" 44 | }, 45 | { 46 | "size" : "60x60", 47 | "idiom" : "iphone", 48 | "filename" : "Icon-App-60x60@2x.png", 49 | "scale" : "2x" 50 | }, 51 | { 52 | "size" : "60x60", 53 | "idiom" : "iphone", 54 | "filename" : "Icon-App-60x60@3x.png", 55 | "scale" : "3x" 56 | }, 57 | { 58 | "size" : "20x20", 59 | "idiom" : "ipad", 60 | "filename" : "Icon-App-20x20@1x.png", 61 | "scale" : "1x" 62 | }, 63 | { 64 | "size" : "20x20", 65 | "idiom" : "ipad", 66 | "filename" : "Icon-App-20x20@2x.png", 67 | "scale" : "2x" 68 | }, 69 | { 70 | "size" : "29x29", 71 | "idiom" : "ipad", 72 | "filename" : "Icon-App-29x29@1x.png", 73 | "scale" : "1x" 74 | }, 75 | { 76 | "size" : "29x29", 77 | "idiom" : "ipad", 78 | "filename" : "Icon-App-29x29@2x.png", 79 | "scale" : "2x" 80 | }, 81 | { 82 | "size" : "40x40", 83 | "idiom" : "ipad", 84 | "filename" : "Icon-App-40x40@1x.png", 85 | "scale" : "1x" 86 | }, 87 | { 88 | "size" : "40x40", 89 | "idiom" : "ipad", 90 | "filename" : "Icon-App-40x40@2x.png", 91 | "scale" : "2x" 92 | }, 93 | { 94 | "size" : "76x76", 95 | "idiom" : "ipad", 96 | "filename" : "Icon-App-76x76@1x.png", 97 | "scale" : "1x" 98 | }, 99 | { 100 | "size" : "76x76", 101 | "idiom" : "ipad", 102 | "filename" : "Icon-App-76x76@2x.png", 103 | "scale" : "2x" 104 | }, 105 | { 106 | "size" : "83.5x83.5", 107 | "idiom" : "ipad", 108 | "filename" : "Icon-App-83.5x83.5@2x.png", 109 | "scale" : "2x" 110 | }, 111 | { 112 | "size" : "1024x1024", 113 | "idiom" : "ios-marketing", 114 | "filename" : "Icon-App-1024x1024@1x.png", 115 | "scale" : "1x" 116 | } 117 | ], 118 | "info" : { 119 | "version" : 1, 120 | "author" : "xcode" 121 | } 122 | } 123 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theflutterdev/Spotify-Clone-using-Flutter/d0a326549316f6c6a0ce02e837283b158cdab32d/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /ios/Runner/GeneratedPluginRegistrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | #ifndef GeneratedPluginRegistrant_h 6 | #define GeneratedPluginRegistrant_h 7 | 8 | #import 9 | 10 | NS_ASSUME_NONNULL_BEGIN 11 | 12 | @interface GeneratedPluginRegistrant : NSObject 13 | + (void)registerWithRegistry:(NSObject*)registry; 14 | @end 15 | 16 | NS_ASSUME_NONNULL_END 17 | #endif /* GeneratedPluginRegistrant_h */ 18 | -------------------------------------------------------------------------------- /ios/Runner/GeneratedPluginRegistrant.m: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | #import "GeneratedPluginRegistrant.h" 6 | 7 | #if __has_include() 8 | #import 9 | #else 10 | @import cloud_firestore; 11 | #endif 12 | 13 | #if __has_include() 14 | #import 15 | #else 16 | @import firebase_auth; 17 | #endif 18 | 19 | #if __has_include() 20 | #import 21 | #else 22 | @import firebase_core; 23 | #endif 24 | 25 | @implementation GeneratedPluginRegistrant 26 | 27 | + (void)registerWithRegistry:(NSObject*)registry { 28 | [FLTFirebaseFirestorePlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseFirestorePlugin"]]; 29 | [FLTFirebaseAuthPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseAuthPlugin"]]; 30 | [FLTFirebaseCorePlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseCorePlugin"]]; 31 | } 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /ios/Runner/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | spotify_clone 15 | CFBundlePackageType 16 | APPL 17 | CFBundleShortVersionString 18 | $(FLUTTER_BUILD_NAME) 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | $(FLUTTER_BUILD_NUMBER) 23 | LSRequiresIPhoneOS 24 | 25 | UILaunchStoryboardName 26 | LaunchScreen 27 | UIMainStoryboardFile 28 | Main 29 | UISupportedInterfaceOrientations 30 | 31 | UIInterfaceOrientationPortrait 32 | UIInterfaceOrientationLandscapeLeft 33 | UIInterfaceOrientationLandscapeRight 34 | 35 | UISupportedInterfaceOrientations~ipad 36 | 37 | UIInterfaceOrientationPortrait 38 | UIInterfaceOrientationPortraitUpsideDown 39 | UIInterfaceOrientationLandscapeLeft 40 | UIInterfaceOrientationLandscapeRight 41 | 42 | UIViewControllerBasedStatusBarAppearance 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" -------------------------------------------------------------------------------- /lib/components/spotify_home.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:provider/provider.dart'; 3 | import 'package:spotify_clone/logic/home_logic.dart'; 4 | 5 | class SpotifyHome extends StatelessWidget { 6 | @override 7 | Widget build(BuildContext context) { 8 | // final sessionObject = Provider.of(context); 9 | return Scaffold( 10 | bottomNavigationBar: Container( 11 | height: 60.0, 12 | color: Colors.grey.withOpacity(0.2), 13 | child: Row( 14 | mainAxisAlignment: MainAxisAlignment.spaceAround, 15 | crossAxisAlignment: CrossAxisAlignment.center, 16 | children: [ 17 | Column( 18 | mainAxisAlignment: MainAxisAlignment.spaceEvenly, 19 | crossAxisAlignment: CrossAxisAlignment.center, 20 | children: [ 21 | Icon(Icons.home), 22 | Text("Home"), 23 | ], 24 | ), 25 | Column( 26 | mainAxisAlignment: MainAxisAlignment.spaceEvenly, 27 | crossAxisAlignment: CrossAxisAlignment.center, 28 | children: [ 29 | Icon(Icons.search), 30 | Text("Search"), 31 | ], 32 | ), 33 | Column( 34 | mainAxisAlignment: MainAxisAlignment.spaceEvenly, 35 | crossAxisAlignment: CrossAxisAlignment.center, 36 | children: [ 37 | Icon(Icons.library_music), 38 | Text("Library"), 39 | ], 40 | ), 41 | Column( 42 | mainAxisAlignment: MainAxisAlignment.spaceEvenly, 43 | crossAxisAlignment: CrossAxisAlignment.center, 44 | children: [ 45 | Icon(Icons.person_outline), 46 | Text("Premium"), 47 | ], 48 | ), 49 | ], 50 | ), 51 | ), 52 | body: SafeArea( 53 | child: ListView( 54 | children: [ 55 | Container( 56 | child: Column( 57 | mainAxisAlignment: MainAxisAlignment.start, 58 | crossAxisAlignment: CrossAxisAlignment.center, 59 | children: [ 60 | Material( 61 | child: ChangeNotifierProvider( 62 | create: (_)=>RecentlyPlayedLogic(), 63 | child: RecenlyPlayed(), 64 | ), 65 | ) 66 | // MadeforYou(), 67 | // RecomendedforYou(), 68 | // PopularTrending(), 69 | // EditorsPicks(), 70 | // GlobalReleases(), 71 | // BecauseYouLike(), 72 | 73 | 74 | ], 75 | ), 76 | ), 77 | ], 78 | ) 79 | ) 80 | ); 81 | } 82 | } 83 | 84 | class RecenlyPlayed extends StatelessWidget { 85 | @override 86 | Widget build(BuildContext context) { 87 | final recentlyPlayed = Provider.of(context); 88 | if(!recentlyPlayed.funCalled){ 89 | recentlyPlayed.getSongHistory(); 90 | } 91 | 92 | return Container( 93 | child: Column( 94 | mainAxisAlignment: MainAxisAlignment.start, 95 | crossAxisAlignment: CrossAxisAlignment.start, 96 | children: [ 97 | InkWell( 98 | child: Align( 99 | alignment: Alignment.centerRight, 100 | child: Padding( 101 | padding: EdgeInsets.all(10.0), 102 | child: Icon(Icons.settings), 103 | ), 104 | ), 105 | ), 106 | Padding( 107 | padding: EdgeInsets.fromLTRB(10.0, 0.0, 0.0, 10.0), 108 | child: Text("Recently played", style: TextStyle( 109 | fontFamily: 'Proxima Nova Bold', 110 | fontSize: 30.0 111 | ),), 112 | ), 113 | 114 | !recentlyPlayed.funCalled ? Center( 115 | child: CircularProgressIndicator(), 116 | ) : Container( 117 | height: MediaQuery.of(context).size.height*0.30, 118 | child: ListView.builder( 119 | shrinkWrap: true, 120 | primary: false, 121 | scrollDirection: Axis.horizontal, 122 | itemCount: recentlyPlayed.recntlyPlayedStuff.length, 123 | itemBuilder: (context, i){ 124 | return Container( 125 | margin: EdgeInsets.all(15.0), 126 | child: Column( 127 | mainAxisAlignment: MainAxisAlignment.start, 128 | crossAxisAlignment: CrossAxisAlignment.start, 129 | children: [ 130 | Container( 131 | height: MediaQuery.of(context).size.height*0.2, 132 | width: MediaQuery.of(context).size.height*0.2, 133 | decoration: BoxDecoration( 134 | image: DecorationImage( 135 | image: recentlyPlayed.recntlyPlayedStuff[i].type == "song" ? NetworkImage(recentlyPlayed.recntlyPlayedStuff[i].thumbnail) : AssetImage(recentlyPlayed.recntlyPlayedStuff[i].thumbnail), 136 | fit: BoxFit.cover, 137 | ) 138 | ), 139 | ), 140 | SizedBox( 141 | height: 10.0, 142 | ), 143 | Text(recentlyPlayed.recntlyPlayedStuff[i].title, style: TextStyle( 144 | fontFamily: 'Proxima Nova Bold', 145 | fontSize: 18.0, 146 | ),), 147 | ], 148 | ), 149 | ); 150 | }, 151 | ), 152 | ), 153 | ], 154 | ), 155 | ); 156 | } 157 | } -------------------------------------------------------------------------------- /lib/logic/admin_logic.dart: -------------------------------------------------------------------------------- 1 | import 'package:cloud_firestore/cloud_firestore.dart'; 2 | import 'package:flutter/widgets.dart'; 3 | 4 | class Admin extends ChangeNotifier{ 5 | 6 | String name, coverUrl; 7 | void addArtist(String name, String imageUrl){ 8 | try{ 9 | var ref = FirebaseFirestore.instance.collection("artists").doc(); 10 | ref.set({ 11 | "artistId": ref.id, 12 | "name": name, 13 | "artistIndex": name[0], 14 | "date": DateTime.now(), 15 | "followers": 0, 16 | "monthlyListerners": 0, 17 | "coverImageUrl": imageUrl 18 | }).then((doc){ 19 | print("Perfect"); 20 | }).catchError((e){ 21 | print(e); 22 | }); 23 | }catch(e){ 24 | print(e.message); 25 | } 26 | } 27 | 28 | String catName, catImageUrl; 29 | void addCategory(String title, String thumbnailUrl){ 30 | var ref = FirebaseFirestore.instance.collection("categories").doc(); 31 | ref.set({ 32 | "categoryId": ref.id, 33 | "isActive": true, 34 | "categoryTitle": title, 35 | "categoryThumbnailUrl": thumbnailUrl, 36 | "categoryIndex": title[0] 37 | }).then((E){ 38 | print("Perfect"); 39 | }).catchError((e){ 40 | print(e); 41 | }); 42 | } 43 | 44 | reloadTheState(){ 45 | notifyListeners(); 46 | } 47 | 48 | 49 | String audioName, audioUrl, performedBy, writtenBy, producedBy, source,songThumbnail; 50 | List> lyrics = []; 51 | Map albumofSong; 52 | 53 | //For Searching 54 | List data = []; 55 | List qdata = []; 56 | List catData = []; 57 | List qcatData = []; 58 | 59 | void addSongs(String title, String audioUrl, String performedBy, String writtenBy, String producedBy, String source, String artistIdInside, String songthumbnail, List> categories, List> lyrics, Map albumInfo){ 60 | var ref = FirebaseFirestore.instance.collection("songs").doc(); 61 | print(artistIdInside); 62 | ref.set({ 63 | "songId": ref.id, 64 | "songTitle": title, 65 | "songIndex": title[0], 66 | "songThumbnail": songthumbnail, 67 | "releasedTimestamp": DateTime.now(), 68 | "audioUrl": audioUrl, 69 | "performedBy": performedBy, 70 | "writtenBy": writtenBy, 71 | "producedBy": producedBy, 72 | "source": source, 73 | "numberOfPlays": 0, 74 | "artistId": artistIdInside, 75 | "categories": categories, 76 | "lyrics": lyrics, 77 | "album": albumInfo 78 | }).then((doc){ 79 | print("Perfect"); 80 | }).catchError((e){ 81 | print(e); 82 | }); 83 | } 84 | 85 | 86 | String albumTitle, copyrightOwnership, albumThumbnail; 87 | void addAlbum(String artistId ,String title, String copyrightOwnership, String albumThumbnail){ 88 | var ref = FirebaseFirestore.instance.collection("albums").doc(); 89 | ref.set({ 90 | "albumId": ref.id, 91 | "artistId": artistId, 92 | "albumTitle": title, 93 | "albumIndex": title[0], 94 | "releasedTime": DateTime.now(), 95 | "copyrightOwnership": copyrightOwnership, 96 | "albumThumbnail": albumThumbnail, 97 | }).then((doc){ 98 | print("Perfect!"); 99 | }).catchError((e){ 100 | print(e); 101 | }); 102 | } 103 | } -------------------------------------------------------------------------------- /lib/logic/auth_logic.dart: -------------------------------------------------------------------------------- 1 | import 'package:cloud_firestore/cloud_firestore.dart'; 2 | import 'package:firebase_auth/firebase_auth.dart'; 3 | import 'package:flutter/foundation.dart'; 4 | import 'package:flutter/material.dart'; 5 | import 'package:provider/provider.dart'; 6 | import 'package:spotify_clone/components/spotify_home.dart'; 7 | import 'package:spotify_clone/logic/basic_ui.dart'; 8 | 9 | 10 | class SessionManagement extends ChangeNotifier{ 11 | User fUser; 12 | 13 | Future currentUser()async{ 14 | User user = FirebaseAuth.instance.currentUser; 15 | if(user == null){ 16 | print("No User"); 17 | }else{ 18 | print("Current User : "+user.uid); 19 | return user; 20 | } 21 | return null; 22 | } 23 | 24 | 25 | 26 | Future logout()async{ 27 | try{ 28 | await FirebaseAuth.instance.signOut(); 29 | return true; 30 | }catch(e){ 31 | return false; 32 | } 33 | } 34 | 35 | } 36 | 37 | class LoginLogic extends ChangeNotifier{ 38 | bool loginButton = false; 39 | bool showPassword = false; 40 | bool isAuthenticating = false; 41 | 42 | String email, password; 43 | 44 | void showPassFun(){ 45 | showPassword = !showPassword; 46 | notifyListeners(); 47 | } 48 | 49 | void loginButtonListener(String username, String password){ 50 | if(username.length > 5 && password.length > 5){ 51 | loginButton = true; 52 | notifyListeners(); 53 | }else{ 54 | loginButton = false; 55 | notifyListeners(); 56 | } 57 | } 58 | 59 | 60 | void loginIn(BuildContext context ,String email, String pass)async{ 61 | print("Username : "+email+"Password : "+pass); 62 | isAuthenticating = true; 63 | notifyListeners(); 64 | try{ 65 | UserCredential user = await FirebaseAuth.instance.signInWithEmailAndPassword(email: email, password: pass); 66 | print(user.user.uid); 67 | isAuthenticating = false; 68 | notifyListeners(); 69 | Navigator.pushAndRemoveUntil(context, MaterialPageRoute(builder: (context)=>MultiProvider( 70 | providers: [ 71 | ChangeNotifierProvider(create: (_)=>SessionManagement(),) 72 | ], 73 | child: SpotifyHome(), 74 | )), (Route route)=>false); 75 | }catch(e){ 76 | final ShowCustomAlertDialog showCustomAlertDialog = ShowCustomAlertDialog(); 77 | print("Catch Error : "+e.message); 78 | showCustomAlertDialog.showCustomDialog(context, e.message); 79 | isAuthenticating = false; 80 | loginButton = false; 81 | notifyListeners(); 82 | } 83 | } 84 | } 85 | 86 | class CreateUserAccount extends ChangeNotifier{ 87 | 88 | final PageController pctrl = PageController(initialPage: 0); 89 | bool emailNextEnabled = false; 90 | bool passNextEnabled = false; 91 | bool nameNextEnabled = false; 92 | 93 | bool isCreatingAccount = false; 94 | 95 | bool showPassword = false; 96 | String name, email, password; 97 | 98 | void emailNextButtonListener(String text){ 99 | if(text.length > 5){ 100 | emailNextEnabled = true; 101 | }else{ 102 | emailNextEnabled = false; 103 | } 104 | notifyListeners(); 105 | } 106 | 107 | void passNextButtonListener(String text){ 108 | if(text.length > 6){ 109 | passNextEnabled = true; 110 | }else{ 111 | passNextEnabled = false; 112 | } 113 | notifyListeners(); 114 | } 115 | 116 | void nameNextButtonListener(String text){ 117 | if(text.length > 6){ 118 | nameNextEnabled = true; 119 | }else{ 120 | nameNextEnabled = false; 121 | } 122 | notifyListeners(); 123 | } 124 | 125 | void showPassFun(){ 126 | showPassword = !showPassword; 127 | notifyListeners(); 128 | } 129 | 130 | Future signUp(BuildContext context ,String name ,String email, String password)async{ 131 | isCreatingAccount = true; 132 | notifyListeners(); 133 | try{ 134 | UserCredential userCredential = await FirebaseAuth.instance.createUserWithEmailAndPassword(email: email, password: password); 135 | print("Signed up as : "+userCredential.user.uid); 136 | await FirebaseFirestore.instance.collection("users").doc(userCredential.user.uid).set({ 137 | "name": name, 138 | "nameIndex": name[0], 139 | "premiumMember": false, 140 | "email": email, 141 | "uid": userCredential.user.uid 142 | }); 143 | isCreatingAccount = false; 144 | notifyListeners(); 145 | Navigator.pushAndRemoveUntil(context, MaterialPageRoute(builder: (context)=>MultiProvider( 146 | providers: [ 147 | ChangeNotifierProvider(create: (_)=>SessionManagement(),) 148 | ], 149 | child: SpotifyHome(), 150 | )), (Route route)=>false); 151 | return true; 152 | }catch(e){ 153 | final ShowCustomAlertDialog showCustomAlertDialog = ShowCustomAlertDialog(); 154 | print(e.message); 155 | isCreatingAccount = false; 156 | notifyListeners(); 157 | showCustomAlertDialog.showCustomDialog(context, e.message); 158 | return false; 159 | } 160 | 161 | 162 | } 163 | 164 | } 165 | 166 | 167 | class ForgotPassword extends ChangeNotifier{ 168 | String email; 169 | ShowCustomAlertDialog showCustomAlertDialog = ShowCustomAlertDialog(); 170 | bool getLinkEnable = false; 171 | void buttonActivateListener(String text){ 172 | //print(text); 173 | email = text; 174 | if(text.length > 5){ 175 | getLinkEnable = true; 176 | notifyListeners(); 177 | }else{ 178 | getLinkEnable = false; 179 | notifyListeners(); 180 | } 181 | } 182 | Future sendEmail(BuildContext context ,String email)async{ 183 | try{ 184 | await FirebaseAuth.instance.sendPasswordResetEmail(email: email); 185 | return true; 186 | }catch(e){ 187 | print(e.message); 188 | showCustomAlertDialog.showCustomDialog(context, e.message); 189 | return false; 190 | } 191 | } 192 | } -------------------------------------------------------------------------------- /lib/logic/basic_ui.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | //Basic UI Classes 4 | class ShowCustomAlertDialog extends ChangeNotifier{ 5 | Future showCustomDialog(BuildContext context, String message){ 6 | return showDialog( 7 | context: context, 8 | builder: (context){ 9 | return AlertDialog( 10 | title: Text(message), 11 | actions: [ 12 | Center( 13 | child: RaisedButton( 14 | color: Colors.green, 15 | onPressed: (){ 16 | Navigator.pop(context); 17 | }, 18 | child: Text("Okay!"), 19 | ), 20 | ), 21 | ], 22 | ); 23 | } 24 | ); 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /lib/logic/home_logic.dart: -------------------------------------------------------------------------------- 1 | import 'package:cloud_firestore/cloud_firestore.dart'; 2 | import 'package:firebase_auth/firebase_auth.dart'; 3 | import 'package:flutter/foundation.dart'; 4 | 5 | 6 | class RecentlyPlayedStuff{ 7 | String id; 8 | String type; 9 | DateTime lastPlayed; 10 | String thumbnail; 11 | String title; 12 | 13 | RecentlyPlayedStuff({this.id, this.type, this.lastPlayed, this.thumbnail, this.title}); 14 | } 15 | 16 | class RecentlyPlayedLogic extends ChangeNotifier{ 17 | 18 | bool funCalled = false; 19 | 20 | List recntlyPlayedStuff = []; 21 | void getSongHistory() async{ 22 | final User firebaseUser = FirebaseAuth.instance.currentUser; 23 | print("Getting Data"); 24 | QuerySnapshot qsnap = await FirebaseFirestore.instance.collection("users").doc(firebaseUser.uid).collection("songHistory").get(); 25 | List data = qsnap.docs; 26 | recntlyPlayedStuff = []; 27 | for(int i=0; i data = qsnap.docs; 49 | for(int i=0; i=2.1.0 <3.0.0" 18 | 19 | dependencies: 20 | flutter: 21 | sdk: flutter 22 | 23 | # The following adds the Cupertino Icons font to your application. 24 | # Use with the CupertinoIcons class for iOS style icons. 25 | cupertino_icons: ^0.1.2 26 | firebase_core: ^0.5.1 27 | cloud_firestore: ^0.14.2 28 | firebase_auth: ^0.18.2 29 | provider: ^4.3.2+2 30 | 31 | 32 | dev_dependencies: 33 | flutter_test: 34 | sdk: flutter 35 | 36 | 37 | # For information on the generic Dart part of this file, see the 38 | # following page: https://dart.dev/tools/pub/pubspec 39 | 40 | # The following section is specific to Flutter. 41 | flutter: 42 | 43 | # The following line ensures that the Material Icons font is 44 | # included with your application, so that you can use the icons in 45 | # the material Icons class. 46 | uses-material-design: true 47 | 48 | # To add assets to your application, add an assets section, like this: 49 | assets: 50 | - images/spotify_logo_banner_black.png 51 | - images/spotify_logo_title.png 52 | - images/spotify_logo_vertical_black.jpg 53 | - images/spotify_logo.jpg 54 | - images/spotify_smaller.png 55 | - images/Spotify_logo_horizontal_black.jpg 56 | 57 | # An image asset can refer to one or more resolution-specific "variants", see 58 | # https://flutter.dev/assets-and-images/#resolution-aware. 59 | 60 | # For details regarding adding assets from package dependencies, see 61 | # https://flutter.dev/assets-and-images/#from-packages 62 | 63 | # To add custom fonts to your application, add a fonts section here, 64 | # in this "flutter" section. Each entry in this list should have a 65 | # "family" key with the font family name, and a "fonts" key with a 66 | # list giving the asset and other descriptors for the font. For 67 | # example: 68 | fonts: 69 | - family: Proxima Nova 70 | fonts: 71 | - asset: fonts/Proxima Nova/Proxima Nova Regular.ttf 72 | - family: Proxima Nova Bold 73 | fonts: 74 | - asset: fonts/Proxima Nova/Proxima Nova Bold.ttf 75 | 76 | # For details regarding fonts from package dependencies, 77 | # see https://flutter.dev/custom-fonts/#from-packages 78 | -------------------------------------------------------------------------------- /spotify_clone.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | spotify_clone 6 | 7 | 8 | 9 | 10 | 11 | --------------------------------------------------------------------------------