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

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

img_2.png

img_1.png

img_3.png

img_4.png

img_5.png

Installation

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  ind_utils: ^0.1.6
  1. 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

Libraries

ind_utils