Posts

Flutter: using Tabs - a simple demo

Image
Flutter: using Tabs - a simple demo How to use Tabs in Flutter, using `DefaultTabController` class, how to set a default Tab and how to listen to updates in TabBar.

How to create linked scroll widgets

Image
  How to create linked scroll widgets Learn how to scroll multiple widgets in sync, using Google’s linked_scroll_controller package.