Category Archives: Flutter Widgets
Flutter Full Page Scrollable Horizontal ScrollView Example

Hey friends, In today’s tutorial we would learn about creating custom full page horizontal scrollable view using PageView widget. In flutter the PageView is used to make multiple widgets combine view on a single screen with multiple widgets. The best thing of this widget is It will automatically occupied all…
Example of ElevatedButton Widget in Flutter in Android iOS App

Hello friends, As we all know the most usable Button widget in flutter known as Raised Button is deprecated. As per its replacement there is another widget named as ElevatedButton which has even more flexible editing options. So in today’s tutorial we would learn about Example of ElevatedButton Widget in…
Flutter Animated Collapsible Expandable Header using SliverAppBar Widget Example

We have seen the Animated Collapsible Expandable Header in many mobile applications. The animated header is used to show a background image with some text above it. When user starts scrolling the view then it’ll automatically start collapsing image into smaller view and at the end using animation the image…