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

Ind_utils package to simplify SizedBox and Padding usage, reducing repetitive code.

ind_utils #

ind_utils package use this package for Generate Assets file `

Installation #

dependencies:
  ind_utils: ^1.0.4

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
     ├─ screen/
         └─ profile_screen.dart
     ├─ controller/
         └─ profile_controller.dart     
     ├─ repository/
         └─ profile_repository.dart       
         └─ profile_repository_interface.dart   
     ├─ widget
         

Run the generator: #

  • Assets file and Put images in class
  • Here 👇👇👇 - First Go that directory where you wanna create assets .
  • To execute the following command:
dart pub run ind_utils:assets

Run the generator: #

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

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

printLog("Method :", "POST").method;// "âš™ī¸ Method : Get";

Image Description Image Description

printLog("Api URL:", url).link;//"🔗 Api URL : --> your url"

Image Description

printLog("Header :", header).header; //"📝 Header : --> your header"

Image Description

printLog("Response Success: ", response).success; // "✅ Response Success: --> your response"

Image Description

printLog("Request Data: ", request).info; // "â„šī¸ Request Data:: --> your Request"

Image Description

Next Goals #

  • ✅ We will Explore More Utils
9
likes
0
points
68
downloads

Publisher

verified publisherindiancreator.in

Weekly Downloads

Ind_utils package to simplify SizedBox and Padding usage, reducing repetitive code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, interact, path

More

Packages that depend on ind_utils