trinetra 1.0.0
trinetra: ^1.0.0 copied to clipboard
A Utility library for Flutter devlopment which contains various Custom Components for fast Devlopment, http Request custom libraries for custom backend, and many more.
🔱 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);
ther request using routs, method, body query, query params, header, etc
Request()
.send("GET", "/", body: {}, headers: {}, queryParams: {})
.then((response) => print(response.statusCode));
📃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 #