ind_utils 1.0.3
ind_utils: ^1.0.3 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.3
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 profile_screen profile_controller
lib/
ββ src/
β ββ feature/
β ββ screen/
β β ββ profile_screen.dart
β ββ controller/
β β ββ profile_controller.dart
OR-
flutter pub run ind_utils:screen 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
Run the generator: #
To execute the following command: - Generate theme file with provider
- Here πππ.
flutter pub run ind_utils:theme
Run the generator: #
To execute the following command: - Helper file and there define colors , api_url
- Here πππ.
flutter pub run ind_utils:helper
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