field_inc_dec_support 1.0.3 copy "field_inc_dec_support: ^1.0.3" to clipboard
field_inc_dec_support: ^1.0.3 copied to clipboard

A package that supports, Field with Increment and Decrement Buttons support. An Easy to use development tool.

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

4
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A package that supports, Field with Increment and Decrement Buttons support. An Easy to use development tool.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, fluttertoast, font_awesome_flutter

More

Packages that depend on field_inc_dec_support