ind_utils 1.0.6
ind_utils: ^1.0.6 copied to clipboard
Ind_utils package to simplify SizedBox and Padding usage, reducing repetitive 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 Generate Assets file `
Installation #
dependencies:
ind_utils: ^1.0.6
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
ββ widget_name.dart
ββ model
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
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
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