ind_utils 1.0.2
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
Print Type #
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"
Next Goals #
- â We will Explore More Utils