Tag: stateful widget flutter

  • When to use Stateful Widget in Flutter, E Com App 11

    When do we use stateful widget in flutter? We’ll discuss. Before that, let’s understand what a StatefulWidget means. As the name suggests, a stateful widget has a mutable state. In short, a widget that changes the user interface when a user interacts with the widget. For example the user presses a button and a section…

  • Flutter State: WithHer App – Step 2

    We have been building a weather App. In the first step, the “WithHer” App has used the Geolocator plugin. In addition, we have also used a Stateful Widget. Why we have used a Stateful Widget? We will realise as we progress. But before that, we need to understand a few important concepts that revolve around…