ind_utils 1.0.2 copy "ind_utils: ^1.0.2" to clipboard
ind_utils: ^1.0.2 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.2

Run the generator #

To execute the following command: - when u will run this cmd you will get

  • Here Below πŸ‘‡πŸ‘‡πŸ‘‡.
flutter pub run ind_utils:screen_gen profile_screen profile_controller
lib/
   β”œβ”€ src/
   β”‚   └─ feature/
   β”‚    β”œβ”€ screen/
   β”‚    β”‚  └─ profile_screen.dart
   β”‚    β”œβ”€ controller/
   β”‚    β”‚  └─ profile_controller.dart       

OR-

flutter pub run ind_utils:screen_gen profile_screen
lib/
   β”œβ”€ src/
   β”‚   └─ feature/
   β”‚    β”œβ”€ screen/
   β”‚    β”‚  └─ profile_screen.dart
   β”‚    β”œβ”€ controller/
   β”‚    β”‚  └─ profile_screen_controller.dart       

Run the generator: #

To execute the following command: - Assets file and Put images in class

  • Here πŸ‘‡πŸ‘‡πŸ‘‡.
flutter pub run ind_utils:assets_gen

Run the generator: #

To execute the following command: - Helper file and there define colors , api_url

  • Here πŸ‘‡πŸ‘‡πŸ‘‡.
flutter pub run ind_utils:helper_gen

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

printLog("Method :", "POST").method;// "βš™οΈ Method : Get";

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
34
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, path

More

Packages that depend on ind_utils