Last updated:
0 purchases
ind utils
ind_utils #
Small, easy to use and extensible Print
Inspired by pretty_dio_logger for Flutter.
Show some ❤️ and star the repo to support the project
Getting Started #
Ind_utils This package has Normal some Utils Like
Give Height Space Between Two Widget as Space
Give Width Space Between Two Widget as Space
Padding Widget
Get Height and Width of Screen
Print Type #
Just use Like This:
You can Print with different Icon just change end type :
printLog("Method :", "POST").method;// "⚙️ Method : Get";
printLog("Api URL:", url).link;//"🔗 Api URL : --> your url"
printLog("Header :", header).header; //"📝 Header : --> your header"
printLog("Response Success: ", response).success; // "✅ Response Success: --> your response"
printLog("Request Data: ", request).info; // "ℹ️ Request Data:: --> your Request"
printLog("Response ERROR:", response).error; // "❌ Response Error --> your response"
copied to clipboard
Output #
Installation #
Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
ind_utils: ^0.1.7
copied to clipboard
Import the package and use it in your Flutter App.
import 'package:ind_utils/ind_utils.dart';
copied to clipboard
Acknowledgments #
This package was originally created by ansaralisah
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.