Marquee is a flutter widget that scrolls infinitely. It pauses after each round of scroll and has features like duration, curve and is highly customizable.… Read More
Category Archives: Flutter
The flutter, syncfusion date range picker is a widget that is used to select single or multiple dates along with the range between two dates.… Read More
The syncfusion_flutter_charts library in Flutter is used to handle charts. Charts can be very useful while depicting data in visual form. These packages come with… Read More
In Flutter, Shimmer is used to add beautiful animations while content is loading from the servers in an application. This makes the UI look more… Read More
The Animated Splash screen is used for a startup screen in a Flutter application. More or less all applications use them generally to show the… Read More
The Lazy loader is a wrapper to the ScrollView that enables lazy loading. It is very useful in situations where the application’s intent is to… Read More
The grouped_list package in Flutter as the name suggests is used to create list items in different groups. This package also provides 3 specific functions… Read More