emreesen27

Results 7 comments of emreesen27

Hi, No, you're not missing anything; The library missing this situation :) I didn't notice this because I was trying to create standard buttons. I think we need to make...

hello, does the dialog not close when it should? Why did we need to move the completed part as a function?

Hello, Sorry for the late reply. I think this problem is solved in 1.1.1 Create Completed ```dart var c = Completed(completedMsg: "first message"); ``` You can reassign "completedMsg" when the...

The width value is customizable. If you are having an overflow problem, you can use it like this. ```dart buttonType: ButtonType.facebook, buttonSize: ButtonSize.large, width: 260, ```

Since this is not a bug, I am closing it.

You might be trying to compile the project in a version lower than your current Flutter version. Check the SDK version you are using ``` environment: sdk: '>=3.2.5