trinetra 1.0.0 copy "trinetra: ^1.0.0" to clipboard
trinetra: ^1.0.0 copied to clipboard

outdated

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.

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

14
likes
0
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

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

unknown (license)

Dependencies

flutter, http

More

Packages that depend on trinetra