ind_utils 1.0.1
ind_utils: ^1.0.1 copied to clipboard
Ind_utils package to simplify SizedBox and Padding usage, reducing repetitive code.
ind_utils #
ind_utils package use this package for SizedBox, Padding , Text , Show Toast , Get height and width of Screen. No Need to write long code for these`
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
ind_utils: ^0.1.8
- Import the package and use it in your Flutter App.
import 'package:ind_utils/ind_utils.dart';
Example #
Use for SizedBox, Padding , Text , Show Toast , Get height and width of Screen. No Need to write long code for these
- Padding
- Log
- Get Height and Width of Screen
|
Next Goals #
- ✅ We will Explore More Utils