Tag: WebView in Flutter

  • 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…