This commit is contained in:
komekh 2023-05-10 12:15:11 +05:00
parent 5a58640510
commit eaf2df46c5
4 changed files with 13 additions and 8 deletions

View File

@ -30,7 +30,7 @@ class HomeController extends GetxController {
final List<SliderModel> tmpList = [];
for (var i = 0; i < resultSliders.length - 1; i++) {
for (var i = 0; i < resultSliders.length; i++) {
if (resultSliders[i].type == 'slider') {
state.sliders.add(resultSliders[i]);
} else {

View File

@ -3,7 +3,6 @@ import 'package:flutter/services.dart';
import 'package:flutter_native_splash/flutter_native_splash.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:get/get.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'app/app.dart';
import 'app/core/utils/notification_service.dart';

View File

@ -539,11 +539,12 @@ packages:
modal_bottom_sheet:
dependency: "direct main"
description:
name: modal_bottom_sheet
sha256: ef533916a2c3089571c32bd34e410faca77a6849a3f28f748e0794525c5658a0
url: "https://pub.dev"
source: hosted
version: "2.1.2"
path: modal_bottom_sheet
ref: main
resolved-ref: "3e8c3682be91a4a86ee73f39606901d5eb033f0b"
url: "https://github.com/followthemoney1/modal_bottom_sheet.git"
source: git
version: "2.1.2+1"
multi_select_flutter:
dependency: "direct main"
description:

View File

@ -21,7 +21,12 @@ dependencies:
smooth_page_indicator: ^1.0.0+2 # indicators used on images
cached_network_image: ^3.2.1
# flutter_pagewise: ^2.0.1 #used for horizontal scrolling
modal_bottom_sheet: ^2.0.0
# modal_bottom_sheet: ^2.0.0
modal_bottom_sheet:
git:
url: https://github.com/followthemoney1/modal_bottom_sheet.git
ref: main
path: modal_bottom_sheet
pin_code_fields: ^7.3.0
path_provider: ^2.0.6
animate_do: ^2.1.0