DevTiago
DevTiago
Hey there, First of all, thanks for the package. I've been testing the package in some personal projects and today when i clean the build and run the command 'Pub...
Hello there, Is there a way to get suggestions from google autocomplete only if input length set by user is over 3 characters?
Hey there, There are any way to improve scroll speed? I'm testing a ResponsiveGridList and for web the scroll speed is to slow. I'm using a ResponsiveGridList just inside a...
Hey there, Is there a way to set the height of BootstrapContainer to fit screen height? Thanks
I'm using this package for the first time... and when i try to init inside a try/catch block i receive this error: `I/flutter ( 7005): PlatformException(PusherChannelsFlutter, Pusher Channels already initialized.,...
**Describe the bug** Can't change de input value after phone number completed **Package version** 0.7.0+2 **Flutter version** Flutter 3.0.4 • channel stable **To Reproduce** Steps to reproduce the behavior: 1....
**Description** Using location ^4.4.0 and listen location changes but always returning the same location coordinates on IOS. ``` Location location = Location(); location.onLocationChanged.listen((LocationData currentLocation) { print('{"latitude": "${currentLocation.latitude}", "longitude": "${currentLocation.longitude}"}'); }...
Hi there, Congratz for the package! Is working great, although i need to recenter with coordinates sent form the frontend. I have a list of available coordinates, and when i...
Hey there, This is not really an issue but a question: in all the examples i've seen there are no zoom buttons. How can i disable that? 