Created
February 27, 2021 20:36
-
-
Save Zambrella/fe6e04f04dbf10c5b1ef00fb57c3b50b to your computer and use it in GitHub Desktop.
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
part 'zambrella/zambrella_widget.dart'; | |
part 'goober0329/goober_widget.dart'; | |
part 'rift/rift_widget.dart'; | |
part 'slovnicki/slovnicki_widget.dart'; | |
part 'hsinats/hsinats_widget.dart'; | |
// part 'example/example.dart'; <-- here | |
List<WidgetInfo> widgetInfoList = [ | |
zambrella, | |
goober, | |
rift, | |
slovnicki, | |
hsinats, | |
//exampleInfo <-- and here | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment