Displays a menu when pressed and calls onSelected when the menu is dismissed because an item was selected. The value passed to onSelected is the… Read More
Category Archives: Flutter
The search bar is a basic UI element provided by each and every application or website we use to search for the content we need.… Read More
In computer graphics, the act of restricting the rendering to a particular area is called Clipping. As developers, we use clipping to create awesome-looking, custom… Read More
Hidden Appbar is the Appbar, when we are scrolling the main body of the Application, the Appbar also scrolled and goes to hidden. There is… Read More
Smooth Page Indicator is a customizable animated page indicator with the following set of built-in effects. Worm Expanding Dots Scrolling Dots Jumping Dots Slide Scale… Read More
AppBar is usually the topmost component of the app (or sometimes the bottom-most), it contains the toolbar and some other common action buttons. As all… Read More
Neumorphism is a UI element that uses shadows to create an Elevation effect. Two opposite edges of the container are considered, one in front of… Read More
Flutter contains various in-built button types like RaisedButton, FlatButton, etc. But with the help of GestureDetector, we can make any widget to perform a set… Read More
SlidingUpPanel is the Slide Up Panel from the Bottom widget in the flutter. In many applications, we need to show Additional data using the bottom… Read More
Page View is a list that works page by page. In this article, we will gonna do How to Animate the Page when sliding. A… Read More
Animated Backgrounds for Flutter is easily extended to paint whatever you want on the canvas. In this article, we are going to make an animated… Read More
flip_card is a component that provides a flip card animation. It could be used for hiding and showing details of a product. A sample video… Read More