mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-15 00:25:17 +00:00

* chore: fix analyzer issues * fix(updater): dead link (#1408) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Update use_update_checker.dart --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * fix(linux): tray icon not showing #541 upgrade old packages * fix(search): load more button not working #1417 * fix: spotify friends and user profile icon (mobile) showing when not authenticated #1410 * chore: add docker and m1 based linux arm build * cd: fix sed failing us * cd: use docker cask * fix: windows SSL Certificate error breaking login #905 (#1474) * fix: certificate error by using custom ssl certificate * Cd/docker linux ar (#1468) * cd: use docker buildx * cd: use linux host for linux arm instead of macos m1 m1 doesn't support nested virtualization. (Apple truly sucks) * cd: don't specify arch in Dockerfile * cd: use custom Dockerfile from ubuntu instead of flutter image * cd: add setup java for android * cd: add flutter distributor pre-built docker image for arm * cd: save me from this cursed arm build * cd: ?? * cd: ?? * cd: use docker build * fix: windows SSL Exception for Signing in * refactor: extract update checker as a basic function instead of a hook * cd: fix windows build error due to nightly version format * cd: fix github versioning scheme * chore: remove assets/ca entry in pubspec.yaml * fix(macos): Logs directory not created by default #1353 * refactor: Dart based Github Workflow CLI (#1490) * feat: add build dart script for windows * feat: add android build support * feat: add linux build support * feat: add macos build support * feat: add ios build support * feat: add deps install command and workflow file * cd: what? * cd: what? * cd: what? * cd: update workflow inputs * cd: replace release binary * cd: run flutter pub get * cd: use dpkg zstd instead of xz, windows disable innoInstall, fix channel enum.name and reset pubspec after changing build no for nightly * cd: fix tar copy path * cd: fix copy linux command * cd: fix windows inno depend and fix android aab path * cd: idk * cd: linux why??? * cd: windows choco copy failed * cd: use dart tar archive for creating tar file * cd: fix linux file copy error * cd: use tar command directly * feat: add linux_arm platform * cd: add linux_arm platform * cd: don't know what? * feat: notification about nightly channel update * chore: fix some errors parsing nightly version info * refactor: move dart scripts as commands under CLI * chore: add translated message command to command list * feat(translations): add Basque translation (#1493) * added Basque translation * chore: fix country codes and language native name --------- Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(translations): add georgian language (#1450) * feat: add georgian language * feat: translate more georgian words * feat(translations): add Finnish translations (#1449) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * added finnish translation * chore: fix arb syntax errors and language in l10n entries --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> Co-authored-by: Onni Nevala <nevalaonni@gmail.com> * feat(translations): add Indonesian translation (#1426) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Add Indonesia translation --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(translations): Improve tr locales (#1419) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Improve tr locales --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(player): add volume slider floating label showing percentage (#1445) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * add volume level tooltip in volume_slider --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * fix: fallback to LRCLIB when lyrics line less than 6 lines #1461 * feat: Local music library (#1479) * feat: add one additional library folder This folder just doesn't get downloaded to. I think I'm going to rework it so that it can be multiple folders, but I'm going to commit my progress so far anyway. Signed-off-by: Blake Leonard <me@blakes.dev> * chore: update dependencies so that it builds I'm not sure if this breaks CI or something, but I couldn't build it locally to test my changes, so I made these changes and it builds again. Signed-off-by: Blake Leonard <me@blakes.dev> * feat: index multiple folders of local music If you used a previous commit from this branch, this is a breaking change, because it changes the type of a configuration field. but since this is still in development, it should be fine. Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: manage local library in local tracks tab This also refactors the list to use slivers instead. That's the easiest way to have multiple scrolling lists here... The console keeps getting spammed with some intermediate layout error but I can't hold it long enough to figure out what's causing it. Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: use folder add/remove icons in library Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: remove redundant settings page Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: rename "Local Tracks" to just "Local" Not sure if this would be the recommended way to do it... Signed-off-by: Blake Leonard <me@blakes.dev> * fix: console spam about useless Expanded Signed-off-by: Blake Leonard <me@blakes.dev> * chore: remove completed TODO Signed-off-by: Blake Leonard <me@blakes.dev> * chore: use new Platform constants; regenerate plugins Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: put local libraries on separate pages Signed-off-by: Blake Leonard <me@blakes.dev> --------- Signed-off-by: Blake Leonard <me@blakes.dev> * fix: local track not showing up in queue * feat: local library folder cards * feat: personalized stats based on local music history (#1522) * feat: add playback history provider * feat: implement recently played section * refactor: use route names * feat: add stats summary and top tracks/artists/albums * feat: add top date based filtering * feat: add stream money calculation * refactor: place search in mobile navbar and settings in home appbar * feat: add individual minutes and streams page * feat(stats): add individual minutes and streams page * chore: default period to 1 month * feat: add text to explain user how hypothetical fees are calculated * chore: ensure usage of route names instead of direct paths * cd: add cache key * cd: remove media_kit_event_loop from git * fix: some text are garbled in different parts of the app #1463 #1505 * refactor: use replace http with dio and use it as the default * cd: use dio in cli as well * chore: fix home feed not showing up * chore: downloaded tracks folder not opening * feat: play initially available tracks of playlist/album immediately and fetch rest in background #670 * feat: upgrade to Flutter 3.22.0 * refactor: migrate deprecated warnings * fix(playback): skipping tracks with unplayable sources instead of falling back #1492 * chore: migrate android gradle to declarative config syntax * chore: disable impeller for now * fix(windows): installer tries to install in current directory * chore: upgrade deps and appbar bg fix * chore: podspec update * chore: bump version and generate changelogs --------- Signed-off-by: Blake Leonard <me@blakes.dev> Co-authored-by: Kshamendra <github@ghoulcloud.slmail.me> Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Josu Igoa <josuigoa@ni.eus> Co-authored-by: Omari Sopromadze <omari.sopromadze@gmail.com> Co-authored-by: ctih <78687256+ctih1@users.noreply.github.com> Co-authored-by: Onni Nevala <nevalaonni@gmail.com> Co-authored-by: Yusril Rapsanjani <yusriltakeuchi@gmail.com> Co-authored-by: W͏ I͏ N͏ Z͏ O͏ R͏ T͏ <75412448+mikropsoft@users.noreply.github.com> Co-authored-by: Akash Pattnaik <akashjio66666@gmail.com> Co-authored-by: Blake Leonard <blake@1024256.xyz>
757 lines
24 KiB
Dart
757 lines
24 KiB
Dart
// coverage:ignore-file
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target, unnecessary_question_mark
|
|
|
|
part of 'recommendation_seeds.dart';
|
|
|
|
// **************************************************************************
|
|
// FreezedGenerator
|
|
// **************************************************************************
|
|
|
|
T _$identity<T>(T value) => value;
|
|
|
|
final _privateConstructorUsedError = UnsupportedError(
|
|
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');
|
|
|
|
/// @nodoc
|
|
mixin _$GeneratePlaylistProviderInput {
|
|
Iterable<String>? get seedArtists => throw _privateConstructorUsedError;
|
|
Iterable<String>? get seedGenres => throw _privateConstructorUsedError;
|
|
Iterable<String>? get seedTracks => throw _privateConstructorUsedError;
|
|
int get limit => throw _privateConstructorUsedError;
|
|
RecommendationSeeds? get max => throw _privateConstructorUsedError;
|
|
RecommendationSeeds? get min => throw _privateConstructorUsedError;
|
|
RecommendationSeeds? get target => throw _privateConstructorUsedError;
|
|
|
|
@JsonKey(ignore: true)
|
|
$GeneratePlaylistProviderInputCopyWith<GeneratePlaylistProviderInput>
|
|
get copyWith => throw _privateConstructorUsedError;
|
|
}
|
|
|
|
/// @nodoc
|
|
abstract class $GeneratePlaylistProviderInputCopyWith<$Res> {
|
|
factory $GeneratePlaylistProviderInputCopyWith(
|
|
GeneratePlaylistProviderInput value,
|
|
$Res Function(GeneratePlaylistProviderInput) then) =
|
|
_$GeneratePlaylistProviderInputCopyWithImpl<$Res,
|
|
GeneratePlaylistProviderInput>;
|
|
@useResult
|
|
$Res call(
|
|
{Iterable<String>? seedArtists,
|
|
Iterable<String>? seedGenres,
|
|
Iterable<String>? seedTracks,
|
|
int limit,
|
|
RecommendationSeeds? max,
|
|
RecommendationSeeds? min,
|
|
RecommendationSeeds? target});
|
|
|
|
$RecommendationSeedsCopyWith<$Res>? get max;
|
|
$RecommendationSeedsCopyWith<$Res>? get min;
|
|
$RecommendationSeedsCopyWith<$Res>? get target;
|
|
}
|
|
|
|
/// @nodoc
|
|
class _$GeneratePlaylistProviderInputCopyWithImpl<$Res,
|
|
$Val extends GeneratePlaylistProviderInput>
|
|
implements $GeneratePlaylistProviderInputCopyWith<$Res> {
|
|
_$GeneratePlaylistProviderInputCopyWithImpl(this._value, this._then);
|
|
|
|
// ignore: unused_field
|
|
final $Val _value;
|
|
// ignore: unused_field
|
|
final $Res Function($Val) _then;
|
|
|
|
@pragma('vm:prefer-inline')
|
|
@override
|
|
$Res call({
|
|
Object? seedArtists = freezed,
|
|
Object? seedGenres = freezed,
|
|
Object? seedTracks = freezed,
|
|
Object? limit = null,
|
|
Object? max = freezed,
|
|
Object? min = freezed,
|
|
Object? target = freezed,
|
|
}) {
|
|
return _then(_value.copyWith(
|
|
seedArtists: freezed == seedArtists
|
|
? _value.seedArtists
|
|
: seedArtists // ignore: cast_nullable_to_non_nullable
|
|
as Iterable<String>?,
|
|
seedGenres: freezed == seedGenres
|
|
? _value.seedGenres
|
|
: seedGenres // ignore: cast_nullable_to_non_nullable
|
|
as Iterable<String>?,
|
|
seedTracks: freezed == seedTracks
|
|
? _value.seedTracks
|
|
: seedTracks // ignore: cast_nullable_to_non_nullable
|
|
as Iterable<String>?,
|
|
limit: null == limit
|
|
? _value.limit
|
|
: limit // ignore: cast_nullable_to_non_nullable
|
|
as int,
|
|
max: freezed == max
|
|
? _value.max
|
|
: max // ignore: cast_nullable_to_non_nullable
|
|
as RecommendationSeeds?,
|
|
min: freezed == min
|
|
? _value.min
|
|
: min // ignore: cast_nullable_to_non_nullable
|
|
as RecommendationSeeds?,
|
|
target: freezed == target
|
|
? _value.target
|
|
: target // ignore: cast_nullable_to_non_nullable
|
|
as RecommendationSeeds?,
|
|
) as $Val);
|
|
}
|
|
|
|
@override
|
|
@pragma('vm:prefer-inline')
|
|
$RecommendationSeedsCopyWith<$Res>? get max {
|
|
if (_value.max == null) {
|
|
return null;
|
|
}
|
|
|
|
return $RecommendationSeedsCopyWith<$Res>(_value.max!, (value) {
|
|
return _then(_value.copyWith(max: value) as $Val);
|
|
});
|
|
}
|
|
|
|
@override
|
|
@pragma('vm:prefer-inline')
|
|
$RecommendationSeedsCopyWith<$Res>? get min {
|
|
if (_value.min == null) {
|
|
return null;
|
|
}
|
|
|
|
return $RecommendationSeedsCopyWith<$Res>(_value.min!, (value) {
|
|
return _then(_value.copyWith(min: value) as $Val);
|
|
});
|
|
}
|
|
|
|
@override
|
|
@pragma('vm:prefer-inline')
|
|
$RecommendationSeedsCopyWith<$Res>? get target {
|
|
if (_value.target == null) {
|
|
return null;
|
|
}
|
|
|
|
return $RecommendationSeedsCopyWith<$Res>(_value.target!, (value) {
|
|
return _then(_value.copyWith(target: value) as $Val);
|
|
});
|
|
}
|
|
}
|
|
|
|
/// @nodoc
|
|
abstract class _$$GeneratePlaylistProviderInputImplCopyWith<$Res>
|
|
implements $GeneratePlaylistProviderInputCopyWith<$Res> {
|
|
factory _$$GeneratePlaylistProviderInputImplCopyWith(
|
|
_$GeneratePlaylistProviderInputImpl value,
|
|
$Res Function(_$GeneratePlaylistProviderInputImpl) then) =
|
|
__$$GeneratePlaylistProviderInputImplCopyWithImpl<$Res>;
|
|
@override
|
|
@useResult
|
|
$Res call(
|
|
{Iterable<String>? seedArtists,
|
|
Iterable<String>? seedGenres,
|
|
Iterable<String>? seedTracks,
|
|
int limit,
|
|
RecommendationSeeds? max,
|
|
RecommendationSeeds? min,
|
|
RecommendationSeeds? target});
|
|
|
|
@override
|
|
$RecommendationSeedsCopyWith<$Res>? get max;
|
|
@override
|
|
$RecommendationSeedsCopyWith<$Res>? get min;
|
|
@override
|
|
$RecommendationSeedsCopyWith<$Res>? get target;
|
|
}
|
|
|
|
/// @nodoc
|
|
class __$$GeneratePlaylistProviderInputImplCopyWithImpl<$Res>
|
|
extends _$GeneratePlaylistProviderInputCopyWithImpl<$Res,
|
|
_$GeneratePlaylistProviderInputImpl>
|
|
implements _$$GeneratePlaylistProviderInputImplCopyWith<$Res> {
|
|
__$$GeneratePlaylistProviderInputImplCopyWithImpl(
|
|
_$GeneratePlaylistProviderInputImpl _value,
|
|
$Res Function(_$GeneratePlaylistProviderInputImpl) _then)
|
|
: super(_value, _then);
|
|
|
|
@pragma('vm:prefer-inline')
|
|
@override
|
|
$Res call({
|
|
Object? seedArtists = freezed,
|
|
Object? seedGenres = freezed,
|
|
Object? seedTracks = freezed,
|
|
Object? limit = null,
|
|
Object? max = freezed,
|
|
Object? min = freezed,
|
|
Object? target = freezed,
|
|
}) {
|
|
return _then(_$GeneratePlaylistProviderInputImpl(
|
|
seedArtists: freezed == seedArtists
|
|
? _value.seedArtists
|
|
: seedArtists // ignore: cast_nullable_to_non_nullable
|
|
as Iterable<String>?,
|
|
seedGenres: freezed == seedGenres
|
|
? _value.seedGenres
|
|
: seedGenres // ignore: cast_nullable_to_non_nullable
|
|
as Iterable<String>?,
|
|
seedTracks: freezed == seedTracks
|
|
? _value.seedTracks
|
|
: seedTracks // ignore: cast_nullable_to_non_nullable
|
|
as Iterable<String>?,
|
|
limit: null == limit
|
|
? _value.limit
|
|
: limit // ignore: cast_nullable_to_non_nullable
|
|
as int,
|
|
max: freezed == max
|
|
? _value.max
|
|
: max // ignore: cast_nullable_to_non_nullable
|
|
as RecommendationSeeds?,
|
|
min: freezed == min
|
|
? _value.min
|
|
: min // ignore: cast_nullable_to_non_nullable
|
|
as RecommendationSeeds?,
|
|
target: freezed == target
|
|
? _value.target
|
|
: target // ignore: cast_nullable_to_non_nullable
|
|
as RecommendationSeeds?,
|
|
));
|
|
}
|
|
}
|
|
|
|
/// @nodoc
|
|
|
|
class _$GeneratePlaylistProviderInputImpl
|
|
implements _GeneratePlaylistProviderInput {
|
|
_$GeneratePlaylistProviderInputImpl(
|
|
{this.seedArtists,
|
|
this.seedGenres,
|
|
this.seedTracks,
|
|
required this.limit,
|
|
this.max,
|
|
this.min,
|
|
this.target});
|
|
|
|
@override
|
|
final Iterable<String>? seedArtists;
|
|
@override
|
|
final Iterable<String>? seedGenres;
|
|
@override
|
|
final Iterable<String>? seedTracks;
|
|
@override
|
|
final int limit;
|
|
@override
|
|
final RecommendationSeeds? max;
|
|
@override
|
|
final RecommendationSeeds? min;
|
|
@override
|
|
final RecommendationSeeds? target;
|
|
|
|
@override
|
|
String toString() {
|
|
return 'GeneratePlaylistProviderInput(seedArtists: $seedArtists, seedGenres: $seedGenres, seedTracks: $seedTracks, limit: $limit, max: $max, min: $min, target: $target)';
|
|
}
|
|
|
|
@override
|
|
bool operator ==(Object other) {
|
|
return identical(this, other) ||
|
|
(other.runtimeType == runtimeType &&
|
|
other is _$GeneratePlaylistProviderInputImpl &&
|
|
const DeepCollectionEquality()
|
|
.equals(other.seedArtists, seedArtists) &&
|
|
const DeepCollectionEquality()
|
|
.equals(other.seedGenres, seedGenres) &&
|
|
const DeepCollectionEquality()
|
|
.equals(other.seedTracks, seedTracks) &&
|
|
(identical(other.limit, limit) || other.limit == limit) &&
|
|
(identical(other.max, max) || other.max == max) &&
|
|
(identical(other.min, min) || other.min == min) &&
|
|
(identical(other.target, target) || other.target == target));
|
|
}
|
|
|
|
@override
|
|
int get hashCode => Object.hash(
|
|
runtimeType,
|
|
const DeepCollectionEquality().hash(seedArtists),
|
|
const DeepCollectionEquality().hash(seedGenres),
|
|
const DeepCollectionEquality().hash(seedTracks),
|
|
limit,
|
|
max,
|
|
min,
|
|
target);
|
|
|
|
@JsonKey(ignore: true)
|
|
@override
|
|
@pragma('vm:prefer-inline')
|
|
_$$GeneratePlaylistProviderInputImplCopyWith<
|
|
_$GeneratePlaylistProviderInputImpl>
|
|
get copyWith => __$$GeneratePlaylistProviderInputImplCopyWithImpl<
|
|
_$GeneratePlaylistProviderInputImpl>(this, _$identity);
|
|
}
|
|
|
|
abstract class _GeneratePlaylistProviderInput
|
|
implements GeneratePlaylistProviderInput {
|
|
factory _GeneratePlaylistProviderInput(
|
|
{final Iterable<String>? seedArtists,
|
|
final Iterable<String>? seedGenres,
|
|
final Iterable<String>? seedTracks,
|
|
required final int limit,
|
|
final RecommendationSeeds? max,
|
|
final RecommendationSeeds? min,
|
|
final RecommendationSeeds? target}) = _$GeneratePlaylistProviderInputImpl;
|
|
|
|
@override
|
|
Iterable<String>? get seedArtists;
|
|
@override
|
|
Iterable<String>? get seedGenres;
|
|
@override
|
|
Iterable<String>? get seedTracks;
|
|
@override
|
|
int get limit;
|
|
@override
|
|
RecommendationSeeds? get max;
|
|
@override
|
|
RecommendationSeeds? get min;
|
|
@override
|
|
RecommendationSeeds? get target;
|
|
@override
|
|
@JsonKey(ignore: true)
|
|
_$$GeneratePlaylistProviderInputImplCopyWith<
|
|
_$GeneratePlaylistProviderInputImpl>
|
|
get copyWith => throw _privateConstructorUsedError;
|
|
}
|
|
|
|
RecommendationSeeds _$RecommendationSeedsFromJson(Map<String, dynamic> json) {
|
|
return _RecommendationSeeds.fromJson(json);
|
|
}
|
|
|
|
/// @nodoc
|
|
mixin _$RecommendationSeeds {
|
|
num? get acousticness => throw _privateConstructorUsedError;
|
|
num? get danceability => throw _privateConstructorUsedError;
|
|
@JsonKey(name: "duration_ms")
|
|
num? get durationMs => throw _privateConstructorUsedError;
|
|
num? get energy => throw _privateConstructorUsedError;
|
|
num? get instrumentalness => throw _privateConstructorUsedError;
|
|
num? get key => throw _privateConstructorUsedError;
|
|
num? get liveness => throw _privateConstructorUsedError;
|
|
num? get loudness => throw _privateConstructorUsedError;
|
|
num? get mode => throw _privateConstructorUsedError;
|
|
num? get popularity => throw _privateConstructorUsedError;
|
|
num? get speechiness => throw _privateConstructorUsedError;
|
|
num? get tempo => throw _privateConstructorUsedError;
|
|
@JsonKey(name: "time_signature")
|
|
num? get timeSignature => throw _privateConstructorUsedError;
|
|
num? get valence => throw _privateConstructorUsedError;
|
|
|
|
Map<String, dynamic> toJson() => throw _privateConstructorUsedError;
|
|
@JsonKey(ignore: true)
|
|
$RecommendationSeedsCopyWith<RecommendationSeeds> get copyWith =>
|
|
throw _privateConstructorUsedError;
|
|
}
|
|
|
|
/// @nodoc
|
|
abstract class $RecommendationSeedsCopyWith<$Res> {
|
|
factory $RecommendationSeedsCopyWith(
|
|
RecommendationSeeds value, $Res Function(RecommendationSeeds) then) =
|
|
_$RecommendationSeedsCopyWithImpl<$Res, RecommendationSeeds>;
|
|
@useResult
|
|
$Res call(
|
|
{num? acousticness,
|
|
num? danceability,
|
|
@JsonKey(name: "duration_ms") num? durationMs,
|
|
num? energy,
|
|
num? instrumentalness,
|
|
num? key,
|
|
num? liveness,
|
|
num? loudness,
|
|
num? mode,
|
|
num? popularity,
|
|
num? speechiness,
|
|
num? tempo,
|
|
@JsonKey(name: "time_signature") num? timeSignature,
|
|
num? valence});
|
|
}
|
|
|
|
/// @nodoc
|
|
class _$RecommendationSeedsCopyWithImpl<$Res, $Val extends RecommendationSeeds>
|
|
implements $RecommendationSeedsCopyWith<$Res> {
|
|
_$RecommendationSeedsCopyWithImpl(this._value, this._then);
|
|
|
|
// ignore: unused_field
|
|
final $Val _value;
|
|
// ignore: unused_field
|
|
final $Res Function($Val) _then;
|
|
|
|
@pragma('vm:prefer-inline')
|
|
@override
|
|
$Res call({
|
|
Object? acousticness = freezed,
|
|
Object? danceability = freezed,
|
|
Object? durationMs = freezed,
|
|
Object? energy = freezed,
|
|
Object? instrumentalness = freezed,
|
|
Object? key = freezed,
|
|
Object? liveness = freezed,
|
|
Object? loudness = freezed,
|
|
Object? mode = freezed,
|
|
Object? popularity = freezed,
|
|
Object? speechiness = freezed,
|
|
Object? tempo = freezed,
|
|
Object? timeSignature = freezed,
|
|
Object? valence = freezed,
|
|
}) {
|
|
return _then(_value.copyWith(
|
|
acousticness: freezed == acousticness
|
|
? _value.acousticness
|
|
: acousticness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
danceability: freezed == danceability
|
|
? _value.danceability
|
|
: danceability // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
durationMs: freezed == durationMs
|
|
? _value.durationMs
|
|
: durationMs // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
energy: freezed == energy
|
|
? _value.energy
|
|
: energy // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
instrumentalness: freezed == instrumentalness
|
|
? _value.instrumentalness
|
|
: instrumentalness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
key: freezed == key
|
|
? _value.key
|
|
: key // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
liveness: freezed == liveness
|
|
? _value.liveness
|
|
: liveness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
loudness: freezed == loudness
|
|
? _value.loudness
|
|
: loudness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
mode: freezed == mode
|
|
? _value.mode
|
|
: mode // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
popularity: freezed == popularity
|
|
? _value.popularity
|
|
: popularity // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
speechiness: freezed == speechiness
|
|
? _value.speechiness
|
|
: speechiness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
tempo: freezed == tempo
|
|
? _value.tempo
|
|
: tempo // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
timeSignature: freezed == timeSignature
|
|
? _value.timeSignature
|
|
: timeSignature // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
valence: freezed == valence
|
|
? _value.valence
|
|
: valence // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
) as $Val);
|
|
}
|
|
}
|
|
|
|
/// @nodoc
|
|
abstract class _$$RecommendationSeedsImplCopyWith<$Res>
|
|
implements $RecommendationSeedsCopyWith<$Res> {
|
|
factory _$$RecommendationSeedsImplCopyWith(_$RecommendationSeedsImpl value,
|
|
$Res Function(_$RecommendationSeedsImpl) then) =
|
|
__$$RecommendationSeedsImplCopyWithImpl<$Res>;
|
|
@override
|
|
@useResult
|
|
$Res call(
|
|
{num? acousticness,
|
|
num? danceability,
|
|
@JsonKey(name: "duration_ms") num? durationMs,
|
|
num? energy,
|
|
num? instrumentalness,
|
|
num? key,
|
|
num? liveness,
|
|
num? loudness,
|
|
num? mode,
|
|
num? popularity,
|
|
num? speechiness,
|
|
num? tempo,
|
|
@JsonKey(name: "time_signature") num? timeSignature,
|
|
num? valence});
|
|
}
|
|
|
|
/// @nodoc
|
|
class __$$RecommendationSeedsImplCopyWithImpl<$Res>
|
|
extends _$RecommendationSeedsCopyWithImpl<$Res, _$RecommendationSeedsImpl>
|
|
implements _$$RecommendationSeedsImplCopyWith<$Res> {
|
|
__$$RecommendationSeedsImplCopyWithImpl(_$RecommendationSeedsImpl _value,
|
|
$Res Function(_$RecommendationSeedsImpl) _then)
|
|
: super(_value, _then);
|
|
|
|
@pragma('vm:prefer-inline')
|
|
@override
|
|
$Res call({
|
|
Object? acousticness = freezed,
|
|
Object? danceability = freezed,
|
|
Object? durationMs = freezed,
|
|
Object? energy = freezed,
|
|
Object? instrumentalness = freezed,
|
|
Object? key = freezed,
|
|
Object? liveness = freezed,
|
|
Object? loudness = freezed,
|
|
Object? mode = freezed,
|
|
Object? popularity = freezed,
|
|
Object? speechiness = freezed,
|
|
Object? tempo = freezed,
|
|
Object? timeSignature = freezed,
|
|
Object? valence = freezed,
|
|
}) {
|
|
return _then(_$RecommendationSeedsImpl(
|
|
acousticness: freezed == acousticness
|
|
? _value.acousticness
|
|
: acousticness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
danceability: freezed == danceability
|
|
? _value.danceability
|
|
: danceability // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
durationMs: freezed == durationMs
|
|
? _value.durationMs
|
|
: durationMs // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
energy: freezed == energy
|
|
? _value.energy
|
|
: energy // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
instrumentalness: freezed == instrumentalness
|
|
? _value.instrumentalness
|
|
: instrumentalness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
key: freezed == key
|
|
? _value.key
|
|
: key // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
liveness: freezed == liveness
|
|
? _value.liveness
|
|
: liveness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
loudness: freezed == loudness
|
|
? _value.loudness
|
|
: loudness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
mode: freezed == mode
|
|
? _value.mode
|
|
: mode // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
popularity: freezed == popularity
|
|
? _value.popularity
|
|
: popularity // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
speechiness: freezed == speechiness
|
|
? _value.speechiness
|
|
: speechiness // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
tempo: freezed == tempo
|
|
? _value.tempo
|
|
: tempo // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
timeSignature: freezed == timeSignature
|
|
? _value.timeSignature
|
|
: timeSignature // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
valence: freezed == valence
|
|
? _value.valence
|
|
: valence // ignore: cast_nullable_to_non_nullable
|
|
as num?,
|
|
));
|
|
}
|
|
}
|
|
|
|
/// @nodoc
|
|
@JsonSerializable()
|
|
class _$RecommendationSeedsImpl implements _RecommendationSeeds {
|
|
_$RecommendationSeedsImpl(
|
|
{this.acousticness,
|
|
this.danceability,
|
|
@JsonKey(name: "duration_ms") this.durationMs,
|
|
this.energy,
|
|
this.instrumentalness,
|
|
this.key,
|
|
this.liveness,
|
|
this.loudness,
|
|
this.mode,
|
|
this.popularity,
|
|
this.speechiness,
|
|
this.tempo,
|
|
@JsonKey(name: "time_signature") this.timeSignature,
|
|
this.valence});
|
|
|
|
factory _$RecommendationSeedsImpl.fromJson(Map<String, dynamic> json) =>
|
|
_$$RecommendationSeedsImplFromJson(json);
|
|
|
|
@override
|
|
final num? acousticness;
|
|
@override
|
|
final num? danceability;
|
|
@override
|
|
@JsonKey(name: "duration_ms")
|
|
final num? durationMs;
|
|
@override
|
|
final num? energy;
|
|
@override
|
|
final num? instrumentalness;
|
|
@override
|
|
final num? key;
|
|
@override
|
|
final num? liveness;
|
|
@override
|
|
final num? loudness;
|
|
@override
|
|
final num? mode;
|
|
@override
|
|
final num? popularity;
|
|
@override
|
|
final num? speechiness;
|
|
@override
|
|
final num? tempo;
|
|
@override
|
|
@JsonKey(name: "time_signature")
|
|
final num? timeSignature;
|
|
@override
|
|
final num? valence;
|
|
|
|
@override
|
|
String toString() {
|
|
return 'RecommendationSeeds(acousticness: $acousticness, danceability: $danceability, durationMs: $durationMs, energy: $energy, instrumentalness: $instrumentalness, key: $key, liveness: $liveness, loudness: $loudness, mode: $mode, popularity: $popularity, speechiness: $speechiness, tempo: $tempo, timeSignature: $timeSignature, valence: $valence)';
|
|
}
|
|
|
|
@override
|
|
bool operator ==(Object other) {
|
|
return identical(this, other) ||
|
|
(other.runtimeType == runtimeType &&
|
|
other is _$RecommendationSeedsImpl &&
|
|
(identical(other.acousticness, acousticness) ||
|
|
other.acousticness == acousticness) &&
|
|
(identical(other.danceability, danceability) ||
|
|
other.danceability == danceability) &&
|
|
(identical(other.durationMs, durationMs) ||
|
|
other.durationMs == durationMs) &&
|
|
(identical(other.energy, energy) || other.energy == energy) &&
|
|
(identical(other.instrumentalness, instrumentalness) ||
|
|
other.instrumentalness == instrumentalness) &&
|
|
(identical(other.key, key) || other.key == key) &&
|
|
(identical(other.liveness, liveness) ||
|
|
other.liveness == liveness) &&
|
|
(identical(other.loudness, loudness) ||
|
|
other.loudness == loudness) &&
|
|
(identical(other.mode, mode) || other.mode == mode) &&
|
|
(identical(other.popularity, popularity) ||
|
|
other.popularity == popularity) &&
|
|
(identical(other.speechiness, speechiness) ||
|
|
other.speechiness == speechiness) &&
|
|
(identical(other.tempo, tempo) || other.tempo == tempo) &&
|
|
(identical(other.timeSignature, timeSignature) ||
|
|
other.timeSignature == timeSignature) &&
|
|
(identical(other.valence, valence) || other.valence == valence));
|
|
}
|
|
|
|
@JsonKey(ignore: true)
|
|
@override
|
|
int get hashCode => Object.hash(
|
|
runtimeType,
|
|
acousticness,
|
|
danceability,
|
|
durationMs,
|
|
energy,
|
|
instrumentalness,
|
|
key,
|
|
liveness,
|
|
loudness,
|
|
mode,
|
|
popularity,
|
|
speechiness,
|
|
tempo,
|
|
timeSignature,
|
|
valence);
|
|
|
|
@JsonKey(ignore: true)
|
|
@override
|
|
@pragma('vm:prefer-inline')
|
|
_$$RecommendationSeedsImplCopyWith<_$RecommendationSeedsImpl> get copyWith =>
|
|
__$$RecommendationSeedsImplCopyWithImpl<_$RecommendationSeedsImpl>(
|
|
this, _$identity);
|
|
|
|
@override
|
|
Map<String, dynamic> toJson() {
|
|
return _$$RecommendationSeedsImplToJson(
|
|
this,
|
|
);
|
|
}
|
|
}
|
|
|
|
abstract class _RecommendationSeeds implements RecommendationSeeds {
|
|
factory _RecommendationSeeds(
|
|
{final num? acousticness,
|
|
final num? danceability,
|
|
@JsonKey(name: "duration_ms") final num? durationMs,
|
|
final num? energy,
|
|
final num? instrumentalness,
|
|
final num? key,
|
|
final num? liveness,
|
|
final num? loudness,
|
|
final num? mode,
|
|
final num? popularity,
|
|
final num? speechiness,
|
|
final num? tempo,
|
|
@JsonKey(name: "time_signature") final num? timeSignature,
|
|
final num? valence}) = _$RecommendationSeedsImpl;
|
|
|
|
factory _RecommendationSeeds.fromJson(Map<String, dynamic> json) =
|
|
_$RecommendationSeedsImpl.fromJson;
|
|
|
|
@override
|
|
num? get acousticness;
|
|
@override
|
|
num? get danceability;
|
|
@override
|
|
@JsonKey(name: "duration_ms")
|
|
num? get durationMs;
|
|
@override
|
|
num? get energy;
|
|
@override
|
|
num? get instrumentalness;
|
|
@override
|
|
num? get key;
|
|
@override
|
|
num? get liveness;
|
|
@override
|
|
num? get loudness;
|
|
@override
|
|
num? get mode;
|
|
@override
|
|
num? get popularity;
|
|
@override
|
|
num? get speechiness;
|
|
@override
|
|
num? get tempo;
|
|
@override
|
|
@JsonKey(name: "time_signature")
|
|
num? get timeSignature;
|
|
@override
|
|
num? get valence;
|
|
@override
|
|
@JsonKey(ignore: true)
|
|
_$$RecommendationSeedsImplCopyWith<_$RecommendationSeedsImpl> get copyWith =>
|
|
throw _privateConstructorUsedError;
|
|
}
|