networkconnected
GET/users/42200
POST/posts201
STREAM/messageslive
networking.dartdart
// Two packages cover most of it:
//
// http, small, official, fine for
// plain JSON APIs.
// dio , when you want interceptors,
// retries, or progress.
//
// FutureBuilder for one-shot fetches.
// StreamBuilder for repeated values.
//
// Keep network code out of build,
// stash it in a repository class.