NTMS2017

Results 23 comments of NTMS2017

I got the same issue way back version 2.1.0. I found solution and add another security on top of it with the folowing. P.S: without any loss of speed. 1)...

@bounty1342 Thank you very much. I am not sure if I use correctly the DefaultTextStyle. Here is my code and image. It looks normal. Also do you have any good...

Thanks for the info, I will test it today. 2 breakpoints (Tablet in your example) was in your example main.dart file, I just copied and I will corrected now.

I try but got error as follows: **ERROR:** ``` I/flutter (19166): _zoomSize: 1.1458333333333333 ======== Exception caught by widgets library ======================================================= The following assertion was thrown building MainInternet(dirty, dependencies: [InheritedResponsiveWrapper, _LocalizationsScope-[GlobalKey#a894b]],...

Thanks, I checked Flutter PUB examples and corrected my UI as shown in blow code. For font size I also used: ``` Example-1: fontSize: ResponsiveWrapper.of(context).isMobile ? 24 : 36, Example-2:...

Please don't close this post because I am testing for container, image etc. Thanks

I am using CardSettings and autofocus is not working properly. Also I need to clear the default value of text field when user tabs on text field... Any help please

After few days of searching it doesn't work on emulator. I install on my android phone and it worked. But I can see only availableVersionCode as 30. But my actual...

In Google Play Store my App Release: 2.3.4 and version code: 34 I open my project and change the version to: 2.3.3+33 When I run the app I got error...

What do you mean in debug mode? I install app from Android Studio to my phone.