DART FUTURES(Flutter)
A future is a valuable construct that allows asynchronous programming in Dart. Asynchronous programming is programming that caters to delayed operations. These delayed operations happen when you need to fetch data over a server, write to a database, ...
fluttermaster.hashnode.dev8 min read