Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 15 Dart HTTP Projects
-
getx
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
the maintainer is a liar (link)
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Project mention: How should I learn everything about packages in dart as a beginner programmer? www.dart.dev/overview | /r/dartlang | 2023-07-01
For example if you want to add TTS functionality to your application, you can use an already existing package for it. If you want to submit POST/GET requests to an API, you can use the http package to add this.
-
To be honest, there's not much to it! It's a single-file add-on for the shelf package with about 100 lines of code, and the comment for the ProxyHandler class at the top sums up the shelf-proxy package pretty well:
-
jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
minerva
Dart backend framework. Supports multithreading, websockets. It contains project build system, request processing pipeline, authentication aids and logging tools. (by GlebBatykov)
Framework: https://github.com/GlebBatykov/minerva Package for using controllers (here you can read more about controllers): https://github.com/GlebBatykov/minerva_controller_generator Framework examples: https://github.com/GlebBatykov/minerva_examples
-
-
-
flutter_rocket
🚀 Flutter Rocket 🚀 Fly high with Flutter Rocket - the ultimate package for Flutter developers
-
-
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?
-
When building an app that works with APIs, link headers pagination can be implemented in Dart using the http_pagination package.
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Dart HTTP related posts
- Show HN: Coodig – flutter mobile quiz app
- How should I learn everything about packages in dart as a beginner programmer? www.dart.dev/overview
- Unwired updated to 0.9.x
- (Not just) yet another package for Dart/Flutter developers.
- Is your Flutter application Secured? Best Practices for Developing and Deploying Secure Flutter Apps
- dart http package does not follow redirect
- Save image to file in Flutter
-
A note from our sponsor - Onboard AI
getonboard.dev | 11 Dec 2023
Index
What are some of the best open-source HTTP projects in Dart? This list will help you:
Project | Stars | |
---|---|---|
1 | getx | 9,396 |
2 | gopeed | 7,698 |
3 | http | 976 |
4 | shelf | 832 |
5 | jaguar | 459 |
6 | json-api-dart | 78 |
7 | http-mock-adapter | 58 |
8 | minerva | 54 |
9 | flutter_curl | 50 |
10 | dart-express | 36 |
11 | flutter_rocket | 13 |
12 | coodig-mobile | 6 |
13 | unwired | 6 |
14 | http_pagination | 4 |
15 | base_uri | 0 |