吕晨阳
吕晨阳
### What's wrong? Typescript based CRA project prompt need an additional loader when add a cosmos decorator entry file. ### Steps to reproduce 1. npx create-react-app test --template typescript 2....
``` Getuiflut().startSdk( appId: 'xxxx', appKey: 'xxxx', appSecret: 'xxxx' ); Getuiflut().addEventHandler( // 此事件未触发 onReceiveClientId: (String clientId) { print('个推服务ClientId, ${clientId.toString()}'); }, ); ``` > flutter doctor ``` Doctor summary (to see all...
support null safety
1. [support null safety](https://dart.dev/null-safety/migration-guide) 2. [upgrading pre 1.12 Android projects](https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects)
### XState version XState version 5 ### Description The state machine define: ```typescript const machine1 = createMachine({ id: "machine1", initial: "idle", states: { idle: { on: { START: { target:...
### Is there an existing issue for the same feature request? - [x] I have checked the existing issues. ### Is your feature request related to a problem? ```Markdown ```...