🔱 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.

LICENSE Contributors Repository Size
Issues Forks Stars Maintained

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👨‍💻

Contributors

License

Trinetra.dart is licensed under MIT.

💰 Support Me

Ishan Yakshit