Posts

Showing posts with the label flutter

Flutter: WebView - a simple demo

Image
 Flutter: WebView - a simple demo A step-by-step demo of a basic implementation of webview_flutter, a Flutter plugin that provides a WebView widget on Android and iOS.

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.