forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassets.gen.dart
More file actions
594 lines (478 loc) · 18.7 KB
/
Copy pathassets.gen.dart
File metadata and controls
594 lines (478 loc) · 18.7 KB
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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
// dart format width=80
/// GENERATED CODE - DO NOT MODIFY BY HAND
/// *****************************************************
/// FlutterGen
/// *****************************************************
// coverage:ignore-file
// ignore_for_file: type=lint
// ignore_for_file: deprecated_member_use,directives_ordering,implicit_dynamic_list_literal,unnecessary_import
import 'package:flutter/widgets.dart';
class $AssetsCompetitorLogosGen {
const $AssetsCompetitorLogosGen();
/// File path: assets/competitor-logos/limitless-logo.jpg
AssetGenImage get limitlessLogo =>
const AssetGenImage('assets/competitor-logos/limitless-logo.jpg');
/// List of all assets
List<AssetGenImage> get values => [limitlessLogo];
}
class $AssetsFontsGen {
const $AssetsFontsGen();
/// File path: assets/fonts/SFPRODISPLAYBLACKITALIC.OTF
String get sfprodisplayblackitalic =>
'assets/fonts/SFPRODISPLAYBLACKITALIC.OTF';
/// File path: assets/fonts/SFPRODISPLAYBOLD.OTF
String get sfprodisplaybold => 'assets/fonts/SFPRODISPLAYBOLD.OTF';
/// File path: assets/fonts/SFPRODISPLAYHEAVYITALIC.OTF
String get sfprodisplayheavyitalic =>
'assets/fonts/SFPRODISPLAYHEAVYITALIC.OTF';
/// File path: assets/fonts/SFPRODISPLAYLIGHTITALIC.OTF
String get sfprodisplaylightitalic =>
'assets/fonts/SFPRODISPLAYLIGHTITALIC.OTF';
/// File path: assets/fonts/SFPRODISPLAYMEDIUM.OTF
String get sfprodisplaymedium => 'assets/fonts/SFPRODISPLAYMEDIUM.OTF';
/// File path: assets/fonts/SFPRODISPLAYREGULAR.OTF
String get sfprodisplayregular => 'assets/fonts/SFPRODISPLAYREGULAR.OTF';
/// File path: assets/fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF
String get sfprodisplaysemibolditalic =>
'assets/fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF';
/// File path: assets/fonts/SFPRODISPLAYTHINITALIC.OTF
String get sfprodisplaythinitalic =>
'assets/fonts/SFPRODISPLAYTHINITALIC.OTF';
/// List of all assets
List<String> get values => [
sfprodisplayblackitalic,
sfprodisplaybold,
sfprodisplayheavyitalic,
sfprodisplaylightitalic,
sfprodisplaymedium,
sfprodisplayregular,
sfprodisplaysemibolditalic,
sfprodisplaythinitalic
];
}
class $AssetsImagesGen {
const $AssetsImagesGen();
/// File path: assets/images/1.mov
String get a1 => 'assets/images/1.mov';
/// File path: assets/images/2.mov
String get a2 => 'assets/images/2.mov';
/// File path: assets/images/3.mov
String get a3 => 'assets/images/3.mov';
/// File path: assets/images/4.mov
String get a4 => 'assets/images/4.mov';
/// File path: assets/images/5.mov
String get a5 => 'assets/images/5.mov';
/// File path: assets/images/Logo Text White.png
AssetGenImage get logoTextWhite =>
const AssetGenImage('assets/images/Logo Text White.png');
/// File path: assets/images/ai_magic.svg
String get aiMagic => 'assets/images/ai_magic.svg';
/// File path: assets/images/app_launcher_icon.png
AssetGenImage get appLauncherIcon =>
const AssetGenImage('assets/images/app_launcher_icon.png');
/// File path: assets/images/apple-reminders-logo.png
AssetGenImage get appleRemindersLogo =>
const AssetGenImage('assets/images/apple-reminders-logo.png');
/// File path: assets/images/apple_logo.png
AssetGenImage get appleLogo =>
const AssetGenImage('assets/images/apple_logo.png');
/// File path: assets/images/apple_watch.png
AssetGenImage get appleWatch =>
const AssetGenImage('assets/images/apple_watch.png');
/// File path: assets/images/background.png
AssetGenImage get background =>
const AssetGenImage('assets/images/background.png');
/// File path: assets/images/bee_device.webp
AssetGenImage get beeDevice =>
const AssetGenImage('assets/images/bee_device.webp');
/// File path: assets/images/blob.webp
AssetGenImage get blob => const AssetGenImage('assets/images/blob.webp');
/// File path: assets/images/calendar_logo.png
AssetGenImage get calendarLogo =>
const AssetGenImage('assets/images/calendar_logo.png');
/// File path: assets/images/checkbox.svg
String get checkbox => 'assets/images/checkbox.svg';
/// File path: assets/images/clone.png
AssetGenImage get clone => const AssetGenImage('assets/images/clone.png');
/// File path: assets/images/email_logo.png
AssetGenImage get emailLogo =>
const AssetGenImage('assets/images/email_logo.png');
/// File path: assets/images/emotional_feedback_1.png
AssetGenImage get emotionalFeedback1 =>
const AssetGenImage('assets/images/emotional_feedback_1.png');
/// File path: assets/images/facebook_logo.png
AssetGenImage get facebookLogo =>
const AssetGenImage('assets/images/facebook_logo.png');
/// File path: assets/images/fieldy.webp
AssetGenImage get fieldy => const AssetGenImage('assets/images/fieldy.webp');
/// File path: assets/images/friend-pendant.webp
AssetGenImage get friendPendant =>
const AssetGenImage('assets/images/friend-pendant.webp');
/// File path: assets/images/google_logo.png
AssetGenImage get googleLogo =>
const AssetGenImage('assets/images/google_logo.png');
/// File path: assets/images/gradient_card.png
AssetGenImage get gradientCard =>
const AssetGenImage('assets/images/gradient_card.png');
/// File path: assets/images/herologo.png
AssetGenImage get herologo =>
const AssetGenImage('assets/images/herologo.png');
/// File path: assets/images/ic_chart.svg
String get icChart => 'assets/images/ic_chart.svg';
/// File path: assets/images/ic_clone_chat.svg
String get icCloneChat => 'assets/images/ic_clone_chat.svg';
/// File path: assets/images/ic_clone_plus.svg
String get icClonePlus => 'assets/images/ic_clone_plus.svg';
/// File path: assets/images/ic_dollar.svg
String get icDollar => 'assets/images/ic_dollar.svg';
/// File path: assets/images/imessage_logo.svg
String get imessageLogo => 'assets/images/imessage_logo.svg';
/// File path: assets/images/instagram_logo.png
AssetGenImage get instagramLogo =>
const AssetGenImage('assets/images/instagram_logo.png');
/// File path: assets/images/instruction_1.png
AssetGenImage get instruction1 =>
const AssetGenImage('assets/images/instruction_1.png');
/// File path: assets/images/instruction_2.png
AssetGenImage get instruction2 =>
const AssetGenImage('assets/images/instruction_2.png');
/// File path: assets/images/instruction_3.png
AssetGenImage get instruction3 =>
const AssetGenImage('assets/images/instruction_3.png');
/// File path: assets/images/limitless.png
AssetGenImage get limitless =>
const AssetGenImage('assets/images/limitless.png');
/// File path: assets/images/link_icon.svg
String get linkIcon => 'assets/images/link_icon.svg';
/// File path: assets/images/linkedin_logo.png
AssetGenImage get linkedinLogo =>
const AssetGenImage('assets/images/linkedin_logo.png');
/// File path: assets/images/logo_transparent.png
AssetGenImage get logoTransparent =>
const AssetGenImage('assets/images/logo_transparent.png');
/// File path: assets/images/logo_transparent_v2.png
AssetGenImage get logoTransparentV2 =>
const AssetGenImage('assets/images/logo_transparent_v2.png');
/// File path: assets/images/neo_one.webp
AssetGenImage get neoOne => const AssetGenImage('assets/images/neo_one.webp');
/// File path: assets/images/new_background.png
AssetGenImage get newBackground =>
const AssetGenImage('assets/images/new_background.png');
/// File path: assets/images/notion_logo.png
AssetGenImage get notionLogo =>
const AssetGenImage('assets/images/notion_logo.png');
/// File path: assets/images/omi-devkit-without-rope.png
AssetGenImage get omiDevkitWithoutRope =>
const AssetGenImage('assets/images/omi-devkit-without-rope.png');
/// File path: assets/images/omi-glass.png
AssetGenImage get omiGlass =>
const AssetGenImage('assets/images/omi-glass.png');
/// File path: assets/images/omi-with-rope-no-padding.webp
AssetGenImage get omiWithRopeNoPadding =>
const AssetGenImage('assets/images/omi-with-rope-no-padding.webp');
/// File path: assets/images/omi-with-rope.webp
AssetGenImage get omiWithRope =>
const AssetGenImage('assets/images/omi-with-rope.webp');
/// File path: assets/images/omi-without-rope-green-charging.webp
AssetGenImage get omiWithoutRopeGreenCharging =>
const AssetGenImage('assets/images/omi-without-rope-green-charging.webp');
/// File path: assets/images/omi-without-rope-turned-off.webp
AssetGenImage get omiWithoutRopeTurnedOff =>
const AssetGenImage('assets/images/omi-without-rope-turned-off.webp');
/// File path: assets/images/omi-without-rope.webp
AssetGenImage get omiWithoutRope =>
const AssetGenImage('assets/images/omi-without-rope.webp');
/// File path: assets/images/onboarding-bg-1.webp
AssetGenImage get onboardingBg1 =>
const AssetGenImage('assets/images/onboarding-bg-1.webp');
/// File path: assets/images/onboarding-bg-2.webp
AssetGenImage get onboardingBg2 =>
const AssetGenImage('assets/images/onboarding-bg-2.webp');
/// File path: assets/images/onboarding-bg-3.webp
AssetGenImage get onboardingBg3 =>
const AssetGenImage('assets/images/onboarding-bg-3.webp');
/// File path: assets/images/onboarding-bg-4.webp
AssetGenImage get onboardingBg4 =>
const AssetGenImage('assets/images/onboarding-bg-4.webp');
/// File path: assets/images/onboarding-bg-5-1.webp
AssetGenImage get onboardingBg51 =>
const AssetGenImage('assets/images/onboarding-bg-5-1.webp');
/// File path: assets/images/onboarding-bg-5-2.webp
AssetGenImage get onboardingBg52 =>
const AssetGenImage('assets/images/onboarding-bg-5-2.webp');
/// File path: assets/images/onboarding-bg-6.webp
AssetGenImage get onboardingBg6 =>
const AssetGenImage('assets/images/onboarding-bg-6.webp');
/// File path: assets/images/onboarding.mp4
String get onboarding => 'assets/images/onboarding.mp4';
/// File path: assets/images/plaud_note_pin.webp
AssetGenImage get plaudNotePin =>
const AssetGenImage('assets/images/plaud_note_pin.webp');
/// File path: assets/images/rayban_meta.png
AssetGenImage get raybanMeta =>
const AssetGenImage('assets/images/rayban_meta.png');
/// File path: assets/images/recording_green_circle_icon.png
AssetGenImage get recordingGreenCircleIcon =>
const AssetGenImage('assets/images/recording_green_circle_icon.png');
/// File path: assets/images/slack_logo.png
AssetGenImage get slackLogo =>
const AssetGenImage('assets/images/slack_logo.png');
/// File path: assets/images/speaker_0_icon.png
AssetGenImage get speaker0Icon =>
const AssetGenImage('assets/images/speaker_0_icon.png');
/// File path: assets/images/speaker_1_icon.png
AssetGenImage get speaker1Icon =>
const AssetGenImage('assets/images/speaker_1_icon.png');
/// File path: assets/images/splash.png
AssetGenImage get splash => const AssetGenImage('assets/images/splash.png');
/// File path: assets/images/splash_icon.png
AssetGenImage get splashIcon =>
const AssetGenImage('assets/images/splash_icon.png');
/// File path: assets/images/stars.png
AssetGenImage get stars => const AssetGenImage('assets/images/stars.png');
/// File path: assets/images/stripe_logo.svg
String get stripeLogo => 'assets/images/stripe_logo.svg';
/// File path: assets/images/telegram_logo.png
AssetGenImage get telegramLogo =>
const AssetGenImage('assets/images/telegram_logo.png');
/// File path: assets/images/whatsapp_logo.png
AssetGenImage get whatsappLogo =>
const AssetGenImage('assets/images/whatsapp_logo.png');
/// File path: assets/images/x_logo.png
AssetGenImage get xLogo => const AssetGenImage('assets/images/x_logo.png');
/// File path: assets/images/x_logo_mini.png
AssetGenImage get xLogoMini =>
const AssetGenImage('assets/images/x_logo_mini.png');
/// File path: assets/images/youtube_logo.png
AssetGenImage get youtubeLogo =>
const AssetGenImage('assets/images/youtube_logo.png');
/// List of all assets
List<dynamic> get values => [
a1,
a2,
a3,
a4,
a5,
logoTextWhite,
aiMagic,
appLauncherIcon,
appleRemindersLogo,
appleLogo,
appleWatch,
background,
beeDevice,
blob,
calendarLogo,
checkbox,
clone,
emailLogo,
emotionalFeedback1,
facebookLogo,
fieldy,
friendPendant,
googleLogo,
gradientCard,
herologo,
icChart,
icCloneChat,
icClonePlus,
icDollar,
imessageLogo,
instagramLogo,
instruction1,
instruction2,
instruction3,
limitless,
linkIcon,
linkedinLogo,
logoTransparent,
logoTransparentV2,
neoOne,
newBackground,
notionLogo,
omiDevkitWithoutRope,
omiGlass,
omiWithRopeNoPadding,
omiWithRope,
omiWithoutRopeGreenCharging,
omiWithoutRopeTurnedOff,
omiWithoutRope,
onboardingBg1,
onboardingBg2,
onboardingBg3,
onboardingBg4,
onboardingBg51,
onboardingBg52,
onboardingBg6,
onboarding,
plaudNotePin,
raybanMeta,
recordingGreenCircleIcon,
slackLogo,
speaker0Icon,
speaker1Icon,
splash,
splashIcon,
stars,
stripeLogo,
telegramLogo,
whatsappLogo,
xLogo,
xLogoMini,
youtubeLogo
];
}
class $AssetsIntegrationAppLogosGen {
const $AssetsIntegrationAppLogosGen();
/// File path: assets/integration_app_logos/apple-health-logo.png
AssetGenImage get appleHealthLogo =>
const AssetGenImage('assets/integration_app_logos/apple-health-logo.png');
/// File path: assets/integration_app_logos/asana-logo.png
AssetGenImage get asanaLogo =>
const AssetGenImage('assets/integration_app_logos/asana-logo.png');
/// File path: assets/integration_app_logos/clickup-logo.png
AssetGenImage get clickupLogo =>
const AssetGenImage('assets/integration_app_logos/clickup-logo.png');
/// File path: assets/integration_app_logos/github-logo.png
AssetGenImage get githubLogo =>
const AssetGenImage('assets/integration_app_logos/github-logo.png');
/// File path: assets/integration_app_logos/gmail-logo.jpeg
AssetGenImage get gmailLogo =>
const AssetGenImage('assets/integration_app_logos/gmail-logo.jpeg');
/// File path: assets/integration_app_logos/google-calendar.png
AssetGenImage get googleCalendar =>
const AssetGenImage('assets/integration_app_logos/google-calendar.png');
/// File path: assets/integration_app_logos/google-tasks-logo.png
AssetGenImage get googleTasksLogo =>
const AssetGenImage('assets/integration_app_logos/google-tasks-logo.png');
/// File path: assets/integration_app_logos/monday-logo.jpeg
AssetGenImage get mondayLogo =>
const AssetGenImage('assets/integration_app_logos/monday-logo.jpeg');
/// File path: assets/integration_app_logos/notion-logo.png
AssetGenImage get notionLogo =>
const AssetGenImage('assets/integration_app_logos/notion-logo.png');
/// File path: assets/integration_app_logos/todoist-logo.webp
AssetGenImage get todoistLogo =>
const AssetGenImage('assets/integration_app_logos/todoist-logo.webp');
/// File path: assets/integration_app_logos/trello-logo.png
AssetGenImage get trelloLogo =>
const AssetGenImage('assets/integration_app_logos/trello-logo.png');
/// File path: assets/integration_app_logos/whoop.png
AssetGenImage get whoop =>
const AssetGenImage('assets/integration_app_logos/whoop.png');
/// File path: assets/integration_app_logos/x-logo.avif
String get xLogo => 'assets/integration_app_logos/x-logo.avif';
/// List of all assets
List<dynamic> get values => [
appleHealthLogo,
asanaLogo,
clickupLogo,
githubLogo,
gmailLogo,
googleCalendar,
googleTasksLogo,
mondayLogo,
notionLogo,
todoistLogo,
trelloLogo,
whoop,
xLogo
];
}
abstract final class Assets {
static const $AssetsCompetitorLogosGen competitorLogos =
$AssetsCompetitorLogosGen();
static const $AssetsFontsGen fonts = $AssetsFontsGen();
static const $AssetsImagesGen images = $AssetsImagesGen();
static const $AssetsIntegrationAppLogosGen integrationAppLogos =
$AssetsIntegrationAppLogosGen();
static const String shorebird = 'shorebird.yaml';
/// List of all assets
static List<String> get values => [shorebird];
}
class AssetGenImage {
const AssetGenImage(
this._assetName, {
this.size,
this.flavors = const {},
this.animation,
});
final String _assetName;
final Size? size;
final Set<String> flavors;
final AssetGenImageAnimation? animation;
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.medium,
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;
}
class AssetGenImageAnimation {
const AssetGenImageAnimation({
required this.isAnimation,
required this.duration,
required this.frames,
});
final bool isAnimation;
final Duration duration;
final int frames;
}