Hesham Elnemr

Results 20 comments of Hesham Elnemr

i did that and i get following error Error:(38, 13) Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.1 Show in File\"open.dependency.in.project.structure">Show in Project Structure dialog\

where i can found interface ObservableScrollViewCallbacks cuz there was an error it not reslove

> Yes, but the custom widget that extends FirstPageExceptionIndicator for example can receive a title, message and onTryAgain, but the onTryAgain button has a static text "Try Again" in English....

you can pause or resume animation when current index = 1 for example ` animationDuration: currentIndex== 1 ? const Duration(milliseconds: 1) : const Duration(milliseconds: 300),` don't forget to use set...

> Can you provide a minimal sample that produces the issue, please? Also, What version are you using? using dropdown_button2: ^2.3.9 here is code sample ``` ` Padding workerJobDropMenuWidget() {...

Hi @AhmedLSayed9 I tested with the beta verison and it fixed , but when i try to type one other edit text widget and return to drop menu i notice...