I see there is an HTTP Dart Package found at https://pub.dev/packages/http
The documentation & examples provided look acceptable.
Is this an easy way to learn HTTP requests in Dart / Flutter, or should I take a different approach?
My end goal is OpenID Connect & OAuth for QuickBooks Online, so I cannot use Google and other popular OAuth providers.