Add application source code and update project structure
This commit is contained in:
6
Application Product/Source/source/lib/index.dart
Executable file
6
Application Product/Source/source/lib/index.dart
Executable file
@@ -0,0 +1,6 @@
|
||||
// Export pages
|
||||
export '/home_page/home_page_widget.dart' show HomePageWidget;
|
||||
export '/analyst/analyst_widget.dart' show AnalystWidget;
|
||||
export '/infomation/infomation_widget.dart' show InfomationWidget;
|
||||
export '/setting/setting_widget.dart' show SettingWidget;
|
||||
export '/news/news_widget.dart' show NewsWidget;
|
||||
Reference in New Issue
Block a user