StarProxima

Results 7 issues of StarProxima

### Use case This is how the method with body now (named parameter) is generated: ![image](https://github.com/Carapacik/swagger_parser/assets/34741787/dc983713-9d26-408e-b616-1020eeebfba1) This is how it can be generated (positional parameter): ![image](https://github.com/Carapacik/swagger_parser/assets/34741787/cee1fc50-bc07-43fd-9907-c815ecb612d9) ### Proposal We can...

future plans

@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...