ind_utils 0.0.2
ind_utils: ^0.0.2 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 package use this package for SizedBox and also Padding. 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.0.2
- Import the package and use it in your Flutter App.
import 'package:ind_utils/ind_utils.dart';
Example #
Use for SizedBox and Padding Widget
- SizedBox
- Padding
|
Next Goals #
-
Add Toast Message.
-
We will Explore more widget what ever need every time
-
Add more ind_utils to the package.