Posts

Showing posts from January, 2023

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.