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

License: MIT Pub Twitter

Technologies

Package is fully created with:

  • Dart

Preview

alt text

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';

Code snippet

FieldIncDecSupport(
    elevation: 2,
    backColor: Theme.of(context).primaryColor,
    value: 0,
    maxLimit: 99,
),

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),
            ),

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

Buy Me A Coffee