ind_utils 0.1.4
ind_utils: ^0.1.4 copied to clipboard
ind_utils package use this package for SizedBox and also Padding. No Need to write long code for these`
ind_utils #
Ind_utils This package has Normal some Utils Like
- Normal Print Message (error , success, info),
- Print message in Json format of Api Response (Error , success),
- Give Height Space Between Two Widget as Space
- Give Width Space Between Two Widget as Space
- Padding Widget
- Get Height and Width of Screen
- And More
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
ind_utils: ^0.1.4
- Import the package and use it in your Flutter App.
import 'package:ind_utils/ind_utils.dart';