Add application source code and update project structure

This commit is contained in:
PhongMacbook
2025-11-05 03:20:59 +07:00
parent 95f8296211
commit b145c7844f
155 changed files with 9171 additions and 0 deletions

View 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;