Flutter #day24

Photo by RetroSupply on Unsplash

Flutter #day24

  • FutureBuilder: In Flutter, FutureBuilder is a widget that responds to changes in state or dependencies by building itself based on the most recent snapshot of a Future. With FutureBuilder, we can run asynchronous functions and update our UI based on the function’s output.

  • StateManagement using Provider: tried understanding it, but couldn't make it in single video so will try to understand it in my course if present.