ind_utils 2.0.13 copy "ind_utils: ^2.0.13" to clipboard
ind_utils: ^2.0.13 copied to clipboard

Ind_utils package to simplify use for SizedBox, beautiful Log, creating screen, styles, write assets images file code

🍃 Ind Utils 🍃

A command-line tool that simplifies the task of creating files and creating assets images .

ind_utils #

ind_utils package use this package for Ind_utils package to simplify use for SizedBox, beautiful Log, creating screens , styles , write assets images file code.`

Platform Support #

Android iOS macOS Web Linux Windows
✅ ✅ ✅ ✅ ✅ ✅

Installation #

dependencies:
  ind_utils: ^2.0.13
copied to clipboard

Run the generator #

  • when u will run this cmd you will get
  • Here Below 👇👇👇 - First Go that directory where you wanna Create Screen, Controller, Widget .
  • To execute the following command:
dart pub run ind_utils:screen
copied to clipboard
     ├─ screen/
         └─ profile_screen.dart
     ├─ controller/
         └─ profile_controller.dart     
     ├─ repository/
         └─ profile_repository.dart       
         └─ profile_repository_interface.dart   
     ├─ widget
          └─ widget_name.dart
     ├─ model
         
copied to clipboard

Run the generator: #

  • Assets file and Put images in class
  • Here 👇👇👇
  1. Make sure Stay in Project Directory
  2. Go that directory where you wanna Create.
  • To execute the following command:
dart pub run ind_utils:assets
after it will be ask question like this 
Where your wanna create this file: example - lib/src/styles/
copied to clipboard

Run the generator: #

  • Styling Code Like App color , EdgeInsets
  • Here 👇👇👇 - First Go that directory where you wanna Create This.
  • To execute the following command:
dart pub run ind_utils:style
copied to clipboard

Just use Like This: You can Print with different Icon just change end type :

printLog("Method :", "POST").method;// "⚙ī¸ Method : Get";
OR
PrintLogger.success(message);
copied to clipboard

Image Description

printLog("Api URL:", url).link;//"🔗 Api URL : --> your url"
OR
PrintLogger.error(message);
copied to clipboard

Image Description

printLog("Header :", header).header; //"📝 Header : --> your header"
OR
PrintLogger.warning(message);
copied to clipboard

Image Description

printLog("Response Success: ", response).success; // "✅ Response Success: --> your response"
OR
PrintLogger.denied(message);
copied to clipboard

Image Description

printLog("Request Data: ", request).info; // "ℹī¸ Request Data:: --> your Request"
copied to clipboard

Image Description

Next Goals #

  • ✅ We will Explore More Utils
9
likes
150
points
564
downloads
screenshot

Publisher

verified publisherindiancreator.in

Weekly Downloads

2024.08.05 - 2025.02.17

Ind_utils package to simplify use for SizedBox, beautiful Log, creating screen, styles, write assets images file code

Homepage
Repository (GitHub)
View/report issues

Topics

#assets #screen #styles #logging

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, interact, path

More

Packages that depend on ind_utils