updated new flutter version
This commit is contained in:
@@ -17,6 +17,7 @@ import '../store/store.dart';
|
||||
import '../utils/http_util.dart';
|
||||
import '../utils/utils.dart';
|
||||
import '../widgets/desktop/desktop_Index_carousel.dart';
|
||||
import '../widgets/desktop/desktop_customers_logo.dart';
|
||||
import '../widgets/desktop/desktop_index_main_content_1.dart';
|
||||
import '../widgets/desktop/desktop_index_main_content_2.dart';
|
||||
import '../widgets/desktop/desktop_index_main_content_3.dart';
|
||||
@@ -92,6 +93,7 @@ class HomeState extends State<Home> {
|
||||
DesktopIndexCarousel(galleries),
|
||||
DesktopIndexMainContent1(content1Message),
|
||||
DesktopIndexMainContent2(content2),
|
||||
CustomersLogo(),
|
||||
DesktopIndexMainContent3(content2),
|
||||
],
|
||||
),
|
||||
@@ -105,6 +107,7 @@ class HomeState extends State<Home> {
|
||||
DesktopIndexCarousel(galleries),
|
||||
DesktopIndexMainContent1(content1Message),
|
||||
DesktopIndexMainContent2(content2),
|
||||
CustomersLogo(),
|
||||
DesktopIndexMainContent3(content2),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user