Unwired updated to 0.9.x

This page summarizes the projects mentioned and recommended in the original post on /r/dartlang

Our great sponsors
  • Appwrite - The open-source backend cloud platform
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Mergify - Updating dependencies is time-consuming.
  • unwired

    Unwired is a fast and minimalistic Dart HTTP client library. It supports cancellable requests, managed authentication and multithreaded requests.

    So, in the latest 0.9.x update of the Unwired, it ditched the http package. Now, it uses dart:io and dart:html to process or abort http requests. minimalistic enough?

  • http

    A composable API for making HTTP requests in Dart. (by dart-lang)

    But http package still lacks some features. Recently, the package was updated to 1.0.0. But being able to abort requests is still not supported by the http package. Plus, the package is just a wrapper around the HTTP implementation in dart:io and dart:html

  • Appwrite

    Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts