skip to Main Content

Flutter bottomsheet does not update view

I am using Slider.adaptive in bottomsheet but it does not update my view regardless that I am using StatefulBuilder. Here is minimized version of my code: Duration _duration = const Duration(milliseconds: 0); Duration _position = const Duration(milliseconds: 0); @override Widget…

VIEW QUESTION

Flutter – Prevent Box Shadow From Being Cut Off

I have a GridView builder that renders a list of Container widgets. However, the box shadow of the Container widgets will be cut off as shown in the following screenshot. GridLayOut Class import 'package:flutter/material.dart'; import 'package:project/utils/constants/sizes.dart'; class GridLayout extends StatelessWidget…

VIEW QUESTION
Back To Top
Search