Last updated:
0 purchases
field inc dec support
field_inc_dec_support #
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.
Some useful insights
Technologies #
Package is fully created with:
Dart
Preview #
Installation & usage #
Under the project's terminal, jot down the below command to install the suitable version, or install
it manually.
flutter pub add field_inc_dec_support
import 'package:field_inc_dec_support/field_inc_dec_support.dart';
copied to clipboard
Code snippet #
FieldIncDecSupport(
elevation: 2,
backColor: Theme.of(context).primaryColor,
value: 0,
maxLimit: 99,
),
copied to clipboard
Optional parameters #
leftIcon
rightIcon
borderRadius (double)
valColor
# Here is the updated snippet view
FieldIncDecSupport(
elevation: 2,
backColor: Colors.orange,
value: 0,
maxLimit: 99,
borderRadius: 12,
leftIcon: const Icon(Icons.abc_outlined),
rightIcon: const Icon(Icons.abc_outlined),
valColor: const Color(0xffffffff),
),
copied to clipboard
Platform support #
field_inc_dec_support currently supports:
Android
iOS
Web
Contributing #
If you'd like to contribute to this project, please follow these guidelines:
Submit an issue describing the bug or feature request.
Fork the repository and make changes in a new branch.
Submit a pull request with your changes.
Submit an issue - Click here
Buy me a coffee #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.