-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
797ec1d
commit aa90e2c
Showing
7 changed files
with
79 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/// AUTOGENERATED FILE. DO NOT EDIT | ||
import 'package:flutter/material.dart'; | ||
import 'package:example/widgets/screen/catalog/preview/sized_container.preview.dart'; | ||
|
||
class SizedContainerPreviewPreviewPageDummy extends StatefulWidget { | ||
static String routeName = 'sized_container'; | ||
|
||
const SizedContainerPreviewPreviewPageDummy({super.key}); | ||
|
||
@override | ||
SizedContainerPreviewPreviewPageDummyState createState() => | ||
SizedContainerPreviewPreviewPageDummyState(); | ||
} | ||
|
||
class SizedContainerPreviewPreviewPageDummyState | ||
extends State<SizedContainerPreviewPreviewPageDummy> { | ||
@override | ||
Widget build(BuildContext context) { | ||
return const SizedContainerPreview(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
/// AUTOGENERATED FILE. DO NOT EDIT | ||
import 'package:example/widgets/utils/bottom/catalog/test/fab_widget_test.dart' | ||
as mxea; | ||
as rfnk; | ||
import 'package:example/widgets/other_utils/bottom/catalog/test/warning_info_widget_test.dart' | ||
as estp; | ||
as sshj; | ||
import 'package:example/widgets/screen/catalog/test/sized_container_test.dart' | ||
as baxr; | ||
as tzgw; | ||
import 'package:example/widgets/screen/catalog/test/body_widget_test.dart' | ||
as nlha; | ||
as bbmy; | ||
import 'package:example/widgets/screen/catalog/test/counter_widget_test.dart' | ||
as djlm; | ||
import 'package:example/widgets/catalog/test/main_screen_test.dart' as aobt; | ||
as metb; | ||
import 'package:example/widgets/catalog/test/main_screen_test.dart' as lvau; | ||
|
||
void main() { | ||
mxea.FabWidgetTest().main(); | ||
estp.WarningInfoWidgetTest().main(); | ||
baxr.SizedContainerTest().main(); | ||
nlha.BodyWidgetTest().main(); | ||
djlm.CounterWidgetTest().main(); | ||
aobt.MainScreenTest().main(); | ||
rfnk.FabWidgetTest().main(); | ||
sshj.WarningInfoWidgetTest().main(); | ||
tzgw.SizedContainerTest().main(); | ||
bbmy.BodyWidgetTest().main(); | ||
metb.CounterWidgetTest().main(); | ||
lvau.MainScreenTest().main(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters