StarProxima
StarProxima
### Use case This is how the method with body now (named parameter) is generated:  This is how it can be generated (positional parameter):  ### Proposal We can...
@mantreshkhurana Hi, I am writing regarding your package https://pub.dev/packages/app_updater. Which, as I understand, is not actively supported now. I have recently started developing a similar solution - https://pub.dev/packages/app_update_checker. Could you...
Adding toString to an exception is good practice, there are some linter rules that require this.
### Overview Comprehensive token management improvements that enable proactive token validation before requests, automatic expiration handling, and enhanced token architecture. Addresses [issue #110](https://github.com/felangel/fresh/issues/110) ### Key Features - **Proactive token validation**...
Fixed the race condition described in issue #115 where the token getter could return stale tokens during setToken/clearToken operations. The fix sets the authentication status to AuthenticationStatus.undetermined before starting storage...
### Description There's a race condition when updating tokens via `setToken()` or `clearToken()` methods. During the asynchronous storage write operation, concurrent requests can still access the old token, leading to...
## Fix: NPE crash in requestReview() due to race condition ### Issue `NullPointerException` when Activity is detached during async review request: Exception java.lang.NullPointerException: at dev.britannio.in_app_review.InAppReviewPlugin.requestReview$lambda$2 (InAppReviewPlugin.java:106) at com.google.android.gms.tasks.zzi.run (zzi.java:1) at...