ind_utils 1.0.5
ind_utils: ^1.0.5 copied to clipboard
Ind_utils package to simplify SizedBox and Padding usage, reducing repetitive code.
đ Icons Launcher đ
A command-line tool that simplifies the task of updating your Flutter app's launcher icon. Full flexibility allows you to only update the launcher icon for specific platforms as needed.
ind_utils #
ind_utils package use this package for Generate Assets file `
Installation #
dependencies:
ind_utils: ^1.0.5
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