Harsh Bhikadia
Harsh Bhikadia
I noticed that this package has an online demo. It would be great if you implement it with [gallerize](https://pub.dev/packages/gallerize). It is a package used to make http://gallery.flutter.dev like demo site.
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Upgrade flutter_blurshash version ### :new: What is the new behavior (if this is a feature...
Fixes None ## Description of the Change Current implementation of `Application.default_redirect_uri` raises errors when - multiple redirect URI are configured Not sure if this is expected behaviour, in that case,...
django-admin-tools being a very popular app for admin, i would want the controlcentre widgets to be intgerated with it.
# Setup version: 4.1.0 environment: k8s (installed with Helm) mqtt: v3.1 # Problem The web-hook call made by `emqx` seems like a blocking call for subscribers from receiving "that" message....
Currently the README file is outdated under prepare section. - `io.flutter.embedded_views_preview` is [not required for Flutter 1.22+](https://docs.flutter.dev/development/platform-integration/platform-views#ios) - Flutter Embedding v2 is [default and mandatory (as v1 is deprecated) with...
Making `settings.DRF_RECAPTCHA_SECRET_KEY` callable with `context` from `Serializer`. This could be useful when project has multiple keys (1 for android and 1 for web) and want to verify recaptacha the request...
## 🐛 Bug Report Calling `await LocationPermissions().requestPermissions();` with both "Fine" and "Coarse" permission in `AndroidManifest.xml` gives the `Can request only one set of permissions at a time.` in the logs....
```dart await FlutterFreshchat.identifyUser( externalID: accountId, restoreID: null, ); ``` returns an empty string every time instead of restoreId generated by Freshchat. PS: I am using the free plan of FreshChat