Henry (Haim) Benhaim
Henry (Haim) Benhaim
Hi first of all thank you for your hard work on this project. I wander if you have any docker file that you can include in this project with all...
Hi thank you for your package, I just wander if you going to firestore support in this package any time soon, Thank you.
i can i use ```copyResize``` function as async and not sync? it freezes my ui if there is a way please let me know. thank you!!
Hi, I wrapped the widget with Directionality and it is change to RTL but everything become RTL and it fine if u only use RTL Lang but if u want...
Warning when i run my app with this package on android: /Users/******/.pub-cache/hosted/pub.dartlang.org/flutter_google_places_sdk_android-0.1.2+3/android/src/main/kotlin/com/msh/flutter_google_places_sdk/FlutterGooglePlacesSdkPlugin.kt:182:49: warning: 'toUpperCase(Locale): String' is deprecated. Use uppercase() instead. val typeFilterStrUpper = typeFilterStr?.toUpperCase(Locale.getDefault()) thank you