Tag: flutter webview

  • Flutter WebView : design TabBar, final step

    In our previous section we have seen how we can use Flutter WebView widget with TabBar. However, you’ve probably noticed that the TabBar design is not up to the mark. In addition, we cannot display the application’s title as we wanted to do. Therefore, in this section we will work on them.  Let’s see the…

  • WebView in Flutter : Adding TabBar, Step 2

    We have been using webview in flutter to display web content on the screen. However, in our previous section we have just learned how to use webview in flutter. Now we want to add some more style to our flutter app. As a result, we want to use the TabBar widget. We use TabBar inside…

  • WebView Flutter : Flutter Today App Step 1

    What does a WebView in Flutter do? Certainly it displays web content on the mobile screen. But does its job end there? Or, will we just display web content on the screen? No.  We can use the WebView plugin to add the webview Widget. In addition, we can design our Flutter app. We can add…