ind_utils 1.0.2 copy "ind_utils: ^1.0.2" to clipboard
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

Just use Like This: You can Print with different Icon just change end type :

printLog("Method :", "POST").method;// "âš™ī¸ Method : Get";

Image Description

printLog("Api URL:", url).link;//"🔗 Api URL : --> your url"

Image Description

printLog("Header :", header).header; //"📝 Header : --> your header"

Image Description

printLog("Response Success: ", response).success; // "✅ Response Success: --> your response"

Image Description

printLog("Request Data: ", request).info; // "â„šī¸ Request Data:: --> your Request"

Image Description

Next Goals #

  • ✅ We will Explore More Utils
9
likes
0
points
68
downloads

Publisher

verified publisherindiancreator.in

Weekly Downloads

Ind_utils package to simplify SizedBox and Padding usage, reducing repetitive code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path

More

Packages that depend on ind_utils