General info
Using this Package "field_inc_dec_support", you will be able to speed up your development when it comes to add feature such as quantity box and so on.
Technologies
Package is created with:
- Dart
Installation & Usage
At first import this package: import 'package:ready_made_calculator/ready_made_calculator.dart';
return Center(
child: FieldIncDecSupport(
elevation: 2,
backColor: Colors.blue,
value: 0,
maxLimit: 99,
),
),