- Package updated to be null safe.
- Adds
as<T>()
to [Iterable] - Adds
asList<T>()
to [Iterable]
- Adds GitHub action for Dart CI.
- Adds
as<T>()
to [List] - Adds
jsonBody
to [http.Response] - Adds
as<T>()
to [http.Response] - Adds
asList<T>()
to [http.Response] - Adds
Future<Iterable<T>>
- Adds
Future<List<T>>
- Adds
Future<Response<T>>