0 purchases
trinetra
🔱 Trinetra.dart 🔱
A Utility library for Flutter devlopment which contains various Custom Components for fast Devlopment, http Request custom libraries for custom backend, and many more.
Features #
A Utility library for Flutter devlopment which contains various Custom Components for fast Devlopment, http Request custom libraries for custom backend, and many more.
Getting started #
-->
Usage #
Initialize domain and ssl if has for request methods
Request.initicalize(url: "google.com", ssl: true);
copied to clipboard
ther request using routs, method, body query, query params, header, etc
Request()
.send("GET", "/", body: {}, headers: {}, queryParams: {})
.then((response) => print(response.statusCode));
copied to clipboard
📃Documentation #
General documentation, use cases, quick start, Comming Soon 😀
Ask a question❓ #
If you have any questions about Trinetra.dart, feel free to open an issue or ask directly in our Issue Section.
Our valuable Contributors👨💻 #
License #
Trinetra.dart is licensed under MIT.
💰 Support Me #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.