wang wai lok
wang wai lok
The type requests in the new route system changed from NextApiequest to NextRequest and the middleware seems cannot work accordingly. any workaround?
I want to do some protected route, but middlware in App Route seems cannot get the session on server. `export default async function middleware(req: NextRequest) { //always shows {} const...
 The package work just fine with english, but when I use languages in other unicode, it just doesn't work, is there any work around?
I'm working on a React Native app and encountering a performance issue with the Action Sheet. I’m using react-native-action-sheet to display an action sheet, but its frame rate (FPS) is...
Version of flutter_inapp_purchase flutter_inapp_purchase: ^5.6.1 Platforms you faced the error (IOS or Android or both?) IOS After iOS 18 update, the app will crash once **FlutterInappPurchase.instance.requestPurchase** was called.