ind_utils 2.0.13
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 đđđ
- Make sure Stay in Project Directory
- 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
Print Type #
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
printLog("Api URL:", url).link;//"đ Api URL : --> your url"
OR
PrintLogger.error(message);
copied to clipboard
printLog("Header :", header).header; //"đ Header : --> your header"
OR
PrintLogger.warning(message);
copied to clipboard
printLog("Response Success: ", response).success; // "â
Response Success: --> your response"
OR
PrintLogger.denied(message);
copied to clipboard
printLog("Request Data: ", request).info; // "âšī¸ Request Data:: --> your Request"
copied to clipboard
Next Goals #
- â We will Explore More Utils