Dinith Herath
Dinith Herath
Hi, The blur effect is not working on the flutter web giving the following error. ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following TypeErrorImpl was thrown building AnimatedBuilder(animation:...
- Updated google login from ``` first_name=user_data.get('first_name'), last_name=user_data.get('last_name'), ``` to ``` first_name=user_data.get('given_name'), last_name=user_data.get('family_name'), ``` - Also added the Facebook login with the google login. - Updated the Facebook graph API...
From https://developers.google.com/identity/sign-in/web/backend-auth#calling-the-tokeninfo-endpoint, google has changed the **first_name** and **last_name** parameters to the following. > { > "iss": "https://accounts.google.com", > "sub": "110169484474386276334", > "azp": "1008719970978-hb24n2dstb40o45d4feuo2ukqmcc6381.apps.googleusercontent.com", > "aud": "1008719970978-hb24n2dstb40o45d4feuo2ukqmcc6381.apps.googleusercontent.com", > "iat": "1433978353",...
## Purpose Partially bumped pdfbox update for 3.0.1
Hi @tananaev - In the current configuration of the release build, java 21 is used to build the traccar distribution. - In the gradle properties, we are still using the...
## Purpose - Authorization header missing in "Try out" page in the Publisher Portal - Markdown Controls in the Documents Section Disappear in Long Documents - Related to https://github.com/wso2/api-manager/issues/3005 and...
## Purpose - Kubernetes docs should be revamped to support the current deployment patterns - Currently in the api manager docs we only have 4 patterns 1. All-in-one 2. All-in-one-ha...