Flutter is an amazing tool for developing cross-platform applications using a single code base. While Flutter is useful, it gets even better when you add… Read More
Category Archives: Flutter
Carousel Slider is one of the most popular image slider used nowadays in most apps. These Carousel Sliders are mostly seen in various eCommerce sites… Read More
SizedBox is a built-in widget in flutter SDK. It is a simple box with a specified size. It can be used to set size constraints… Read More
Staggered Grid View is a type of layout that is used to display images and posts. As you see in various social platforms such as… Read More
Progress Indicator in any application displays the time which is needed for some tasks to complete such as downloading, installation, uploading, file transfer, etc. This… Read More
BoxShadow is a built-in widget in flutter, whose functionality is to cast shadow to a box. The BoxShadow widget is usually used with BoxDecoration. In… Read More
The Circular Reveal Animation in Flutter is inspired by ViewAnimationUtils.createCircularReveal(…). It does exactly what the name suggests, meaning it is used to reveal content generally… Read More