ind_utils 0.1.7 copy "ind_utils: ^0.1.7" to clipboard
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

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 #

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

8
likes
130
pub points
54%
popularity

Publisher

verified publisherindiancreator.in

ind_utils package use this package for SizedBox and also Padding. No Need to write long code for these`

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ind_utils