Abhilash-Chandran / number_inc_dec

A flutter widget to accept numeric inputs with button to increment and decrement.

Home Page:https://pub.dev/packages/number_inc_dec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onSubmitted callback doesn't update the controller

Abhilash-Chandran opened this issue · comments

In its current form the onSubmitted callback doesn't update the controller.

onsubmitted_issue

This leads to some unwanted behavior of increment and decrement.

This is closely related to issue #23