mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
285 lines
8.9 KiB
Dart
285 lines
8.9 KiB
Dart
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
/// *****************************************************
|
|
/// FlutterGen
|
|
/// *****************************************************
|
|
|
|
// coverage:ignore-file
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use
|
|
|
|
import 'package:flutter/widgets.dart';
|
|
|
|
class $AssetsBackgroundsGen {
|
|
const $AssetsBackgroundsGen();
|
|
|
|
/// File path: assets/backgrounds/xmas-effect.png
|
|
AssetGenImage get xmasEffect =>
|
|
const AssetGenImage('assets/backgrounds/xmas-effect.png');
|
|
|
|
/// List of all assets
|
|
List<AssetGenImage> get values => [xmasEffect];
|
|
}
|
|
|
|
class $AssetsLogosGen {
|
|
const $AssetsLogosGen();
|
|
|
|
/// File path: assets/logos/songlink-transparent.png
|
|
AssetGenImage get songlinkTransparent =>
|
|
const AssetGenImage('assets/logos/songlink-transparent.png');
|
|
|
|
/// File path: assets/logos/songlink.png
|
|
AssetGenImage get songlink =>
|
|
const AssetGenImage('assets/logos/songlink.png');
|
|
|
|
/// List of all assets
|
|
List<AssetGenImage> get values => [songlinkTransparent, songlink];
|
|
}
|
|
|
|
class $AssetsPatternsGen {
|
|
const $AssetsPatternsGen();
|
|
|
|
/// File path: assets/patterns/black_white_visualized.jpg
|
|
AssetGenImage get blackWhiteVisualized =>
|
|
const AssetGenImage('assets/patterns/black_white_visualized.jpg');
|
|
|
|
/// File path: assets/patterns/brazil_carnival.jpg
|
|
AssetGenImage get brazilCarnival =>
|
|
const AssetGenImage('assets/patterns/brazil_carnival.jpg');
|
|
|
|
/// File path: assets/patterns/cotton_balls.jpg
|
|
AssetGenImage get cottonBalls =>
|
|
const AssetGenImage('assets/patterns/cotton_balls.jpg');
|
|
|
|
/// File path: assets/patterns/cute_worms.jpg
|
|
AssetGenImage get cuteWorms =>
|
|
const AssetGenImage('assets/patterns/cute_worms.jpg');
|
|
|
|
/// File path: assets/patterns/flash_cross_axis.jpg
|
|
AssetGenImage get flashCrossAxis =>
|
|
const AssetGenImage('assets/patterns/flash_cross_axis.jpg');
|
|
|
|
/// File path: assets/patterns/memphis_shapes.jpg
|
|
AssetGenImage get memphisShapes =>
|
|
const AssetGenImage('assets/patterns/memphis_shapes.jpg');
|
|
|
|
/// File path: assets/patterns/oval_gloomy.jpg
|
|
AssetGenImage get ovalGloomy =>
|
|
const AssetGenImage('assets/patterns/oval_gloomy.jpg');
|
|
|
|
/// File path: assets/patterns/oval_sunny.jpg
|
|
AssetGenImage get ovalSunny =>
|
|
const AssetGenImage('assets/patterns/oval_sunny.jpg');
|
|
|
|
/// File path: assets/patterns/red_nimbuses.jpg
|
|
AssetGenImage get redNimbuses =>
|
|
const AssetGenImage('assets/patterns/red_nimbuses.jpg');
|
|
|
|
/// File path: assets/patterns/tree_bark.jpg
|
|
AssetGenImage get treeBark =>
|
|
const AssetGenImage('assets/patterns/tree_bark.jpg');
|
|
|
|
/// File path: assets/patterns/vibrant_pentagons.jpg
|
|
AssetGenImage get vibrantPentagons =>
|
|
const AssetGenImage('assets/patterns/vibrant_pentagons.jpg');
|
|
|
|
/// File path: assets/patterns/wiring_pattern.jpg
|
|
AssetGenImage get wiringPattern =>
|
|
const AssetGenImage('assets/patterns/wiring_pattern.jpg');
|
|
|
|
/// File path: assets/patterns/zigzags_gloomy.jpg
|
|
AssetGenImage get zigzagsGloomy =>
|
|
const AssetGenImage('assets/patterns/zigzags_gloomy.jpg');
|
|
|
|
/// File path: assets/patterns/zigzags_sunny.jpg
|
|
AssetGenImage get zigzagsSunny =>
|
|
const AssetGenImage('assets/patterns/zigzags_sunny.jpg');
|
|
|
|
/// List of all assets
|
|
List<AssetGenImage> get values => [
|
|
blackWhiteVisualized,
|
|
brazilCarnival,
|
|
cottonBalls,
|
|
cuteWorms,
|
|
flashCrossAxis,
|
|
memphisShapes,
|
|
ovalGloomy,
|
|
ovalSunny,
|
|
redNimbuses,
|
|
treeBark,
|
|
vibrantPentagons,
|
|
wiringPattern,
|
|
zigzagsGloomy,
|
|
zigzagsSunny
|
|
];
|
|
}
|
|
|
|
class $AssetsTutorialGen {
|
|
const $AssetsTutorialGen();
|
|
|
|
/// File path: assets/tutorial/step-1.png
|
|
AssetGenImage get step1 => const AssetGenImage('assets/tutorial/step-1.png');
|
|
|
|
/// File path: assets/tutorial/step-2.png
|
|
AssetGenImage get step2 => const AssetGenImage('assets/tutorial/step-2.png');
|
|
|
|
/// File path: assets/tutorial/step-3.png
|
|
AssetGenImage get step3 => const AssetGenImage('assets/tutorial/step-3.png');
|
|
|
|
/// List of all assets
|
|
List<AssetGenImage> get values => [step1, step2, step3];
|
|
}
|
|
|
|
class Assets {
|
|
Assets._();
|
|
|
|
static const String license = 'LICENSE';
|
|
static const AssetGenImage albumPlaceholder =
|
|
AssetGenImage('assets/album-placeholder.png');
|
|
static const $AssetsBackgroundsGen backgrounds = $AssetsBackgroundsGen();
|
|
static const AssetGenImage bengaliPatternsBg =
|
|
AssetGenImage('assets/bengali-patterns-bg.jpg');
|
|
static const AssetGenImage branding = AssetGenImage('assets/branding.png');
|
|
static const AssetGenImage emptyBox = AssetGenImage('assets/empty_box.png');
|
|
static const AssetGenImage invidious = AssetGenImage('assets/invidious.jpg');
|
|
static const AssetGenImage jiosaavn = AssetGenImage('assets/jiosaavn.png');
|
|
static const AssetGenImage likedTracks =
|
|
AssetGenImage('assets/liked-tracks.jpg');
|
|
static const $AssetsLogosGen logos = $AssetsLogosGen();
|
|
static const $AssetsPatternsGen patterns = $AssetsPatternsGen();
|
|
static const AssetGenImage placeholder =
|
|
AssetGenImage('assets/placeholder.png');
|
|
static const AssetGenImage spotubeHeroBanner =
|
|
AssetGenImage('assets/spotube-hero-banner.png');
|
|
static const AssetGenImage spotubeLogoForeground =
|
|
AssetGenImage('assets/spotube-logo-foreground.png');
|
|
static const AssetGenImage spotubeLogoItem =
|
|
AssetGenImage('assets/spotube-logo-item.png');
|
|
static const AssetGenImage spotubeLogoLight =
|
|
AssetGenImage('assets/spotube-logo-light.png');
|
|
static const AssetGenImage spotubeLogoMacos =
|
|
AssetGenImage('assets/spotube-logo-macos.png');
|
|
static const AssetGenImage spotubeLogo =
|
|
AssetGenImage('assets/spotube-logo.png');
|
|
static const AssetGenImage spotubeLogoAndroid12 =
|
|
AssetGenImage('assets/spotube-logo_android12.png');
|
|
static const AssetGenImage spotubeNightlyItem =
|
|
AssetGenImage('assets/spotube-nightly-item.png');
|
|
static const AssetGenImage spotubeNightlyLogoForegroundPng =
|
|
AssetGenImage('assets/spotube-nightly-logo-foreground.png');
|
|
static const String spotubeNightlyLogoForegroundSvg =
|
|
'assets/spotube-nightly-logo-foreground.svg';
|
|
static const AssetGenImage spotubeScreenshot =
|
|
AssetGenImage('assets/spotube-screenshot.png');
|
|
static const AssetGenImage success = AssetGenImage('assets/success.png');
|
|
static const $AssetsTutorialGen tutorial = $AssetsTutorialGen();
|
|
static const AssetGenImage userPlaceholder =
|
|
AssetGenImage('assets/user-placeholder.png');
|
|
|
|
/// List of all assets
|
|
static List<dynamic> get values => [
|
|
license,
|
|
albumPlaceholder,
|
|
bengaliPatternsBg,
|
|
branding,
|
|
emptyBox,
|
|
invidious,
|
|
jiosaavn,
|
|
likedTracks,
|
|
placeholder,
|
|
spotubeHeroBanner,
|
|
spotubeLogoForeground,
|
|
spotubeLogoItem,
|
|
spotubeLogoLight,
|
|
spotubeLogoMacos,
|
|
spotubeLogo,
|
|
spotubeLogoAndroid12,
|
|
spotubeNightlyItem,
|
|
spotubeNightlyLogoForegroundPng,
|
|
spotubeNightlyLogoForegroundSvg,
|
|
spotubeScreenshot,
|
|
success,
|
|
userPlaceholder
|
|
];
|
|
}
|
|
|
|
class AssetGenImage {
|
|
const AssetGenImage(
|
|
this._assetName, {
|
|
this.size,
|
|
this.flavors = const {},
|
|
});
|
|
|
|
final String _assetName;
|
|
|
|
final Size? size;
|
|
final Set<String> flavors;
|
|
|
|
Image image({
|
|
Key? key,
|
|
AssetBundle? bundle,
|
|
ImageFrameBuilder? frameBuilder,
|
|
ImageErrorWidgetBuilder? errorBuilder,
|
|
String? semanticLabel,
|
|
bool excludeFromSemantics = false,
|
|
double? scale,
|
|
double? width,
|
|
double? height,
|
|
Color? color,
|
|
Animation<double>? opacity,
|
|
BlendMode? colorBlendMode,
|
|
BoxFit? fit,
|
|
AlignmentGeometry alignment = Alignment.center,
|
|
ImageRepeat repeat = ImageRepeat.noRepeat,
|
|
Rect? centerSlice,
|
|
bool matchTextDirection = false,
|
|
bool gaplessPlayback = true,
|
|
bool isAntiAlias = false,
|
|
String? package,
|
|
FilterQuality filterQuality = FilterQuality.low,
|
|
int? cacheWidth,
|
|
int? cacheHeight,
|
|
}) {
|
|
return Image.asset(
|
|
_assetName,
|
|
key: key,
|
|
bundle: bundle,
|
|
frameBuilder: frameBuilder,
|
|
errorBuilder: errorBuilder,
|
|
semanticLabel: semanticLabel,
|
|
excludeFromSemantics: excludeFromSemantics,
|
|
scale: scale,
|
|
width: width,
|
|
height: height,
|
|
color: color,
|
|
opacity: opacity,
|
|
colorBlendMode: colorBlendMode,
|
|
fit: fit,
|
|
alignment: alignment,
|
|
repeat: repeat,
|
|
centerSlice: centerSlice,
|
|
matchTextDirection: matchTextDirection,
|
|
gaplessPlayback: gaplessPlayback,
|
|
isAntiAlias: isAntiAlias,
|
|
package: package,
|
|
filterQuality: filterQuality,
|
|
cacheWidth: cacheWidth,
|
|
cacheHeight: cacheHeight,
|
|
);
|
|
}
|
|
|
|
ImageProvider provider({
|
|
AssetBundle? bundle,
|
|
String? package,
|
|
}) {
|
|
return AssetImage(
|
|
_assetName,
|
|
bundle: bundle,
|
|
package: package,
|
|
);
|
|
}
|
|
|
|
String get path => _assetName;
|
|
|
|
String get keyName => _assetName;
|
|
}
|