Features
TODO: Collection of Widgets and helpful Methods that every developer needs.
Installation
Add this line to pubspec.yaml
dependencies:
arup_util: <latest_version>
Import package
import 'package:arup_util/arup_util.dart';
Widget Extensions
Widget alignAtBottomCenter({double? heightFactor, double? widthFactor});
fadeImage(url, placeholder, borderRadius, height, width, fit);
image(url, placeholder, borderRadius, height, width, fit);
plusMinus(onChanged);