ind_utils 0.1.7
ind_utils: ^0.1.7 copied to clipboard
ind_utils package use this package for SizedBox and also Padding. No Need to write long code for these`
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"
Output #
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
ind_utils: ^0.1.7
- Import the package and use it in your Flutter App.
import 'package:ind_utils/ind_utils.dart';
Acknowledgments #
This package was originally created by ansaralisah