appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

In scrolling list, there are widgets below there are widgets below, appinio below those widgets like stack #108

Closed bxTruong closed 1 year ago

bxTruong commented 1 year ago
Column(
            children: [
              SizedBox(
                height: 200,
                child: AppinioSwiper(
                   cards: viewModel.cards,
                   padding: EdgeInsets.zero,
                   onSwipe: viewModel.onSwipe,
                   isDisabled: viewModel.isDisabled,
                )
             ),
            // some widgets
            Container(
                 height: 200,
                 color: Colors.red
               )
            ],
          )
khanmujeeb687 commented 1 year ago

Hey @bxTruong , could you please explain the issue a little bit more?