mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 18:43:45 +02:00
40 lines
1.4 KiB
Dart
40 lines
1.4 KiB
Dart
// coverage:ignore-file
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: unused_import, prefer_relative_imports, directives_ordering
|
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
// **************************************************************************
|
|
// AppGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
|
import 'package:timeline_widgetbook/main.dart' as _i2;
|
|
import 'package:widgetbook/widgetbook.dart' as _i1;
|
|
|
|
final directories = <_i1.WidgetbookNode>[
|
|
_i1.WidgetbookFolder(
|
|
name: 'screens',
|
|
children: [
|
|
_i1.WidgetbookLeafComponent(
|
|
name: 'TimelinePostScreen',
|
|
useCase: _i1.WidgetbookUseCase(
|
|
name: 'Timeline post screen 2',
|
|
builder: _i2.postScreenUseCase,
|
|
designLink:
|
|
'https://www.figma.com/file/PRJoVXQ5aOjAICfkQdAq2A/Iconica-User-Stories?type=design&node-id=34-2763&mode=design&t=W72P3tkEascAKDCk-4',
|
|
),
|
|
),
|
|
_i1.WidgetbookLeafComponent(
|
|
name: 'TimelineScreen',
|
|
useCase: _i1.WidgetbookUseCase(
|
|
name: 'Timeline screen 2',
|
|
builder: _i2.timelineUseCase,
|
|
designLink:
|
|
'https://www.figma.com/file/PRJoVXQ5aOjAICfkQdAq2A/Iconica-User-Stories?type=design&node-id=34-2763&mode=design&t=W72P3tkEascAKDCk-4',
|
|
),
|
|
),
|
|
],
|
|
)
|
|
];
|