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

outdated

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

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,
        ),
      ),
4
likes
110
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, fluttertoast, font_awesome_flutter

More

Packages that depend on field_inc_dec_support