fixed connection problem
This commit is contained in:
parent
127a09b597
commit
47945dbec7
11 changed files with 218 additions and 196 deletions
|
@ -1,5 +1,5 @@
|
|||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:flutter_cache_manager/flutter_cache_manager.dart';
|
||||
|
||||
import '/features/core/abstracts/base_view_model.dart';
|
||||
|
|
|
@ -32,6 +32,7 @@ class ImageCarouselView extends StatelessWidget {
|
|||
argumentBuilder: () => imageCarouselViewArguments,
|
||||
builder: (context, final model) => McgScaffold(
|
||||
bodyBuilderWaiter: model.isInitialised,
|
||||
forceInternetCheck: true,
|
||||
appBar: AppBar(
|
||||
title: Text(model.strings.imageCarousel),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue